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_rfi</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#file-type-rfi" />
</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-file-type-rfi" viewBox="0 0 24 24">
<path d="M9.02 17.22c0-1.34-.93-2.02-2.78-2.02H4v6.82h1.84v-2.48h.47l1.45 2.48h2.09l-1.99-2.97c.77-.43 1.16-1.04 1.16-1.83m-2.83.94h-.34V16.6h.36c.63 0 .95.23.95.71 0 .57-.32.85-.97.85M19.71 7.68 14.3 2.27a1 1 0 0 0-.71-.29H6c-1.1 0-2 .9-2 2v9c0 .55.45 1 1 1s1-.45 1-1V3.97h6v5c0 .55.45 1 1 1h5v3c0 .55.45 1 1 1s1-.45 1-1V8.38c0-.27-.11-.52-.29-.71Zm-7.98 14.35h1.82v-2.56h2.04v-1.48h-2.04v-1.3h2.22v-1.48h-4.03v6.82Zm6.42 0H20v-6.82h-1.85z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.