# ChartBarDecreasingIcon

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

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

## Install

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

## Usage

```tsx
import { ChartBarDecreasingIcon } from "@/components/icons/chart-bar-decreasing";

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

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

## Keywords

- chart
- bar
- decreasing

## Similar icons

- [ChartBarIncreasingIcon](https://lucide-animated.com/icons/chart-bar-increasing.md)
- [ChartColumnDecreasingIcon](https://lucide-animated.com/icons/chart-column-decreasing.md)
- [ChartNoAxesColumnDecreasingIcon](https://lucide-animated.com/icons/chart-no-axes-column-decreasing.md)
- [ArrowDown01Icon](https://lucide-animated.com/icons/arrow-down-0-1.md)
- [ArrowDown10Icon](https://lucide-animated.com/icons/arrow-down-1-0.md)
- [ArrowDownAZIcon](https://lucide-animated.com/icons/arrow-down-a-z.md)
