# HandCoinsIcon

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

Source page: https://lucide-animated.com/icons/hand-coins

## Install

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

## Usage

```tsx
import { HandCoinsIcon } from "@/components/icons/hand-coins";

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

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

## Keywords

- savings
- banking
- money
- finance
- offers
- mortgage
- payment
- received
- wage
- payroll
- allowance
- pocket money
- handout
- pennies

## Similar icons

- [CreditCardIcon](https://lucide-animated.com/icons/credit-card.md)
- [WalletIcon](https://lucide-animated.com/icons/wallet.md)
- [CircleDollarSignIcon](https://lucide-animated.com/icons/circle-dollar-sign.md)
- [DollarSignIcon](https://lucide-animated.com/icons/dollar-sign.md)
- [EuroIcon](https://lucide-animated.com/icons/euro.md)
- [GeorgianLariIcon](https://lucide-animated.com/icons/georgian-lari.md)
