Skip to main content

Background

  • Tags:

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">background</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="/connect-icons.svg#background" />
</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-connect mi-background" viewBox="0 0 24 24">
  <path d="M24 24H0v-3.84h24zM16.56 8.94c.59.59.59 1.54 0 2.12l-5.5 5.5c-.29.29-.68.44-1.06.44s-.77-.15-1.06-.44l-5.5-5.5a1.49 1.49 0 0 1 0-2.12l5.15-5.15-2.38-2.38L7.62 0zM19 11.5c.001.001 2 2.17 2 3.5 0 1.1-.9 2-2 2s-2-.9-2-2c0-1.33 2-3.5 2-3.5M5.21 10h9.58L10 5.21z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.