Skip to main content

Payment Instant


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">payment_instant</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#payment-instant" />
</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-payment-instant" viewBox="0 0 24 24">
  <path d="M6.5 16h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h4c.28 0 .5.22.5.5s-.22.5-.5.5M9 17.5c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5m-1 2c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5s.22.5.5.5h4c.28 0 .5-.22.5-.5m13-12v9c0 .83-.67 1.5-1.5 1.5h-8.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75-.34.75-.75V12h-12v1.25a.749.749 0 1 1-1.5 0V7.49C6 6.67 6.67 6 7.49 6h12c.83 0 1.5.67 1.5 1.5Zm-1.5 0h-12V9h12z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.