Skip to main content

Packages


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">packages</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#packages" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-packages" viewBox="0 0 24 24">
  <path d="M7.5 14.99h4.97c.28 0 .5-.22.5-.5V7.5c0-.28-.22-.5-.5-.5H7.5c-.28 0-.5.22-.5.5v6.99c0 .28.22.5.5.5m6.94 0h6.06c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-6.06c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5m-8.47.96V6.58c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1h.97v9.37c0 .55.45 1 1 1h.87c.12-.87.66-1.6 1.41-2H5.98Zm8.56-5.92h2.93c.28 0 .5-.22.5-.5V7.5c0-.28-.22-.5-.5-.5h-2.93c-.28 0-.5.22-.5.5v2.03c0 .28.22.5.5.5m-6.04 6.6c-.93 0-1.69.75-1.69 1.69s.75 1.69 1.69 1.69 1.69-.75 1.69-1.69-.75-1.69-1.69-1.69M21 15.95h-2.76c.75.4 1.29 1.13 1.41 2H21c.55 0 1-.45 1-1s-.45-1-1-1m-4 .68c-.93 0-1.69.75-1.69 1.69s.75 1.69 1.69 1.69 1.69-.75 1.69-1.69-.75-1.69-1.69-1.69m-7.27-.68c.75.4 1.29 1.13 1.41 2h3.21c.12-.87.66-1.6 1.41-2z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.