# PaletteIcon

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

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

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

## Install

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

## Usage

```tsx
import { PaletteIcon } from "@/components/icons/palette";

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

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

## Keywords

- palette
- color
- colour
- paint
- art
- brush
- theme

## Similar icons

- [SprayCanIcon](https://lucide-animated.com/icons/spray-can.md)
- [ContrastIcon](https://lucide-animated.com/icons/contrast.md)
