Air Vent Pixel Art Icon
An air vent icon for HVAC product listings, smart-home controls, ventilation settings and air-quality app interfaces.
Tags
airvent
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Air Vent icon
Horizontal slats arranged in a grille, the visual shorthand for an air vent or HVAC register. Use it in a smart-home app for room ventilation controls, a building-management system to label airflow zones, or a home-improvement store to categorize HVAC products. It works well alongside a thermostat or temperature icon to form a climate-control group. For air-quality monitoring rather than physical vent control, a wind or particulate icon may communicate sensor data more clearly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/air-vent.svg" width="24" height="24" alt="Air Vent" />
<!-- React -->
import { AirVent } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="air-vent.svg" width="48" height="48" style="image-rendering: pixelated" />