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-solid-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-solid mi-hard-hat" viewBox="0 0 24 24">
  <path d="M10.75 11.5 8.13 5.88C9.3 5.32 10.61 5 12 5s2.69.32 3.87.88l-2.62 5.62zM21 16c0-3.53-2.04-6.57-4.99-8.05l-2.12 4.55h-3.77L8 7.95C5.04 9.43 3.01 12.47 3.01 16h-1v2.67c2.74.83 6.2 1.33 10 1.33s7.26-.5 10-1.33V16z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.