Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">clash_set_add</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#clash-set-add" />
</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-clash-set-add" viewBox="0 0 24 24">
<path d="m14.036 5.235 3.959-2.42-.549 4.62 4.674.11-2.97 3.575L23 13.705l-4.344 1.375 1.813 4.291-4.51-1.212-.768 4.566-3.136-3.465-3.135 3.464-.77-4.565-4.51 1.212 1.815-4.291L1 13.65l3.85-2.585L4.796 11H7V8h3V5.108L12 1zM10.9 16.263h2.2v-2.2h-2.2zm0-3.3h2.2V7.462h-2.2zM6 2v3h3v2H6v3H4V7H1V5h3V2z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.