Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">no_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-solid-icons.svg#no-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-solid mi-no-package" viewBox="0 0 24 24">
<path d="m7.655 6.214-.043-.016-3.405-3.405a1 1 0 0 0-1.414 1.414l2.04 2.04-1.293.443 2.748 1.012L7.94 9.354 7.52 9.2 2.98 7.54l.06 8.7c0 .38.23.73.58.89l5.72 2.61.77.35c.66.3 1.4-.18 1.4-.9v-6.266l.99.99v5.266a.93.93 0 0 0 .27.68c.27.29.72.41 1.12.23l3.309-1.477 2.594 2.594a1 1 0 0 0 1.414-1.414l-2.052-2.052.019-.009L12.5 11.06v.027l-1.733-1.733.043.016zm6.653 3.824 1.772 1.772V9.38zm2.422 2.422 4.183 4.183q.066-.171.067-.363l-.02-8.72-2.88 1.07v3.31zm-3.183-3.183-1.353-1.353 2.476.936zM11.97 3.82l8.56 2.84-2.97 1.11L9.38 4.7z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.