Invoice Pixel Art Icon
An invoice icon for billing documents, payment requests, expense records, and accounts receivable sections.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Invoice icon
A document with structured rows, representing a formal billing record. It suits the header of an invoicing section, a 'View invoice' link in an order confirmation email, an 'Export invoice' button in accounting software, and an accounts receivable dashboard. Because it reads as a formal financial document rather than a receipt or note, it fits B2B billing contexts especially well. For documents with visible text detail, invoice-text reinforces the document nature more explicitly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/invoice.svg" width="24" height="24" alt="Invoice" />
<!-- React -->
import { Invoice } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="invoice.svg" width="48" height="48" style="image-rendering: pixelated" />