Helicopter Pixel Art Icon
A helicopter icon for air-transport options, emergency services, aerial tours and traffic overview features.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Helicopter icon
A helicopter with main rotor and tail rotor, a recognizable symbol for rotary-wing aircraft. Use it in a transport mode selector for charter or air-taxi services, in emergency apps to indicate medevac or search-and-rescue functions, in tourism booking for scenic helicopter tours, or on a traffic map to show aerial monitoring. It is more specific than a generic plane icon and immediately signals hovering, vertical flight. For fixed-wing air travel, a standard airplane icon reads more widely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/helicopter.svg" width="24" height="24" alt="Helicopter" />
<!-- React -->
import { Helicopter } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="helicopter.svg" width="48" height="48" style="image-rendering: pixelated" />