Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">switch_account</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#switch-account" />
</svg>
SVG code
Use when you don't want any dependency.
info_outlined
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-switch-account" viewBox="0 0 24 24">
<path d="M17 20H4V7c0-.55-.45-1-1-1s-1 .45-1 1v13c0 1.1.9 2 2 2h13c.55 0 1-.45 1-1s-.45-1-1-1m-3-9.91c1.14 0 2.07-.93 2.07-2.07S15.14 5.95 14 5.95s-2.07.93-2.07 2.07.93 2.07 2.07 2.07M19 2H9C7.35 2 6 3.35 6 5v10c0 1.65 1.35 3 3 3h10c1.65 0 3-1.35 3-3V5c0-1.65-1.35-3-3-3m1 13c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-2.51-3.5a8.3 8.3 0 0 0-3.5-.75c-1.58 0-2.82.44-3.5.75s-.86.55-.86.99c0 .24.13.71.24 1.12.11.37.45.63.84.63h6.56c.39 0 .73-.26.84-.63.12-.4.24-.88.24-1.12 0-.44-.19-.68-.86-.99"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.