Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">vr_xr</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-outlined-icons.svg#vr-xr" />
</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-outline mi-vr-xr" viewBox="0 0 24 24">
<path d="M21 11v-1c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v1c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1v1c0 1.1.9 2 2 2h4.79c.4 0 .78-.16 1.06-.44L12 16.41l1.15 1.15c.28.28.66.44 1.06.44H19c1.1 0 2-.9 2-2v-1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1m-6.59 5-1.35-1.35c-.57-.57-1.55-.57-2.12 0L9.59 16H5v-6h14v6zM16 11.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5.22-.5.5-.5.5.22.5.5m2 0c0 .28-.22.5-.5.5s-.5-.22-.5-.5.22-.5.5-.5.5.22.5.5m-8 0c0 .28-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h3c.28 0 .5.22.5.5M15.5 7h-7l.22-.45A1 1 0 0 1 9.61 6h4.76c.38 0 .73.21.89.55l.22.45Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.