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">gantt_chart</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#gantt-chart" />
</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-gantt-chart" viewBox="0 0 24 24">
  <path d="M22 21.25c0 .41-.34.75-.75.75H2V2.75c0-.41.34-.75.75-.75s.75.34.75.75V20.5h17.75c.41 0 .75.34.75.75M13 8.5v-1c0-.28-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5m5 4v-1c0-.28-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5m4 4v-1c0-.28-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h5c.28 0 .5-.22.5-.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.