Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">package</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#package" />
</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-package" viewBox="0 0 24 24">
<path d="M20.96 7.69c0-.43-.28-.81-.68-.95l-8.31-2.76-2.48.84-1.01.34-3.02 1.03-1.79.61a1 1 0 0 0-.68.95l.05 8.64c0 .39.23.74.58.9l7.94 3.63c.26.12.56.12.82 0l8.01-3.58c.36-.16.59-.52.59-.92l-.02-8.76Zm-8.98-2.12 6.11 2.03-1.41.5-5.93-2.11 1.22-.42Zm-.76 7.82v5.75l-1.2-.55-.52-.24-4.97-2.27-.02-2.57-.02-3V8.7L7.5 9.78l3.71 1.32v2.3Zm.75-3.62L5.95 7.63l1.77-.6 2.47.88 3.5 1.25zm.75 9.39V11.1l2.45-.87v2.81l2-.77V9.53l2.29-.81v6.19l.02 1.24-6.76 3.02Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.