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_out</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-out" />
</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-out" viewBox="0 0 24 24">
<path d="M11.5 18.25H8.75V16c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3c0 .41.34.75.75.75h3.5c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m.28-6.24c0-.55-.45-1-1-1H5.79v-1.8c0-.45-.54-.67-.85-.35l-2.79 2.79c-.2.2-.2.51 0 .71l2.79 2.79c.32.31.85.09.85-.35v-1.78h4.99c.55 0 1-.45 1-1Zm9.59-7.06-5.95-2.38a1.003 1.003 0 0 0-1.37.93v17.15c0 .58.47 1 1 1 .14 0 .29-.03.44-.1l5.95-2.89c.34-.17.56-.52.56-.9V5.88a1 1 0 0 0-.63-.93M20 17.13l-3.95 1.92V4.98L20 6.56zM11.5 4.25H8c-.41 0-.75.34-.75.75v3c0 .41.34.75.75.75s.75-.34.75-.75V5.75h2.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.