Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">sign_in</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#sign-in" />
</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-sign-in" viewBox="0 0 24 24">
<path d="M8 18.17H5.25v-2.25c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3c0 .41.34.75.75.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m-3.5-9.5c.41 0 .75-.34.75-.75V5.67H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H4.5c-.41 0-.75.34-.75.75v3c0 .41.34.75.75.75m4.34.1c-.32-.31-.85-.09-.85.35v1.78H3c-.55 0-1 .45-1 1s.45 1 1 1h4.99v1.8c0 .45.54.67.85.35l2.79-2.79c.2-.2.2-.51 0-.71L8.84 8.76Zm12.53-3.9-5.95-2.38a1.003 1.003 0 0 0-1.37.93v17.15a1.003 1.003 0 0 0 1.44.9l5.95-2.89c.34-.17.56-.52.56-.9V5.81a1 1 0 0 0-.63-.93ZM20 17.05l-3.95 1.92V4.9L20 6.48z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.