The Tabler report money icon depicts a document with a currency symbol, commonly used to represent financial reports, sales data, or monetary analysis within a user interface.
Common uses
- Displaying a link to a financial summary page.
- Indicating a section for sales performance metrics.
- Labeling a button for generating expense reports.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconReportMoney } from '@tabler/icons-react';
<IconReportMoney size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconReportMoney size={24} stroke={2} />filled
<IconReportMoneyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- resultsbusinesssalesanalysisanalysefinancefinancialtotalreportmoneydocumentfinancial reportmoney documentsales analysisbusiness results
FAQ
- What does the report money icon represent?
- It symbolizes financial documents, reports, or data related to money, business, and analysis.
- How do I use the report money icon in React?
- Import it using `import { IconReportMoney } from '@tabler/icons-react'` and then use it as a component: `<IconReportMoney />`.
- What is the license for this icon?
- The Tabler icons, including report money, are available 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 →