Card Pixel Art Icon
A payment card icon for checkout flows, billing sections, 'Add payment method' buttons, and saved card displays.
Tags
paymentcreditdebitbank
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Card icon
A rectangular card with a horizontal stripe, the familiar shape of a credit or debit card. Place it in a checkout flow's payment step, a 'Saved cards' section in account settings, or next to a 'Billing' menu item. Shoppers and users recognize it immediately as belonging to payment contexts. For a stack of multiple cards or a history of transactions, the card-stack or cards variants communicate plurality more clearly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/card.svg" width="24" height="24" alt="Card" />
<!-- React -->
import { Card } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="card.svg" width="48" height="48" style="image-rendering: pixelated" />