# ChartNoAxesColumnDecreasingIcon

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

Source page: https://lucide-animated.com/icons/chart-no-axes-column-decreasing

## Install

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

## Usage

```tsx
import { ChartNoAxesColumnDecreasingIcon } from "@/components/icons/chart-no-axes-column-decreasing";

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

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

## Keywords

- chart
- column
- decreasing
- chartnoaxes

## Similar icons

- [ChartColumnDecreasingIcon](https://lucide-animated.com/icons/chart-column-decreasing.md)
- [ChartNoAxesColumnIncreasingIcon](https://lucide-animated.com/icons/chart-no-axes-column-increasing.md)
- [ChartBarDecreasingIcon](https://lucide-animated.com/icons/chart-bar-decreasing.md)
- [ChartColumnIncreasingIcon](https://lucide-animated.com/icons/chart-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)
