The Heroicons banknotes icon depicts a stack of currency bills, commonly used to represent financial transactions, payments, or monetary value in a user interface.
Common uses
- Displaying transaction history
- Indicating a payment or purchase
- Representing a currency or budget feature
Use it in React
Install
npm i @heroicons/reactImport & render
import { BanknotesIcon } from '@heroicons/react/24/outline';
<BanknotesIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<BanknotesIcon className="size-6" />24/solid
<BanknotesIcon className="size-6" />20/solid
<BanknotesIcon className="size-6" />16/solid
<BanknotesIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- banknotesmoneycurrencypaymentcash
FAQ
- What does the banknotes icon represent?
- It represents money or currency, often used for financial actions or information within an application.
- How do I use the banknotes icon in React?
- Import it from Heroicons and use it as a component: import { BanknotesIcon } from '@heroicons/react/24/outline'; <BanknotesIcon className="h-6 w-6" />
- What is the license for this icon?
- The Heroicons banknotes icon is available under the MIT license, allowing for free commercial and non-commercial use.
Looking for something else? Search Heroicons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →