# AlarmSmokeIcon

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

Source page: https://lucide-animated.com/icons/alarm-smoke

## Install

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

## Usage

```tsx
import { AlarmSmokeIcon } from "@/components/icons/alarm-smoke";

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

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

## Keywords

- alarm
- smoke
- fire
- smoke
- fire alarm

## Similar icons

- [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)
- [BellIcon](https://lucide-animated.com/icons/bell.md)
- [ClockIcon](https://lucide-animated.com/icons/clock.md)
- [FlameIcon](https://lucide-animated.com/icons/flame.md)
