Skip to main content

Schema


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">schema</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#schema" />
</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-schema" viewBox="0 0 24 24">
  <path d="M20 9.03h-6c-.55 0-1 .45-1 1V11h-2v-.97c0-.55-.45-1-1-1H8V7h2c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h2v2.03H4c-.55 0-1 .45-1 1V14c0 .55.45 1 1 1h2v2H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1v-1h2v1c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-3.97c0-.55-.45-1-1-1M4 6V2h6v4zm6 12v4H4v-4zm0-7v3H4v-3.97h6zm10 3h-6v-3.97h6z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.