Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">select_rectangle_subtract</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#select-rectangle-subtract" />
</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-select-rectangle-subtract" viewBox="0 0 24 24">
<path d="M3.108 19.7h1.3V21h-2.5v-5.2h1.2zm7.5 1.3h-5v-1.3h5zm6.8 0h-5.6v-1.3h5.6zm4.3 0h-3.1v-1.3h1.9v-3.2h1.2zm0-5.8h-1.2V10l1.2-.9zm-18.6-.6h-1.2V8.8h1.2zm1.9-10.3h-1.9v3.2h-1.2V3h3.1zm18.8-1.3v2h-8V3zm-12 .3c-.2.3-.3.7-.5 1h-5.1V3h5.6z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.