The Heroicons wallet icon depicts a stylized wallet, commonly used to represent financial accounts, payment methods, or digital currency.
Common uses
- User profile settings for payment methods
- E-commerce checkout flow
- Cryptocurrency wallet connection
Use it in React
Install
npm i @heroicons/reactImport & render
import { WalletIcon } from '@heroicons/react/24/outline';
<WalletIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<WalletIcon className="size-6" />24/solid
<WalletIcon className="size-6" />20/solid
<WalletIcon className="size-6" />16/solid
<WalletIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- walletmoneypaymentfinancepurse
FAQ
- What does the wallet icon represent?
- The wallet icon visually represents a wallet, often used for financial contexts like payment methods, accounts, or digital currency.
- How do I use the wallet icon in React?
- You can import and use it in React with: import { WalletIcon } from '@heroicons/react/24/outline'. Then render it as <WalletIcon className="h-6 w-6" />.
- What is the license for the Heroicons wallet icon?
- The Heroicons wallet icon is available under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.