The HugeIcons invoice icon visually represents a bill or receipt, commonly used in UI to indicate actions related to billing, payments, or order history.
Common uses
- Billing section navigation
- Payment confirmation button
- Order details link
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InvoiceIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InvoiceIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- receiptbillpaymentdocument
FAQ
- What does the Invoice icon represent?
- It represents a financial document like a bill or receipt. It's used in UIs to signify areas related to payments, transactions, or order summaries.
- How do I use the Invoice icon in React?
- Import both HugeiconsIcon and InvoiceIcon, then render it using <HugeiconsIcon icon={InvoiceIcon} />.
- What is the license for this icon?
- The Invoice icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →