Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">filter</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="/connect-icons.svg#filter" />
</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-connect mi-filter" viewBox="0 0 24 24">
<path d="M17.815 5c.17 0 .237.284.125.392l-4.691 6.497a.15.15 0 0 0-.05.109v5.486a.66.66 0 0 1-.335.609l-1.523.802c-.505.245-.814.024-.815-.285v-6.612a.24.24 0 0 0-.058-.138L6.046 5.313a.19.19 0 0 1-.028-.202c.031-.067.1-.11.174-.111z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.