Banknote Coins Pixel Art Icon
A banknote and coins icon for mixed-payment flows, cash-register summaries, tip calculations and physical-money contexts.
Tags
banknotecoins
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Banknote Coins icon
A paper bill alongside stacked or scattered coins, representing the full picture of physical cash: both notes and change. Use it in point-of-sale apps, cash-register summaries, tip-calculation screens, and any context where the distinction between bills and coins matters. It is more specific than a single banknote icon when the UI needs to express 'all physical money,' and more approachable than a credit card icon when the context is cash-only transactions.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/banknote-coins.svg" width="24" height="24" alt="Banknote Coins" />
<!-- React -->
import { BanknoteCoins } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="banknote-coins.svg" width="48" height="48" style="image-rendering: pixelated" />