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_ortho</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-ortho" />
</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-ortho" viewBox="0 0 24 24">
<path d="M21.385 3.923a.82.82 0 0 1 .615.77v10.384c0 .27-.115.5-.346.653l-9.231 5.77a.9.9 0 0 1-.423.115.8.8 0 0 1-.423-.115l-9.231-5.77c-.192-.153-.346-.384-.346-.653V4.692a.79.79 0 0 1 .615-.77L11.845 2h.31zM3.538 14.654l8.077 5.038v-12l-8.077-2.23zm8.847-6.962v12l8.077-5.038V5.462zM5.155 5l3.69 1.077L12 7l3.154-.923 3.692-1.115L12 3.538z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.