Skip to main content

Credit card


Examples

Heading
Smaller heading

Inline text

Inline font

Example link text

Download

Download the SVG to use or edit.

Download SVG

Icon font

Using the web font? Copy, paste, and go.

<i class="wiw-icon wiw-credit-card"></i>

Code point

  • Unicode: U+F130
  • CSS: \F130
  • JS: \uF130
  • HTML: &#xF130;

Copy HTML

Paste the SVG right into your project's code.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="wiw-icon wiw-credit-card" viewBox="0 0 24 24">
  <g fill-rule="evenodd">
    <path d="M21 19H3a1 1 0 0 1-1-1v-7h20v7a1 1 0 0 1-1 1M3 5h18a1 1 0 0 1 1 1v1H2V6a1 1 0 0 1 1-1m18-2H3C1.346 3 0 4.346 0 6v12c0 1.654 1.346 3 3 3h18c1.654 0 3-1.346 3-3V6c0-1.654-1.346-3-3-3"/>
    <path d="M10 17H5a1 1 0 1 1 0-2h5a1 1 0 1 1 0 2m7 0h-3a1 1 0 1 1 0-2h3a1 1 0 1 1 0 2"/>
  </g>
</svg>