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_delivery</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#package-delivery" />
</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-package-delivery" viewBox="0 0 24 24">
<path d="M7.74 18.49h-1.4V12h-3v6.49h-1.4a.6.6 0 0 0-.45 1l2.9 3.31c.24.27.67.27.91 0l2.9-3.31c.34-.39.06-1-.45-1ZM20.87 6.83l-8.56-2.84-2.59.88 8.18 3.07 2.98-1.11ZM3.34 10.5h4.51v6.49c.78.04 1.49.51 1.81 1.23.25.55.24 1.16.01 1.69l.77.35c.66.3 1.4-.18 1.4-.9v-8.52L3.32 7.71zM21.3 7.74l-2.88 1.07v3.31l-2 .77V9.56l-3.58 1.33v8.47c0 .72.74 1.2 1.39.9l6.5-2.9c.36-.16.59-.51.59-.91l-.02-8.72ZM6.69 5.9l-2.81.96L12.4 10l2.61-.97L6.7 5.91Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.