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">megaphone</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#megaphone" />
</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-megaphone" viewBox="0 0 24 24">
  <path d="M21 12c0 1.01-.39 1.92-1 2.62V9.38c.61.7 1 1.61 1 2.62m-2-5.52v11.05c0 .66-.33 1.28-.88 1.66-.34.23-.73.34-1.12.34-.25 0-.5-.05-.74-.14l-.54-.21c-.64.8-1.61 1.33-2.72 1.33-1.93 0-3.5-1.57-3.5-3.5 0-.11.02-.21.03-.31l-1.72-.69H6c-2.21 0-4-1.79-4-4s1.79-4 4-4h1.81l8.45-3.38c.62-.25 1.31-.17 1.86.2s.88.99.88 1.66Zm-4.26 12.3-4.23-1.69A2.496 2.496 0 0 0 13 19.51c.68 0 1.29-.28 1.74-.73M17 6.48 8.19 10H6c-1.1 0-2 .9-2 2s.9 2 2 2h2.19L17 17.52z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.