# TreeDeciduousIcon

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

Source page: https://lucide-animated.com/icons/tree-deciduous

## Install

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

## Usage

```tsx
import { TreeDeciduousIcon } from "@/components/icons/tree-deciduous";

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

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

## Keywords

- tree
- deciduous
- forest
- nature
- green

## Similar icons

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