Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">projectsight</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#projectsight" />
</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-projectsight" viewBox="0 0 24 24">
<path d="M12 17.637c2.999 0 5.43-2.44 5.43-5.448S14.999 6.742 12 6.742 6.57 9.18 6.57 12.189s2.431 5.448 5.43 5.448"/>
<path d="m14.85 5-1.082 1.134a6.3 6.3 0 0 1 4.506 6.04 6.32 6.32 0 0 1-4.506 6.054l1.083 1.134L22 12.157zm-5.7 14.362 1.082-1.134a6.285 6.285 0 0 1-4.506-6.039 6.32 6.32 0 0 1 4.506-6.055L9.15 5 2 12.205z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.