The Tabler receipt dollar icon depicts a document with a dollar sign, commonly used to represent financial transactions, invoices, or payment confirmations in user interfaces.
Common uses
- Button for viewing payment history
- Indicator for a completed order
- Link to an invoice or receipt
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconReceiptDollar } from '@tabler/icons-react';
<IconReceiptDollar size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconReceiptDollar size={24} stroke={2} />filled
<IconReceiptDollarFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- currencybilltransactioninvoicepaymentfinanceeconomyaccountcashdocumentreceiptdollar
FAQ
- What does the receipt dollar icon represent?
- It symbolizes financial documents like receipts, invoices, or bills, often related to payments or transactions.
- How do I use this icon in React?
- Import it using `import { IconReceiptDollar } from '@tabler/icons-react';` and render it as a component.
- What is the license for this icon?
- The Tabler icon library, including the receipt dollar icon, is 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 →