# ChartSplineIcon

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

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

## Install

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

## Usage

```tsx
import { ChartSplineIcon } from "@/components/icons/chart-spline";

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

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

## Keywords

- chart
- spline
- graph
- statistics
- analytics
- diagram
- presentation
- analytics

## Similar icons

- [ChartPieIcon](https://lucide-animated.com/icons/chart-pie.md)
- [TrendingUpDownIcon](https://lucide-animated.com/icons/trending-up-down.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)
- [ChartBarDecreasingIcon](https://lucide-animated.com/icons/chart-bar-decreasing.md)
