Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">battery_charging_horizontal</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#battery-charging-horizontal" />
</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-battery-charging-horizontal" viewBox="0 0 24 24">
<path d="M20 15.67V14h1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1h-1V8.33C20 7.6 19.4 7 18.67 7H3.34C2.6 7 2 7.6 2 8.34v7.32C2 16.4 2.6 17 3.33 17h15.34c.73 0 1.33-.6 1.33-1.33M4 15V9h14v6zm12.17-2.05a.29.29 0 0 0 .18-.54c-2.2-1.25-3.85-2.2-4.97-2.83-.02-.01-.39-.29-.39.16v1.75l-3.17-.45c-.18-.03-.33.11-.33.29 0 .11.05.2.15.25.48.28 2.16 1.23 5.03 2.88.24.11.33 0 .33-.2V12.5z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.