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-outlined-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-outline mi-no-package" viewBox="0 0 24 24">
<path d="m7.08 5.638-.021.007-2.856-2.856A1 1 0 1 0 2.79 4.203l2.16 2.16-1.28.437a1 1 0 0 0-.68.95l.05 8.64c0 .39.23.74.58.9l7.94 3.63c.26.12.56.12.82 0l4.925-2.201 2.485 2.485a1 1 0 0 0 1.414-1.414l-1.945-1.945.02-.008-1.105-1.104-.018.009-5.436-5.436v-.027L10.793 9.35l-.042-.015L8.845 7.43l.042.015zm4.13 6.986v.776l.01 5.74-1.2-.55-.52-.24-4.97-2.27-.02-2.57-.02-3V8.7L7.5 9.78l1.344.478zm4.99 4.991-3.48 1.555v-5.036zm-2.702-8.387-.213-.213-4.094-4.094.299-.101 2.48-.84 8.31 2.76c.4.14.68.52.68.95l.02 8.73q0 .133-.033.258l-1.482-1.483-.005-.285V8.72l-2.29.81v2.74l-.455.175L15.17 10.9v-.67l-.495.176zM11.97 5.57l-1.22.42 5.93 2.11 1.41-.5z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.