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">comment</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#comment" />
</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-comment" viewBox="0 0 24 24">
  <path d="M11.98 3C6.47 3 2 6.91 2 11.74c0 2.2.93 4.21 2.46 5.74-.11.99-.33 1.96-.65 2.89q-.135.42-.3.81c-.1.23.09.49.34.45.29-.05.58-.1.86-.16h.02c2.28-.46 3.68-1.06 4.33-1.38.96.25 1.94.38 2.93.38 5.51 0 9.98-3.91 9.98-8.74S17.5 3 11.98 3M7 13c-.83 0-1.5-.67-1.5-1.5S6.17 10 7 10s1.5.67 1.5 1.5S7.83 13 7 13m5 0c-.83 0-1.5-.67-1.5-1.5S11.17 10 12 10s1.5.67 1.5 1.5S12.83 13 12 13m5 0c-.83 0-1.5-.67-1.5-1.5S16.17 10 17 10s1.5.67 1.5 1.5S17.83 13 17 13"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.