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">hard_hat</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#hard-hat" />
</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-hard-hat" viewBox="0 0 24 24">
  <path d="M8.13 5.88C9.3 5.32 10.61 5 12 5s2.69.32 3.87.88l-2.62 5.62h-2.5zM2 18.66c2.74.83 6.2 1.33 10 1.33s7.26-.5 10-1.33v-.67H2zm18.94-3.67c-.32-2.92-2.06-5.42-4.49-6.81l-.85 1.81a7.03 7.03 0 0 1 3.32 5H5.08a7.05 7.05 0 0 1 3.32-5l-.85-1.81c-2.44 1.4-4.17 3.89-4.49 6.81H2v2h20v-2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.