Banknote Pixel Art Icon
A banknote icon for payment flows, pricing pages, financial dashboards, 'Pay now' buttons and currency-related features.
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 Banknote icon
A rectangular bill with a value indicator or oval portrait area, representing paper currency and financial transactions. Use it on 'Pay,' 'Add funds,' 'Withdraw,' or 'Balance' screens in wallets, payment gateways, and fintech apps. It carries a more tactile, cash-based connotation than a credit card icon, so it suits peer-to-peer payments and cash-handling flows particularly well. For moving money up or down, banknote-up and banknote-down add directional context to the same concept.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/banknote.svg" width="24" height="24" alt="Banknote" />
<!-- React -->
import { Banknote } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="banknote.svg" width="48" height="48" style="image-rendering: pixelated" />