Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">tc_ic_color</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#tc-ic-color" />
</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-tc-ic-color" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M12 1 7.777 3.444l9.5 5.5v3.667l4.222-2.445V6.5zm0 17.111-3.166-1.833v4.89L11.999 23l9.5-5.5v-4.889zM2.5 6.5l.001 11 4.222 2.444-.001-11L9.889 7.11 5.666 4.666z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.