# TrendingUpDownIcon

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

Source page: https://lucide-animated.com/icons/trending-up-down

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/trending-up-down.json"
```

## Usage

```tsx
import { TrendingUpDownIcon } from "@/components/icons/trending-up-down";

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

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

## Keywords

- up
- trend
- graph
- upward
- increase
- statistics
- down
- trend
- graph
- downward
- decrease

## Similar icons

- [TrendingDownIcon](https://lucide-animated.com/icons/trending-down.md)
- [TrendingUpIcon](https://lucide-animated.com/icons/trending-up.md)
- [ChartSplineIcon](https://lucide-animated.com/icons/chart-spline.md)
- [AArrowDownIcon](https://lucide-animated.com/icons/a-arrow-down.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigDownIcon](https://lucide-animated.com/icons/arrow-big-down.md)
