# CigaretteIcon

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

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

## Install

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

## Usage

```tsx
import { CigaretteIcon } from "@/components/icons/cigarette";

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

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

## Keywords

- cigarette

## Similar icons

- [CigaretteOffIcon](https://lucide-animated.com/icons/cigarette-off.md)
