A plane climbing away from the ground, for departures, outbound flights and check-in. 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="M4.7587 15.0745L2.13 12.2845C1.917 12.0585 1.973 11.6972 2.2448 11.5434L2.8122 11.2222C2.9425 11.1484 3.1002 11.1375 3.2397 11.1926L5.8182 12.2105C5.9577 12.2656 6.1154 12.2547 6.2457 12.1809L9.3814 10.4059C9.6655 10.2451 9.7109 9.8611 9.4719 9.6408L5.36 5.8503C5.1209 5.6299 5.1664 5.2459 5.4505 5.0851L7.2539 4.0643C7.3998 3.9817 7.5788 3.9785 7.7277 4.0558L14.4372 7.5409L16.9659 6.3669C18.7954 5.5155 20.985 6.1836 21.9986 7.9022L8.3839 15.6142C7.1953 16.287 5.69 16.0629 4.7587 15.0745ZM2 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.
- departure
- departing
- take off
- leaving
- outbound
- ascend
Related icons
The rest of the plane family first, then the Transport shelf.
FAQ
Answered from plane-takeoff's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the plane-takeoff icon for?
- A plane climbing away from the ground, for departures, outbound flights and check-in. 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 departure, departing, take off, leaving, outbound and ascend, and the browser's search matches all of those.
- What styles does the plane-takeoff 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-takeoff?
- No. plane-takeoff is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with plane-takeoff?
- plane, plane-landing, 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-takeoff in React?
- <PlaneTakeoff /> 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 <PlaneTakeoff size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the plane-takeoff SVG?
- icons/stroke/plane-takeoff.svg, icons/duotone/plane-takeoff.svg and icons/fill/plane-takeoff.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-takeoff 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.