airplane take off icon
airplane-take-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- airplane-take-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the airplane take off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.316 8.408l-.772-1.127C6.59 5.89 7.587 4 9.274 4c.48 0 .945.165 1.318.467l2.581 2.09a9.5 9.5 0 0 1 1.09-.997c.66-.508 1.5-.986 2.43-1.057c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.14 2.14 0 0 1-1.342 1.32l-5.371 1.852l-3.162 4.217a2.249 2.249 0 0 1-4.006-1.781l.251-1.284l-2.53.547A2.283 2.283 0 0 1 3 11.35V7.69a1.691 1.691 0 0 1 3.176-.81l.966 1.772zm.465-1.974l1.126 1.643l1.898-.396q.136-.029.266-.087L9.65 5.633a.597.597 0 0 0-.868.8m8.027-.436c-.507.04-1.068.317-1.629.75a9 9 0 0 0-1.36 1.34c-.42.507-1.006.915-1.708 1.062l-5.208 1.085a.75.75 0 0 1-.811-.375L4.859 7.6a.191.191 0 0 0-.359.092v3.659c0 .499.46.87.949.765l3.643-.786a.75.75 0 0 1 .894.877l-.47 2.4a.749.749 0 0 0 1.334.594l3.3-4.4a.75.75 0 0 1 .355-.26l5.589-1.927a.64.64 0 0 0 .41-.385a.4.4 0 0 0-.087-.413c-.853-.977-2.099-1.934-3.61-1.818M3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAirplaneTakeOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.316 8.408l-.772-1.127C6.59 5.89 7.587 4 9.274 4c.48 0 .945.165 1.318.467l2.581 2.09a9.5 9.5 0 0 1 1.09-.997c.66-.508 1.5-.986 2.43-1.057c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.14 2.14 0 0 1-1.342 1.32l-5.371 1.852l-3.162 4.217a2.249 2.249 0 0 1-4.006-1.781l.251-1.284l-2.53.547A2.283 2.283 0 0 1 3 11.35V7.69a1.691 1.691 0 0 1 3.176-.81l.966 1.772zm.465-1.974l1.126 1.643l1.898-.396q.136-.029.266-.087L9.65 5.633a.597.597 0 0 0-.868.8m8.027-.436c-.507.04-1.068.317-1.629.75a9 9 0 0 0-1.36 1.34c-.42.507-1.006.915-1.708 1.062l-5.208 1.085a.75.75 0 0 1-.811-.375L4.859 7.6a.191.191 0 0 0-.359.092v3.659c0 .499.46.87.949.765l3.643-.786a.75.75 0 0 1 .894.877l-.47 2.4a.749.749 0 0 0 1.334.594l3.3-4.4a.75.75 0 0 1 .355-.26l5.589-1.927a.64.64 0 0 0 .41-.385a.4.4 0 0 0-.087-.413c-.853-.977-2.099-1.934-3.61-1.818M3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.316 8.408l-.772-1.127C6.59 5.89 7.587 4 9.274 4c.48 0 .945.165 1.318.467l2.581 2.09a9.5 9.5 0 0 1 1.09-.997c.66-.508 1.5-.986 2.43-1.057c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.14 2.14 0 0 1-1.342 1.32l-5.371 1.852l-3.162 4.217a2.249 2.249 0 0 1-4.006-1.781l.251-1.284l-2.53.547A2.283 2.283 0 0 1 3 11.35V7.69a1.691 1.691 0 0 1 3.176-.81l.966 1.772zm.465-1.974l1.126 1.643l1.898-.396q.136-.029.266-.087L9.65 5.633a.597.597 0 0 0-.868.8m8.027-.436c-.507.04-1.068.317-1.629.75a9 9 0 0 0-1.36 1.34c-.42.507-1.006.915-1.708 1.062l-5.208 1.085a.75.75 0 0 1-.811-.375L4.859 7.6a.191.191 0 0 0-.359.092v3.659c0 .499.46.87.949.765l3.643-.786a.75.75 0 0 1 .894.877l-.47 2.4a.749.749 0 0 0 1.334.594l3.3-4.4a.75.75 0 0 1 .355-.26l5.589-1.927a.64.64 0 0 0 .41-.385a.4.4 0 0 0-.087-.413c-.853-.977-2.099-1.934-3.61-1.818M3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-airplane-take-off-24-regular {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.316%208.408l-.772-1.127C6.59%205.89%207.587%204%209.274%204c.48%200%20.945.165%201.318.467l2.581%202.09a9.5%209.5%200%200%201%201.09-.997c.66-.508%201.5-.986%202.43-1.057c2.237-.173%203.909%201.243%204.854%202.326c.489.56.587%201.268.378%201.883a2.14%202.14%200%200%201-1.342%201.32l-5.371%201.852l-3.162%204.217a2.249%202.249%200%200%201-4.006-1.781l.251-1.284l-2.53.547A2.283%202.283%200%200%201%203%2011.35V7.69a1.691%201.691%200%200%201%203.176-.81l.966%201.772zm.465-1.974l1.126%201.643l1.898-.396q.136-.029.266-.087L9.65%205.633a.597.597%200%200%200-.868.8m8.027-.436c-.507.04-1.068.317-1.629.75a9%209%200%200%200-1.36%201.34c-.42.507-1.006.915-1.708%201.062l-5.208%201.085a.75.75%200%200%201-.811-.375L4.859%207.6a.191.191%200%200%200-.359.092v3.659c0%20.499.46.87.949.765l3.643-.786a.75.75%200%200%201%20.894.877l-.47%202.4a.749.749%200%200%200%201.334.594l3.3-4.4a.75.75%200%200%201%20.355-.26l5.589-1.927a.64.64%200%200%200%20.41-.385a.4.4%200%200%200-.087-.413c-.853-.977-2.099-1.934-3.61-1.818M3.75%2019.5a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.316%208.408l-.772-1.127C6.59%205.89%207.587%204%209.274%204c.48%200%20.945.165%201.318.467l2.581%202.09a9.5%209.5%200%200%201%201.09-.997c.66-.508%201.5-.986%202.43-1.057c2.237-.173%203.909%201.243%204.854%202.326c.489.56.587%201.268.378%201.883a2.14%202.14%200%200%201-1.342%201.32l-5.371%201.852l-3.162%204.217a2.249%202.249%200%200%201-4.006-1.781l.251-1.284l-2.53.547A2.283%202.283%200%200%201%203%2011.35V7.69a1.691%201.691%200%200%201%203.176-.81l.966%201.772zm.465-1.974l1.126%201.643l1.898-.396q.136-.029.266-.087L9.65%205.633a.597.597%200%200%200-.868.8m8.027-.436c-.507.04-1.068.317-1.629.75a9%209%200%200%200-1.36%201.34c-.42.507-1.006.915-1.708%201.062l-5.208%201.085a.75.75%200%200%201-.811-.375L4.859%207.6a.191.191%200%200%200-.359.092v3.659c0%20.499.46.87.949.765l3.643-.786a.75.75%200%200%201%20.894.877l-.47%202.4a.749.749%200%200%200%201.334.594l3.3-4.4a.75.75%200%200%201%20.355-.26l5.589-1.927a.64.64%200%200%200%20.41-.385a.4.4%200%200%200-.087-.413c-.853-.977-2.099-1.934-3.61-1.818M3.75%2019.5a.75.75%200%200%200%200%201.5h16.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/airplane-take-off-24-regular.svg?color=%231a73e8&size=48