John KuehJohn Kueh

airplane landing icon

Phosphor · airplane-landing · MIT

Download SVG

The Phosphor airplane landing icon visually represents an aircraft descending for arrival, commonly used in interfaces to signify travel, flight status, or airport-related actions.

Common uses

  • Indicate flight arrival information.
  • Button to book or view flight details.
  • Map marker for airports or destinations.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { AirplaneLanding } from '@phosphor-icons/react';

<AirplaneLanding size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<AirplaneLanding size={24} />
thin
<AirplaneLanding size={24} weight="thin" />
light
<AirplaneLanding size={24} weight="light" />
bold
<AirplaneLanding size={24} weight="bold" />
fill
<AirplaneLanding size={24} weight="fill" />
duotone
<AirplaneLanding size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
maps & travel
Keywords
vehiclesairportsflightsflyingplanestransittransportationtravelingarrivalmaps & travelobjectsairplanelandingflight arrivalplane descendingairport approach

FAQ

What does the airplane landing icon represent?
It depicts an airplane in the process of landing, often used for travel, flight, or airport-related contexts.
How do I use the airplane landing icon in React?
Import it from the library and use it as a component: import { AirplaneLanding } from '@phosphor-icons/react'; <AirplaneLanding />.
What is the license for this icon?
The Phosphor icon set, including airplane-landing, 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 →