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_view_default</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-view-default" />
</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-view-default" viewBox="0 0 24 24">
<path d="M11.9 1.075c.2-.1.5-.1.7 0l9.4 4.7c.2.1.4.4.4.7v11c0 .3-.1.6-.4.7l-9.4 4.7c-.2.1-.3.1-.4.1a.7.7 0 0 1-.268-.063.4.4 0 0 0-.132-.037l-9.4-4.7c-.2-.1-.4-.4-.4-.7v-11c0-.3.2-.6.4-.7zm-8.3 16 8 3.9v-9.1l-8-4zm9.2-5.4v9.2l8-3.9v-9.2zm-8.7-4.9 8.1 4 8.1-4.1-8.1-4z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.