# FileChartLineIcon

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

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

## Install

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

## Usage

```tsx
import { FileChartLineIcon } from "@/components/icons/file-chart-line";

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

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

## Keywords

- file
- chart
- line
- increasing
- filechartline
- filechartline

## Similar icons

- [ChartLineIcon](https://lucide-animated.com/icons/chart-line.md)
- [ChartBarIncreasingIcon](https://lucide-animated.com/icons/chart-bar-increasing.md)
- [ChartColumnIncreasingIcon](https://lucide-animated.com/icons/chart-column-increasing.md)
- [ChartNoAxesColumnIncreasingIcon](https://lucide-animated.com/icons/chart-no-axes-column-increasing.md)
- [ArrowDown01Icon](https://lucide-animated.com/icons/arrow-down-0-1.md)
- [ArrowDown10Icon](https://lucide-animated.com/icons/arrow-down-1-0.md)
