# TimerIcon

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

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

## Install

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

## Usage

```tsx
import { TimerIcon } from "@/components/icons/timer";

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

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

## Keywords

- time
- watch
- alarm
- stopwatch
- stopwatch

## Similar icons

- [ClockIcon](https://lucide-animated.com/icons/clock.md)
- [AlarmClockCheckIcon](https://lucide-animated.com/icons/alarm-clock-check.md)
- [AlarmClockMinusIcon](https://lucide-animated.com/icons/alarm-clock-minus.md)
- [AlarmClockPlusIcon](https://lucide-animated.com/icons/alarm-clock-plus.md)
- [AlarmSmokeIcon](https://lucide-animated.com/icons/alarm-smoke.md)
- [BellIcon](https://lucide-animated.com/icons/bell.md)
