Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">data_transfer_off</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="/modus-solid-icons.svg#data-transfer-off" />
</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-solid mi-data-transfer-off" viewBox="0 0 24 24">
<path d="m13.817 9.082-1.41-1.41L15.79 4.29a.996.996 0 0 1 1.41 0l3.59 3.59a1 1 0 0 1-1.41 1.41L17.5 7.41h-.01v5.344l-2-2V7.41zM8.5 6.593v.003l6.99 6.99v-.003l2 2v.003l3.717 3.717a1 1 0 0 1-1.414 1.415l-2.303-2.304V19c0 .55-.45 1-1 1s-1-.45-1-1v-2.586L8.5 9.424v7.166l1.88-1.88a1 1 0 0 1 1.41 1.41L8.2 19.71a.996.996 0 0 1-1.41 0L3.2 16.12a1 1 0 0 1 1.41-1.41l1.88 1.88h.01V7.424L2.793 3.717a1 1 0 0 1 1.414-1.414l2.354 2.354v-.002z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.