# HammerIcon

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

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

## Install

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

## Usage

```tsx
import { HammerIcon } from "@/components/icons/hammer";

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

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

## Keywords

- mallet
- nails
- diy
- toolbox
- build
- construction

## Similar icons

- [WrenchIcon](https://lucide-animated.com/icons/wrench.md)
- [BlocksIcon](https://lucide-animated.com/icons/blocks.md)
- [GavelIcon](https://lucide-animated.com/icons/gavel.md)
- [PickaxeIcon](https://lucide-animated.com/icons/pickaxe.md)
