Banknote X Pixel Art Icon
A banknote with an X for canceled payments, declined transactions, failed charges and 'Payment refused' error states.
Tags
banknoteclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Banknote X icon
A banknote icon overlaid with an X, signaling that a payment or financial transaction has been rejected, canceled, or is invalid. Use it on 'Payment failed,' 'Transaction declined,' or 'Canceled invoice' notifications in checkout flows, billing dashboards, and subscription management screens. The X communicates failure directly without relying on color alone. For a payment that is pending rather than failed, a clock badge on the banknote is more accurate.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/banknote-x.svg" width="24" height="24" alt="Banknote X" />
<!-- React -->
import { BanknoteX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="banknote-x.svg" width="48" height="48" style="image-rendering: pixelated" />