The Phosphor invoice icon depicts a document with lines, commonly used to represent financial transactions, bills, or receipts in user interfaces.
Common uses
- Displaying order summaries
- Linking to billing history
- Indicating a payment due
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Invoice } from '@phosphor-icons/react';
<Invoice size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Invoice size={24} />thin
<Invoice size={24} weight="thin" />light
<Invoice size={24} weight="light" />bold
<Invoice size={24} weight="bold" />fill
<Invoice size={24} weight="fill" />duotone
<Invoice size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*receiptexpensebillcommercefinancesofficeinvoicedocument
FAQ
- What is the invoice icon used for?
- It represents financial documents like bills, receipts, or expense reports in UI elements.
- How do I use the invoice icon in React?
- Import it using `import { Invoice } from '@phosphor-icons/react'` and use it as a component: `<Invoice />`.
- What is the license for the Phosphor invoice icon?
- The Phosphor icon library, including the invoice icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →