Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">xcel</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#xcel" />
</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-xcel" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M17.973 20h-12v-3.027H10v-10H5.973V4h7v5h5zM4.972 13.182l-1.244 2.013H1.757l2.139-3.298L1.885 8.75h1.931l1.164 1.993L6.1 8.75h1.988l-2.041 3.285 2.196 3.16H6.228zM13.973 2h-8c-1.1 0-1.99.9-1.99 2l-.002 2.973H0v10h3.975L3.973 20c0 1.1.89 2 1.99 2h12.01c1.1 0 2-.9 2-2V8z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.