Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">snap_midpoint</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#snap-midpoint" />
</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-snap-midpoint" viewBox="0 0 24 24">
<path d="m20.485 4.928-5.781 5.78c.187.392.296.83.296 1.292a3 3 0 0 1-3 3c-.463 0-.9-.108-1.291-.296l-5.78 5.782-1.414-1.414 5.779-5.781a3 3 0 0 1 3.996-3.996l5.782-5.78z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.