Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">measure_area</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#measure-area" />
</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-measure-area" viewBox="0 0 24 24">
<path d="m21.9 8.9-9.2-6.7c-.4-.3-1-.3-1.5 0L2.1 8.9c-.4.3-.6.9-.5 1.4l3.5 10.8c.2.5.7.9 1.2.9h11.3c.5 0 1-.4 1.2-.9l3.5-10.8c.3-.5.1-1.1-.4-1.4M12 4.3l1.9 1.4L5 14.6l-1.4-4.2zM6.9 20.1l-1.1-3.4 9.8-9.8 3.6 2.6L8.6 20.1zm10.2 0h-5.4l8.1-8.2z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.