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_pem</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-pem" />
</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-pem" viewBox="0 0 24 24">
<path d="M5 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 1m13.95 1.24-1.39 4.84h-.04l-1.42-4.84h-2.45v6.81h1.63v-2.96c0-.46-.03-1.11-.1-1.95h.04l1.39 4.91h1.75l1.37-4.9h.04c-.04.74-.06 1.2-.06 1.39v3.51h1.69v-6.81h-2.46Zm-14 0H2.59v6.81h1.84v-2.26h.52c.83 0 1.46-.21 1.91-.62s.67-1 .67-1.76c0-.69-.22-1.23-.65-1.6-.43-.38-1.08-.56-1.94-.56ZM5.43 18c-.16.16-.38.23-.66.23h-.34v-1.57h.48c.51 0 .76.23.76.69 0 .27-.08.49-.24.64Zm2.98 3.99h4.04v-1.5h-2.2V19.2h2.04v-1.48h-2.04v-1.07h2.2v-1.48H8.41v6.81Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.