# PickaxeIcon

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

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

## Install

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

## Usage

```tsx
import { PickaxeIcon } from "@/components/icons/pickaxe";

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

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

## Keywords

- mining
- mine
- land worker
- extraction
- labor
- construction
- progress
- advancement
- crafting
- building
- creation

## Similar icons

- [HammerIcon](https://lucide-animated.com/icons/hammer.md)
- [HomeIcon](https://lucide-animated.com/icons/home.md)
- [LoaderIcon](https://lucide-animated.com/icons/loader.md)
- [LoaderCircleIcon](https://lucide-animated.com/icons/loader-circle.md)
- [LoaderPinwheelIcon](https://lucide-animated.com/icons/loader-pinwheel.md)
- [WrenchIcon](https://lucide-animated.com/icons/wrench.md)
