Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">model_geometry_outline</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#model-geometry-outline" />
</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-model-geometry-outline" viewBox="0 0 24 24">
<path d="M11.838 1.089a.75.75 0 0 1 .707 0l9.408 4.714a.74.74 0 0 1 .432.699V17.5c.013.3-.157.58-.432.707l-9.408 4.714q-.17.066-.353.078a1.1 1.1 0 0 1-.351-.078l-9.408-4.714A.74.74 0 0 1 2 17.501v-11a.74.74 0 0 1 .429-.698zm.752 10.388v9.69l8.227-4.135.005-9.677zm-9.022 5.555 8.228 4.082v-9.658L3.568 7.343zm.55-10.287 8.074 4.044 8.075-4.083-8.075-4.046z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.