Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">sketchup_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#sketchup-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-sketchup-ic-color" viewBox="0 0 24 24">
<path d="M22.1 5.8 15 1.7S13.8 1 12 1c-1.9 0-3 .7-3 .7L2.4 5.5l10.1 5.8V23l6.6-3.8s1.2-.7 2.1-2.2c.8-1.4.9-2.7.9-2.7zM11.3 7.7s1.5-.3 2.7.4c1.3.7 2 1.1 2 1.1v2.5c0 1.2-1 2.5-1 2.5V9.8zm5.9 9.7L15 18.6v-1.2l1.7-1c1.6-1.2 1.9-2.9 1.9-3.4V7.8L14 5.2s-.7-.5-2-.5-1.9.4-1.9.4l-1.6 1-1-.6 2.2-1.3s.9-.5 2.3-.5c1.3 0 2.4.5 2.4.5l5.2 3v5.7c0 .9-.4 3.1-2.4 4.5"/>
<path d="m1.9 9.3 7.1 4v1.2l-4-2.3-2.5 1.4L9 17.5v1.2l-7-4c0 .5.4 1.9 1.3 3.1.7 1 1.7 1.5 1.7 1.5l6.5 3.7V11.9L1.9 6.4z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.