# ReceiptIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated receipt icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/receipt

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/receipt.json"
```

## Usage

```tsx
import { ReceiptIcon } from "@/components/icons/receipt";

export function Demo() {
  return <ReceiptIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- receipt
- invoice
- receipt icon

## Similar icons

- [ReceiptCentIcon](https://lucide-animated.com/icons/receipt-cent.md)
- [ReceiptEuroIcon](https://lucide-animated.com/icons/receipt-euro.md)
- [ReceiptIndianRupeeIcon](https://lucide-animated.com/icons/receipt-indian-rupee.md)
- [ReceiptJapaneseYenIcon](https://lucide-animated.com/icons/receipt-japanese-yen.md)
- [ReceiptPoundSterlingIcon](https://lucide-animated.com/icons/receipt-pound-sterling.md)
- [ReceiptRussianRubleIcon](https://lucide-animated.com/icons/receipt-russian-ruble.md)
