Pixelarticons

Receipt Pixel Art Icon

A receipt icon for purchase confirmations, invoice lists, expense tracking, billing history and 'View receipt' links.

commerce Free 4 variants

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Receipt icon

A paper receipt with horizontal rule lines suggesting printed line items. Payment flows use it on the order-confirmation screen; expense-tracking apps show it when logging a purchase; accounting tools use it for invoice and billing-history lists. It signals financial transaction records rather than active payment, so it belongs after a transaction completes. For adding a new expense entry, receipt-plus is the logical action form; the plain receipt is most at home as a read-only record.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/receipt.svg" width="24" height="24" alt="Receipt" />

<!-- React -->
import { Receipt } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="receipt.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons