Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">invoice_yen</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-solid-icons.svg#invoice-yen" />
</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-solid mi-invoice-yen" viewBox="0 0 24 24">
<path d="M4.5 3.5v16.01h5.81c.24.73.61 1.41 1.07 2H3.5c-.55 0-1-.45-1-1v-18c0-.55.45-1 1-1h8.59a1 1 0 0 1 .71.29l5.41 5.41c.18.19.29.44.29.71v3.4a6.3 6.3 0 0 0-2-.32V9.5h-5c-.55 0-1-.45-1-1v-5z"/>
<path d="M11.5 17.5c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5m4.386 3.007h1.058V18.96h1.444v-.56h-1.444v-.616h1.444v-.562h-1.14l1.61-2.695h-1.196l-.8 1.647c-.121.262-.22.513-.31.74l-.077.198h-.019l-.09-.226a9 9 0 0 0-.296-.694l-.773-1.665h-1.223l1.527 2.695h-1.15v.562h1.435v.616h-1.435v.561h1.435z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.