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_tmp</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-tmp" />
</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-tmp" viewBox="0 0 24 24">
<path d="M2 16.68h1.67V22h1.84v-5.32h1.66v-1.51H2zm3-2.74c.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 1m6.89 6.08h-.04l-1.42-4.84H7.97V22H9.6v-2.96c0-.46-.03-1.11-.1-1.95h.04l1.4 4.91h1.75l1.38-4.9h.04c-.04.74-.06 1.21-.06 1.4v3.51h1.69v-6.82h-2.46l-1.39 4.84Zm9.46-4.28c-.43-.38-1.08-.56-1.94-.56h-2.36V22h1.84v-2.26h.52c.83 0 1.47-.21 1.92-.62.45-.42.67-1 .67-1.77 0-.69-.22-1.23-.65-1.61M19.89 18c-.16.16-.38.23-.66.23h-.34v-1.57h.48c.51 0 .77.23.77.69 0 .27-.08.49-.25.64Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.