Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">headset</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#headset" />
</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-headset" viewBox="0 0 24 24">
<path d="M20 9.29h-.28C19.48 5.23 16.11 2 11.99 2S4.5 5.23 4.26 9.29h-.27c-1.1 0-2 .9-2 2V14c0 1.1.9 3.29 2 3.29h2c.55 0 1-.45 1-1v-6c0-.45-.31-.82-.72-.94v-.06C6.51 6.33 8.98 4 11.99 4s5.48 2.34 5.72 5.29 0 .06 0 .06c-.41.12-.72.49-.72.94v6c0 .39.23.72.56.88l-.86.99-1.42.59c-.24-.18-.55-.27-.86-.18l-1.69.47c-.53.15-.84.7-.7 1.23.15.53.7.84 1.23.7l1.69-.47c.4-.11.67-.45.72-.83l1.51-.62a.6.6 0 0 0 .19-.13l1.41-1.62h1.22c1.1 0 2-2.19 2-3.29V11.3c0-1.1-.9-2-2-2Zm-15 6h-.55C4.24 14.95 4 14.3 4 14v-2.71h.27l.73.02zM20 14c0 .31-.23.95-.45 1.29H19v-3.98l.78-.02H20z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.