The Phosphor airplane tilt icon depicts an airplane angled as if in motion, commonly used to represent travel, flights, or departure points in user interfaces.
Common uses
- Indicate flight booking options
- Show airport locations on a map
- Represent a travel or transit section
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { AirplaneTilt } from '@phosphor-icons/react';
<AirplaneTilt size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<AirplaneTilt size={24} />thin
<AirplaneTilt size={24} weight="thin" />light
<AirplaneTilt size={24} weight="light" />bold
<AirplaneTilt size={24} weight="bold" />fill
<AirplaneTilt size={24} weight="fill" />duotone
<AirplaneTilt size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- vehiclesairportsflightsflyingplanestransittransportationtravelingdeparturemaps & travelobjectsairplanetiltplaneflightairport
FAQ
- What does the airplane tilt icon represent?
- It represents an airplane in motion, often used for travel, flights, or departures.
- How do I use the airplane tilt icon in React?
- Import it as `AirplaneTilt` from '@phosphor-icons/react' and use it as a component: `<AirplaneTilt />`.
- What is the license for this icon?
- The Phosphor icon library, including the airplane tilt icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →