# TrendingUpIcon

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

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

## Install

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

## Usage

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

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

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

## Keywords

- up
- trend
- graph
- upward
- increase
- statistics

## Similar icons

- [TrendingUpDownIcon](https://lucide-animated.com/icons/trending-up-down.md)
- [TrendingDownIcon](https://lucide-animated.com/icons/trending-down.md)
- [ChartSplineIcon](https://lucide-animated.com/icons/chart-spline.md)
- [AArrowUpIcon](https://lucide-animated.com/icons/a-arrow-up.md)
- [ArrowBigUpIcon](https://lucide-animated.com/icons/arrow-big-up.md)
- [ArrowBigUpDashIcon](https://lucide-animated.com/icons/arrow-big-up-dash.md)
