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_sent</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-sent" />
</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-sent" viewBox="0 0 24 24">
<path d="M1.5 13h5.53v-1H1.5c-.28 0-.5.22-.5.5s.22.5.5.5m2.53 4H1.5c-.28 0-.5.22-.5.5s.22.5.5.5h5.53v-1zm16.5-10.17-8.56-2.84-2.59.88 8.18 3.07 2.98-1.11ZM9 14.5H3.47c-.28 0-.5.22-.5.5s.22.5.5.5H9zm11.96-6.76-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.35 5.9l-2.81.96L12.06 10l2.61-.97-8.31-3.12ZM3 10.51h5.52v2.5h1.97v4H8.52v2.5l1.58.77c.66.3 1.4-.18 1.4-.9v-8.52L2.99 7.71l.02 2.79Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.