# LeafIcon

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

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

## Install

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

## Usage

```tsx
import { LeafIcon } from "@/components/icons/leaf";

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

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

## Keywords

- leaf
- tree
- plant
- nature
- green

## Similar icons

- [LeafyGreenIcon](https://lucide-animated.com/icons/leafy-green.md)
- [TreeDeciduousIcon](https://lucide-animated.com/icons/tree-deciduous.md)
- [TreePineIcon](https://lucide-animated.com/icons/tree-pine.md)
- [FolderTreeIcon](https://lucide-animated.com/icons/folder-tree.md)
