# BlocksIcon

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

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

## Install

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

## Usage

```tsx
import { BlocksIcon } from "@/components/icons/blocks";

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

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

## Keywords

- block
- blocks
- addon
- plugin
- integration
- extension
- package
- build
- stack
- toys
- kids
- children
- learning

## Similar icons

- [BoxIcon](https://lucide-animated.com/icons/box.md)
- [BoxesIcon](https://lucide-animated.com/icons/boxes.md)
- [HammerIcon](https://lucide-animated.com/icons/hammer.md)
- [LayersIcon](https://lucide-animated.com/icons/layers.md)
- [LayoutPanelTopIcon](https://lucide-animated.com/icons/layout-panel-top.md)
- [WebhookIcon](https://lucide-animated.com/icons/webhook.md)
