Card X Pixel Art Icon
A payment card with an X for declining a card, canceling a payment, or flagging an invalid or blocked card.
Tags
cardpaymentcreditdebitbankclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Card X icon
A card icon marked with an X, expressing refusal, invalidity, or deletion. Drop it on a 'Card declined' error state, a 'Cancel payment' button, a 'Block this card' admin control, or a notification that a card has expired and been removed. The X makes the negative intent unmistakable. For softer actions like temporarily suspending a card rather than removing it, a lock or pause icon avoids the finality of the X.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/card-x.svg" width="24" height="24" alt="Card X" />
<!-- React -->
import { CardX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="card-x.svg" width="48" height="48" style="image-rendering: pixelated" />