Wallet Minimal Pixel Art Icon
A stripped-down wallet icon for compact UIs, inline balance labels, and minimalist fintech design systems.
Tags
walletcashpaymentminimal
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Wallet Minimal icon
A simplified, low-detail wallet silhouette for contexts where visual density is a concern. Use it in compact navigation bars, inline currency labels in a data table, or a minimalist design system where the fuller wallet icon feels heavy. It retains the wallet's core meaning while occupying less visual space. When users need to immediately recognize a payment-management feature, the more defined wallet or wallet-cards variant is easier to parse.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wallet-minimal.svg" width="24" height="24" alt="Wallet Minimal" />
<!-- React -->
import { WalletMinimal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wallet-minimal.svg" width="48" height="48" style="image-rendering: pixelated" />