# HistoryIcon

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

Source page: https://lucide-animated.com/icons/history

## Install

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

## Usage

```tsx
import { HistoryIcon } from "@/components/icons/history";

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

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

## Keywords

- history
- back
- previous
- arrow

## Similar icons

- [RedoIcon](https://lucide-animated.com/icons/redo.md)
- [RedoDotIcon](https://lucide-animated.com/icons/redo-dot.md)
- [UndoDotIcon](https://lucide-animated.com/icons/undo-dot.md)
- [ArrowBigLeftIcon](https://lucide-animated.com/icons/arrow-big-left.md)
- [ArrowLeftIcon](https://lucide-animated.com/icons/arrow-left.md)
- [ChevronLeftIcon](https://lucide-animated.com/icons/chevron-left.md)
