# CigaretteOffIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated cigarette off icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/cigarette-off

## Install

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

## Usage

```tsx
import { CigaretteOffIcon } from "@/components/icons/cigarette-off";

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

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

## Keywords

- cigarette
- off

## Similar icons

- [CigaretteIcon](https://lucide-animated.com/icons/cigarette.md)
- [MapPinOffIcon](https://lucide-animated.com/icons/map-pin-off.md)
- [PhoneOffIcon](https://lucide-animated.com/icons/phone-off.md)
- [ZapOffIcon](https://lucide-animated.com/icons/zap-off.md)
