# AirVentIcon

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

Source page: https://lucide-animated.com/icons/air-vent

## Install

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

## Usage

```tsx
import { AirVentIcon } from "@/components/icons/air-vent";

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

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

## Keywords

- air
- vent
- fan
- air conditioning
- wind
- cooling

## Similar icons

- [WindIcon](https://lucide-animated.com/icons/wind.md)
- [CloudRainWindIcon](https://lucide-animated.com/icons/cloud-rain-wind.md)
- [TornadoIcon](https://lucide-animated.com/icons/tornado.md)
- [WindArrowDownIcon](https://lucide-animated.com/icons/wind-arrow-down.md)
