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_tree</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-tree" />
</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-tree" viewBox="0 0 24 24">
<path d="M3.997 1a.5.5 0 0 1 .498.5v1.892c.699.182 1.244.73 1.426 1.43h3.683a.5.5 0 0 1 0 1H5.92a2 2 0 0 1-1.426 1.429v9.418c.698.182 1.244.73 1.426 1.43h3.683a.5.5 0 0 1 0 1H5.92a2 2 0 0 1-1.426 1.43V22.5a.499.499 0 1 1-.997 0v-1.972A1.996 1.996 0 0 1 2 18.598a2 2 0 0 1 1.498-1.93V7.252A1.996 1.996 0 0 1 2 5.322c0-.93.639-1.707 1.498-1.93V1.5a.5.5 0 0 1 .5-.5m12.016 14 .998 1h3.991c.549 0 .998.451.998 1v5c0 .55-.45 1-.998 1H13.02c-.55 0-.998-.45-.998-1v-6c0-.549.449-1 .998-1zm0-14 .998 1h3.991c.549 0 .998.451.998 1v5c0 .55-.45 1-.998 1H13.02c-.55 0-.998-.45-.998-1V2c0-.549.449-1 .998-1z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.