plane departure icon
plane-departure from Font Awesome 6 Solid by Dave Gandy · Regular · Travel · CC-BY-4.0 Attribution required.
- Name
- plane-departure
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Travel
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More travel icons from Font Awesome 6 Solid
Use the plane departure icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240l-58.2-25.9c-8.7-3.9-18.8-3.7-27.3.6l-32.2 16.1c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2h137.7c5 0 9.9-1.2 14.3-3.4l272.9-136.4c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48h-57.4c-20.2 0-40.2 4.8-58.2 14zM0 480c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPlaneDeparture(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240l-58.2-25.9c-8.7-3.9-18.8-3.7-27.3.6l-32.2 16.1c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2h137.7c5 0 9.9-1.2 14.3-3.4l272.9-136.4c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48h-57.4c-20.2 0-40.2 4.8-58.2 14zM0 480c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240l-58.2-25.9c-8.7-3.9-18.8-3.7-27.3.6l-32.2 16.1c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2h137.7c5 0 9.9-1.2 14.3-3.4l272.9-136.4c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48h-57.4c-20.2 0-40.2 4.8-58.2 14zM0 480c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32"/></svg> </template>
CSS
.icon-plane-departure {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M381%20114.9L186.1%2041.8c-16.7-6.2-35.2-5.3-51.1%202.7L89.1%2067.4C78%2073%2077.2%2088.5%2087.6%2095.2l146.9%2094.5L136%20240l-58.2-25.9c-8.7-3.9-18.8-3.7-27.3.6l-32.2%2016.1c-9.3%204.7-11.8%2016.8-5%2024.7l73.1%2085.3c6.1%207.1%2015%2011.2%2024.3%2011.2h137.7c5%200%209.9-1.2%2014.3-3.4l272.9-136.4c46.5-23.3%2082.5-63.3%20100.8-112C645.9%2075%20627.2%2048%20600.2%2048h-57.4c-20.2%200-40.2%204.8-58.2%2014zM0%20480c0%2017.7%2014.3%2032%2032%2032h576c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M381%20114.9L186.1%2041.8c-16.7-6.2-35.2-5.3-51.1%202.7L89.1%2067.4C78%2073%2077.2%2088.5%2087.6%2095.2l146.9%2094.5L136%20240l-58.2-25.9c-8.7-3.9-18.8-3.7-27.3.6l-32.2%2016.1c-9.3%204.7-11.8%2016.8-5%2024.7l73.1%2085.3c6.1%207.1%2015%2011.2%2024.3%2011.2h137.7c5%200%209.9-1.2%2014.3-3.4l272.9-136.4c46.5-23.3%2082.5-63.3%20100.8-112C645.9%2075%20627.2%2048%20600.2%2048h-57.4c-20.2%200-40.2%204.8-58.2%2014zM0%20480c0%2017.7%2014.3%2032%2032%2032h576c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H32c-17.7%200-32%2014.3-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/plane-departure.svg?color=%231a73e8&size=48