Skip to main content

Quick Login


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">quick_login</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#quick-login" />
</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-quick-login" viewBox="0 0 24 24">
  <path d="M12.83 11a2.99 2.99 0 0 0-3.44-1.94c-1.14.23-2.08 1.14-2.32 2.29A3.005 3.005 0 0 0 10 15c1.27 0 2.4-.8 2.82-2H15v1c0 .55.45 1 1 1s1-.45 1-1v-1c.55 0 1-.45 1-1s-.45-1-1-1h-4.18Zm-2.82 2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m12-9v16c0 1.1-.9 2-2 2h-10c-1.1 0-2-.9-2-2v-2c0-.55.45-1 1-1s1 .45 1 1v2h10V4h-10v2c0 .55-.45 1-1 1s-1-.45-1-1V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2M5.5 8h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5m1 2h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5s-.22.5-.5.5"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.