The Tabler file euro icon depicts a document with a euro symbol, commonly used to represent financial documents, monetary transactions, or data related to the euro currency in user interfaces.
Common uses
- Button to access financial reports
- Label for currency input fields
- Icon for billing and invoice sections
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileEuro } from '@tabler/icons-react';
<IconFileEuro size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileEuro size={24} stroke={2} />filled
<IconFileEuroFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- moneyfinancebuisnessfileeurodocumentdatacontentrecordpapereuro documentmoney filecurrency paperfinancial record
FAQ
- What is the file euro icon used for?
- It's used to visually represent items related to euro currency, such as financial documents, transactions, or data.
- How do I use this icon in React?
- Import it using `import { IconFileEuro } from '@tabler/icons-react';` and use it as a component: `<IconFileEuro />`.
- What is the license for this icon?
- The Tabler icons, including file euro, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →