The HugeIcons add invoice icon visually represents the action of creating a new invoice, commonly used in financial or billing interfaces to initiate the invoice creation process.
Common uses
- Button to create a new invoice
- Link to add a billing record
- Action to generate a financial document
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AddInvoiceIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AddInvoiceIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- new invoicecreate invoicenew billadd bill
FAQ
- What does the add invoice icon represent?
- It signifies the action of adding or creating a new invoice, typically used in contexts related to billing, finance, or order management.
- How do I use the AddInvoiceIcon in React?
- Import both HugeiconsIcon and AddInvoiceIcon, then render the icon using <HugeiconsIcon icon={AddInvoiceIcon} />.
- What is the license for this icon?
- The HugeIcons add invoice icon is released under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →