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">paperclip</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#paperclip" />
</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-paperclip" viewBox="0 0 24 24">
  <path d="M9.82 20.43c-1.34 0-2.69-.51-3.71-1.54-2.05-2.05-2.05-5.38 0-7.42l7.42-7.42a3.754 3.754 0 0 1 5.3 0c.71.71 1.1 1.65 1.1 2.65s-.39 1.94-1.1 2.65l-6.72 6.72c-.88.88-2.3.88-3.18 0-.43-.43-.66-.99-.66-1.59s.23-1.17.66-1.59l5.91-5.91c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-5.91 5.91a.75.75 0 1 0 1.06 1.06l6.72-6.72c.88-.88.88-2.3 0-3.18s-2.3-.88-3.18 0l-7.42 7.42c-.71.71-1.1 1.65-1.1 2.65s.39 1.94 1.1 2.65a3.754 3.754 0 0 0 5.3 0l4.72-4.72c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-4.72 4.72a5.25 5.25 0 0 1-3.71 1.54"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.