The Tabler plane departure icon depicts an airplane in the process of taking off, commonly used to represent travel, departures, or flight-related actions in a user interface.
Common uses
- Button for flight booking or check-in
- Link to travel or itinerary section
- Status indicator for a departing flight
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlaneDeparture } from '@tabler/icons-react';
<IconPlaneDeparture size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlaneDeparture size={24} stroke={2} />filled
<IconPlaneDepartureFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Vehicles
- Keywords
- traveltake offjourneytripairportbaggageluggageplanedeparturetransportvehiclesairplane take offflight departuretravel iconairport departure
FAQ
- What does the plane departure icon represent?
- It symbolizes an airplane taking off, suitable for indicating travel, departures, or flight-related actions.
- How do I use this icon in React?
- Import it using `import { IconPlaneDeparture } from '@tabler/icons-react';` and then use it as a component: `<IconPlaneDeparture />`.
- What is the license for this icon?
- The Tabler icons, including plane-departure, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →