# FlameIcon

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

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

## Install

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

## Usage

```tsx
import { FlameIcon } from "@/components/icons/flame";

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

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

## Keywords

- fire
- flame
- hot

## Similar icons

- [AlarmSmokeIcon](https://lucide-animated.com/icons/alarm-smoke.md)
- [CoffeeIcon](https://lucide-animated.com/icons/coffee.md)
