Skip to main content

Invoice Pound


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">invoice_pound</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#invoice-pound" />
</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-invoice-pound" viewBox="0 0 24 24">
  <path d="M4.5 3.5v16.01h5.81c.24.73.61 1.41 1.07 2H3.5c-.55 0-1-.45-1-1v-18c0-.55.45-1 1-1h8.59a1 1 0 0 1 .71.29l5.41 5.41c.18.19.29.44.29.71v3.4a6.3 6.3 0 0 0-2-.32V9.5h-5c-.55 0-1-.45-1-1v-5z"/>
  <path d="M11.5 17.5c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5m2.99 2.919h4.03v-.93h-2.586v-.018c.258-.23.442-.497.534-.81.073-.257.073-.533.064-.818h1.187v-.782H16.43a4 4 0 0 1-.101-.828c0-.534.248-.994.929-.994.359 0 .625.083.8.184l.203-.855c-.203-.12-.552-.23-1.05-.23-1.14 0-1.94.736-1.94 1.867 0 .295.046.598.092.856h-.792v.782h.92c.028.175.037.322.037.497 0 .653-.487 1.205-1.04 1.462v.617Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.