Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">metadata</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#metadata" />
</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-metadata" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M6.585 20c0 1.1.9 2 2 2h1.45l-3.45-8.34zm2-11c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m14.15 7.2-4.96-11.97A2.01 2.01 0 0 0 15.965 3c-.26 0-.53.04-.79.15L7.805 6.2a2 2 0 0 0-1.08 2.6l4.96 11.97a2 2 0 0 0 2.6 1.08l7.36-3.05a1.995 1.995 0 0 0 1.09-2.6m-19.5 3.7 1.34.56v-9.03l-2.43 5.86c-.41 1.02.08 2.19 1.09 2.61"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.