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-outlined-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-outline mi-comment" viewBox="0 0 24 24">
  <path d="M12 10c-.83 0-1.5.67-1.5 1.5S11.17 13 12 13s1.5-.67 1.5-1.5S12.83 10 12 10m-5 0c-.83 0-1.5.67-1.5 1.5S6.17 13 7 13s1.5-.67 1.5-1.5S7.83 10 7 10m10 0c-.83 0-1.5.67-1.5 1.5S16.17 13 17 13s1.5-.67 1.5-1.5S17.83 10 17 10m-5.02-7C6.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 3m0 15.47c-.82 0-1.63-.11-2.41-.31l-.74-.2-.68.35c-.35.18-.97.45-1.91.73q.135-.675.21-1.35l.1-.95-.68-.68C4.66 14.85 4 13.31 4 11.73c0-3.71 3.58-6.74 7.98-6.74s7.98 3.02 7.98 6.74-3.58 6.74-7.98 6.74"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.