# ChartPieIcon

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

Source page: https://lucide-animated.com/icons/chart-pie

## Install

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

## Usage

```tsx
import { ChartPieIcon } from "@/components/icons/chart-pie";

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

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

## Keywords

- statistics
- analytics
- diagram
- presentation

## Similar icons

- [ChartSplineIcon](https://lucide-animated.com/icons/chart-spline.md)
- [ChartScatterIcon](https://lucide-animated.com/icons/chart-scatter.md)
- [TrendingDownIcon](https://lucide-animated.com/icons/trending-down.md)
- [TrendingUpIcon](https://lucide-animated.com/icons/trending-up.md)
- [TrendingUpDownIcon](https://lucide-animated.com/icons/trending-up-down.md)
