Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">markup_draw_1</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#markup-draw-1" />
</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-markup-draw-1" viewBox="0 0 24 24">
<path d="M4.5 8c1.04 0 2.34-1.5 4.25-1.5 1.52 0 2.75 1.23 2.75 2.75 0 2.04-1.99 3.15-3.91 4.22C5.42 14.67 4 15.57 4 17c0 1.1.9 2 2 2v2c-2.21 0-4-1.79-4-4 0-2.71 2.56-4.14 4.62-5.28 1.42-.79 2.88-1.6 2.88-2.47 0-.41-.34-.75-.75-.75C7.5 8.5 6.25 10 4.5 10A2.5 2.5 0 0 1 2 7.5C2 5.45 4.17 2.83 5 2l1.41 1.41C5.41 4.42 4 6.43 4 7.5c0 .28.22.5.5.5M8 21h3.75l8.06-8.06-3.75-3.75L8 17.25zM20.37 6.29a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 0 0 0-1.41z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.