The Phosphor airplane taxiing icon depicts an aircraft moving on the ground at an airport, commonly used to represent airport operations, ground transportation for flights, or specific flight statuses related to taxiing.
Common uses
- Indicate flight status: 'Taxiing to gate'
- Button for airport ground services
- Map marker for airport taxiways
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { AirplaneTaxiing } from '@phosphor-icons/react';
<AirplaneTaxiing size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<AirplaneTaxiing size={24} />thin
<AirplaneTaxiing size={24} weight="thin" />light
<AirplaneTaxiing size={24} weight="light" />bold
<AirplaneTaxiing size={24} weight="bold" />fill
<AirplaneTaxiing size={24} weight="fill" />duotone
<AirplaneTaxiing size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*vehiclesairportsflightsflyingplanestransittransportationtravelingarrivalmaps & travelobjectsairplanetaxiingairport vehicleground transport
FAQ
- What does the airplane taxiing icon represent?
- It shows an airplane moving on the ground at an airport, often used for flight status or airport-related actions.
- How do I use this icon in React?
- Import it as AirplaneTaxiing from '@phosphor-icons/react' and use it like <AirplaneTaxiing />.
- What is the license for this icon?
- The Phosphor icon library, including this 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 →