Wallet Pixel Art Icon
A wallet icon for payment sections, stored funds, account balance displays, and digital wallet features.
Tags
cashpayment
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 Wallet icon
A folding wallet, the familiar symbol for personal finance management, stored payment methods, and account balances. It suits a 'My wallet' navigation item, a balance card in a fintech app, a 'Pay from wallet' option at checkout, and a rewards-balance display. Because wallets imply a broader range of stored value than a single card, this icon is more versatile in multi-payment or loyalty contexts. For card-specific actions, the credit-card icon sets a narrower, more precise expectation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wallet.svg" width="24" height="24" alt="Wallet" />
<!-- React -->
import { Wallet } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wallet.svg" width="48" height="48" style="image-rendering: pixelated" />