Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">file_type_key</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#file-type-key" />
</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-file-type-key" viewBox="0 0 24 24">
<path d="m7.14 15.18-1.43 2.09q-.42.6-.57.87v-2.96H3.29V22h1.85v-2.28l.55-.33L7.04 22h2.08l-2.11-3.77 2.15-3.06H7.14ZM5 13.94c.55 0 1-.45 1-1v-9h6v5c0 .55.45 1 1 1h5v3c0 .55.45 1 1 1s1-.45 1-1V8.35c0-.27-.11-.52-.29-.71L14.3 2.23a1 1 0 0 0-.71-.29H6c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1M9.86 22h4.05v-1.5H11.7v-1.29h2.04v-1.48H11.7v-1.07h2.21v-1.48H9.86zm8.85-6.82-1.18 2.53-1.17-2.53h-2.01l2.25 4.21V22h1.86v-2.67l2.24-4.16h-2Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.