# ChartColumnIncreasingIcon

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

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

## Install

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

## Usage

```tsx
import { ChartColumnIncreasingIcon } from "@/components/icons/chart-column-increasing";

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

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

## Keywords

- chart
- column
- increasing

## Similar icons

- [ChartNoAxesColumnIncreasingIcon](https://lucide-animated.com/icons/chart-no-axes-column-increasing.md)
- [ChartBarIncreasingIcon](https://lucide-animated.com/icons/chart-bar-increasing.md)
- [ChartColumnDecreasingIcon](https://lucide-animated.com/icons/chart-column-decreasing.md)
- [ChartLineIcon](https://lucide-animated.com/icons/chart-line.md)
- [ChartNoAxesColumnDecreasingIcon](https://lucide-animated.com/icons/chart-no-axes-column-decreasing.md)
- [FileChartLineIcon](https://lucide-animated.com/icons/file-chart-line.md)
