Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">in_field_device</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#in-field-device" />
</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-in-field-device" viewBox="0 0 24 24">
<path d="M.9 8.09c-.49 0-.9.41-.9.9s.4.9.9.9h1.87c-.04-.3-.07-.59-.07-.9s.03-.6.07-.9zm13.14-2.87 1.32-1.32a.9.9 0 0 0 0-1.27.9.9 0 0 0-1.27 0l-1.32 1.32c.49.36.91.79 1.27 1.27m1.26 3.76c0 .31-.03.6-.07.9h1.87c.49 0 .9-.4.9-.9s-.41-.9-.9-.9h-1.87c.04.3.07.59.07.9M9.9 2.75V.88c0-.49-.4-.9-.9-.9s-.9.4-.9.9v1.87c.3-.04.59-.07.9-.07s.6.03.9.07M20.47 12H6.5c-.83 0-1.49.65-1.5 1.45v7.06c0 .8.67 1.45 1.5 1.45h13.97c.83 0 1.49-.65 1.5-1.45v-7.06c0-.8-.67-1.45-1.5-1.45M6.5 17.61c-.4 0-.73-.33-.73-.73s.33-.73.73-.73.73.33.73.73-.33.73-.73.73m12.48 2.91H7.99v-7.06h10.98v7.06Zm1.5-2.91c-.41 0-.75-.33-.75-.73s.34-.73.75-.73.75.33.75.73-.33.73-.75.73M5.23 3.95 3.91 2.63a.9.9 0 0 0-1.27 0 .9.9 0 0 0 0 1.27l1.32 1.32c.36-.49.79-.91 1.27-1.27M13.37 10c.08-.33.13-.67.13-1.02 0-2.48-2.02-4.5-4.5-4.5S4.5 6.5 4.5 8.98c0 .59.12 1.15.33 1.67C5.46 10.24 6.2 10 7 10z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.