The Heroicons document currency euro icon depicts a document with a euro symbol, commonly used to represent financial documents, invoices, or transactions involving the euro currency.
Common uses
- Displaying invoice totals in EUR
- Indicating a file related to European finance
- Labeling a section for euro-denominated payments
Use it in React
Install
npm i @heroicons/reactImport & render
import { DocumentCurrencyEuroIcon } from '@heroicons/react/24/outline';
<DocumentCurrencyEuroIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<DocumentCurrencyEuroIcon className="size-6" />24/solid
<DocumentCurrencyEuroIcon className="size-6" />20/solid
<DocumentCurrencyEuroIcon className="size-6" />16/solid
<DocumentCurrencyEuroIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- documentcurrencyeuroeuro documentcurrency symbolfinancial documentinvoice euro
FAQ
- What is this icon for?
- This icon represents a document related to the euro currency, suitable for financial contexts like invoices or payment confirmations.
- How do I use this in React?
- Import it using: `import { DocumentCurrencyEuroIcon } from '@heroicons/react/24/outline'`. Then use it as a component: `<DocumentCurrencyEuroIcon className="h-6 w-6" />`.
- What is the license for this icon?
- The Heroicons library, including this icon, is released under the MIT license, allowing for free commercial and non-commercial use.
Related icons
The same idea in other libraries, and near matches in Heroicons.
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 →