Skip to main content

Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">star_half</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#star-half" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-star-half" viewBox="0 0 24 24">
  <path d="m21.45 9.31-6.42-.54-2.51-5.92A.57.57 0 0 0 12 2.5c-.21 0-.42.12-.52.35L8.97 8.77l-6.42.54c-.5.04-.7.67-.32 1l4.87 4.22-1.46 6.27c-.09.38.21.7.55.7.1 0 .2-.03.29-.08L12 18.09l5.52 3.33a.565.565 0 0 0 .84-.62l-1.46-6.27 4.87-4.22c.38-.33.18-.95-.32-1m-5.85 3.71-.91.79.27 1.18.69 2.97-2.61-1.58-1.03-.62H12V6.74h.02l1.19 2.81.47 1.11 1.2.1 3.03.26z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.