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</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" />
</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" viewBox="0 0 24 24">
<path d="M6.52 3.01c.87 0 2.51.69 2.51 2.86 0 1.36-.52 2.14-1.3 3.28-.45.66-1.5 2.43-1.85 3.52-.36 1.09-.09 1.92.36 1.92.43 0 .86-.54 1.11-.84.23-.24 1.71-1.99 2.29-2.72.76-.93 2.69-2.84 4.94-2.84 2.94 0 3.88 2.55 4.03 4.2h2.47v2.5h-2.46c-.4 4.77-3.06 6.1-4.69 6.1-1.77 0-3.21-1.39-3.21-3.09s1.6-4.73 5.38-5.37c-.11-.78-.13-1.79-1.76-1.79-1.25 0-2.87 1.95-4.08 3.44-1.11 1.37-1.99 2.46-3.06 2.77-.9.27-1.89.1-2.64-.46-.86-.64-1.34-1.7-1.34-2.98 0-2.42 2.61-5.888 2.86-6.31.3-.49.8-1.32.3-1.52-.31-.13-1.01.51-1.71 1.22L2.92 5.19c.22-.27.52-.57.88-.93.25-.25 1.4-1.25 2.72-1.25m9.57 12.07c-2.14.56-2.87 2.16-2.87 2.76 0 .46.43.72.74.72.7 0 1.83-.79 2.13-3.48"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.