# CreditCardIcon

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

Source page: https://lucide-animated.com/icons/credit-card

## Install

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

## Usage

```tsx
import { CreditCardIcon } from "@/components/icons/credit-card";

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

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

## Keywords

- credit card
- card
- payment
- debit
- money
- finance
- bank

## Similar icons

- [HandCoinsIcon](https://lucide-animated.com/icons/hand-coins.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)
