Wallet 2 Pixel Art Icon
An alternate wallet icon for payment sections, digital fund storage, and balance displays in fintech apps.
Tags
walletcashpayment
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Wallet 2 icon
A second wallet silhouette with a slightly different visual treatment, offering design flexibility when the primary wallet icon does not fit the surrounding style. Use it interchangeably with the wallet icon in payment sections, account balance cards, and checkout flows, or offer it as an alternative style within the same product's icon set. Where both appear in the same UI, ensure only one is used per context to avoid confusing users with near-duplicate icons for the same concept.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wallet-2.svg" width="24" height="24" alt="Wallet 2" />
<!-- React -->
import { Wallet2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wallet-2.svg" width="48" height="48" style="image-rendering: pixelated" />