Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">labs</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#labs" />
</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-labs" viewBox="0 0 24 24">
<path d="m19.49 17.09-3.83-6.13c-.1-.17-.16-.36-.16-.55V3.99c.55 0 1-.45 1-1s-.45-1-1-1h-7c-.55 0-1 .45-1 1s.45 1 1 1v6.42c0 .2-.05.39-.16.55l-3.83 6.13c-.75 1.21-.58 2.75.43 3.76l.26.26c.57.57 1.34.89 2.15.89h9.31c.8 0 1.58-.33 2.15-.89l.26-.26a3.03 3.03 0 0 0 .43-3.76Zm-9.45-5.07c.3-.48.46-1.04.46-1.61V3.99h3v6.42c0 .57.16 1.13.46 1.61l1.27 2.04c-.8.07-1.52.05-2.11-.05-.55-.09-.83-.23-1.19-.41-.44-.21-.94-.46-1.82-.59-.21-.03-.43-.04-.65-.05zm7.61 7.41-.26.26c-.19.19-.46.3-.73.3H7.34c-.28 0-.54-.11-.73-.3l-.26-.26c-.34-.34-.4-.87-.15-1.29l1.98-3.17c.54-.07 1.08-.07 1.61 0 .59.09.88.23 1.26.42.42.21.9.44 1.73.58.47.08.99.12 1.54.12.52 0 1.06-.04 1.63-.11h.5l1.35 2.15c.26.41.2.94-.15 1.29Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.