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">dashboard</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#dashboard" />
</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-dashboard" viewBox="0 0 24 24">
  <path d="M6 13H5V9h1zm2-6H7v6h1zm2 1H9v5h1zm5 9h4c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4zm1 1v4c2.21 0 4-1.79 4-4zm3-13h-7v5h7zm-6 1h5v3h-5zm8-4H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H4V4h16v12h1c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.