A plane descending to the ground, for arrivals, inbound flights and baggage reclaim. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3.155 11.6855L2.6639 7.8838C2.6241 7.5758 2.8814 7.3161 3.1917 7.3511L3.8397 7.424C3.9885 7.4407 4.1225 7.5244 4.2032 7.651L5.6936 9.9883C5.7743 10.1149 5.9083 10.1986 6.0571 10.2153L9.6377 10.6183C9.9621 10.6548 10.2242 10.3706 10.16 10.0519L9.0552 4.5696C8.9909 4.2509 9.2531 3.9667 9.5775 4.0032L11.6368 4.235C11.8034 4.2538 11.9502 4.3563 12.0254 4.5063L15.4127 11.2656L18.1491 11.799C20.1301 12.1833 21.5109 14.0093 21.3231 15.9956L5.7735 14.25C4.4163 14.0972 3.329 13.0323 3.155 11.6855ZM2 20L22 20" fill="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- arrival
- arriving
- land
- inbound
- descend
- touchdown
Related icons
The rest of the plane family first, then the Transport shelf.
FAQ
Answered from plane-landing's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the plane-landing icon for?
- A plane descending to the ground, for arrivals, inbound flights and baggage reclaim. It is filed under Transport in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as arrival, arriving, land, inbound, descend and touchdown, and the browser's search matches all of those.
- What styles does the plane-landing icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of plane-landing?
- No. plane-landing is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with plane-landing?
- plane, plane-takeoff, bike, ship and train, all shown below. The plane family is listed first, then the rest of the Transport shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import plane-landing in React?
- <PlaneLanding /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <PlaneLanding size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the plane-landing SVG?
- icons/stroke/plane-landing.svg, icons/duotone/plane-landing.svg and icons/fill/plane-landing.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was plane-landing added to the set?
- Added 12 Sept 2026, and last redrawn 13 Sept 2026. It ships in v0.9.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.