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">labs</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#labs" />
</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-labs" viewBox="0 0 24 24">
  <path d="m19.49 17.09-3.83-6.13c-.1-.17-.16-.36-.16-.55V4c.55 0 1-.45 1-1s-.45-1-1-1h-7c-.55 0-1 .45-1 1s.45 1 1 1v6.42c0 .19-.05.38-.16.55L4.51 17.1c-.75 1.21-.58 2.75.43 3.76l.26.26c.57.57 1.34.89 2.15.89h9.31c.8 0 1.58-.32 2.15-.89l.11-.11h.14v-.13h.01a3.04 3.04 0 0 0 .43-3.77Zm-6.37-3.08c-.55-.1-.83-.23-1.2-.41-.44-.21-.94-.46-1.82-.59-.21-.03-.43-.04-.65-.05l.58-.94c.3-.48.46-1.04.46-1.61V4h3v6.42c0 .57.16 1.12.46 1.61l1.27 2.04c-.8.07-1.52.05-2.11-.05Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.