# ReceiptTextIcon

> 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 text icon for React — part of lucide-animated.

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

## Install

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

## Usage

```tsx
import { ReceiptTextIcon } from "@/components/icons/receipt-text";

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

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

## Keywords

- receipt
- invoice
- receipt icon
- text

## Similar icons

- [ReceiptIcon](https://lucide-animated.com/icons/receipt.md)
- [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)
