Skip to main content

Package Sent


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">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-outlined-icons.svg#package-sent" />
</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-outline 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.93-9.31c0-.43-.28-.81-.68-.95l-8.31-2.76-4.23 1.44-2.29.78-1.79.61a1 1 0 0 0-.68.95L3 10.5h1.5V8.69l6.72 2.4v8.05l-2.69-1.23v1.6l3.03 1.43c.26.12.57.13.83 0l8-3.57c.36-.16.59-.52.59-.92zm-8.98-2.12 6.11 2.03-1.41.5-5.93-2.11 1.22-.42Zm0 4.19L5.96 7.62l1.77-.6 5.97 2.14-1.72.61Zm.75 9.38v-8.06l2.45-.87v2.81l2-.77V9.51l2.29-.81.02 7.42zm-3.72-4.66H3.47c-.28 0-.5.22-.5.5s.22.5.5.5H9v-1Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.