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">line_graph</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#line-graph" />
</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-line-graph" viewBox="0 0 24 24">
  <path d="M20 5a.753.753 0 0 0-.95.47l-1.18 3.54c-.97.06-1.75.81-1.85 1.77l-3.45.99C12.2 11.3 11.64 11 11 11c-1.1 0-2 .9-2 2q0 .39.15.75l-4.15 4V5c0-.55-.45-1-1-1s-1 .45-1 1v16h16c.55 0 1-.45 1-1s-.45-1-1-1H5.87l4.32-4.18c.25.11.52.18.81.18 1.03 0 1.87-.78 1.98-1.79l3.45-.99c.37.47.93.77 1.57.77 1.1 0 2-.9 2-2 0-.61-.28-1.15-.71-1.51l1.18-3.54a.753.753 0 0 0-.47-.95Zm-8.19 8.55c-.17.25-.44.42-.76.44-.02 0-.04.01-.05.01-.55 0-1-.45-1-1 0-.03.02-.06.02-.1.05-.5.46-.9.98-.9.15 0 .29.04.42.1.34.16.58.5.58.9 0 .21-.08.39-.19.55M18 12c-.15 0-.29-.04-.42-.1A1 1 0 0 1 17 11c0-.21.08-.39.19-.55.08-.12.18-.22.3-.29.15-.09.32-.16.51-.16a1 1 0 0 1 1 1c0 .55-.45 1-1 1"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.