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_rtf</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-rtf" />
</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-rtf" viewBox="0 0 24 24">
<path d="M9.83 16.63h1.67v5.32h1.84v-5.32H15v-1.51H9.83zM5 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 1m15.03 2.66v-1.48H16v6.82h1.82v-2.56h2.04V17.9h-2.04v-1.3h2.22Zm-10.96.54c0-1.34-.93-2.02-2.78-2.02H4.05v6.82h1.84v-2.48h.47l1.45 2.48H9.9l-1.99-2.97c.77-.43 1.16-1.04 1.16-1.83m-2.83.94H5.9v-1.56h.36c.63 0 .95.23.95.71 0 .57-.32.85-.97.85"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.