airplane landing icon
airplane-landing-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- airplane-landing-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the airplane landing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5.039v.778l3.027 1.202h2.119l-1.25-2.808C13.002 2.202 10 2.841 10 5.039m2.72 2.935L8.5 6.297v-1.54c0-1.738-2.259-2.414-3.213-.961l-1.91 2.908a2.304 2.304 0 0 0 1.039 3.39l3.503 1.464l-2.045 1.898c-1.627 1.511-.004 4.165 2.082 3.405l6.761-2.464l3.463 1.446A2.036 2.036 0 0 0 21 13.965v-1.23a4.715 4.715 0 0 0-4.715-4.716h-3.326a.6.6 0 0 1-.238-.045M3 20.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentAirplaneLanding24Filled(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="M10 5.039v.778l3.027 1.202h2.119l-1.25-2.808C13.002 2.202 10 2.841 10 5.039m2.72 2.935L8.5 6.297v-1.54c0-1.738-2.259-2.414-3.213-.961l-1.91 2.908a2.304 2.304 0 0 0 1.039 3.39l3.503 1.464l-2.045 1.898c-1.627 1.511-.004 4.165 2.082 3.405l6.761-2.464l3.463 1.446A2.036 2.036 0 0 0 21 13.965v-1.23a4.715 4.715 0 0 0-4.715-4.716h-3.326a.6.6 0 0 1-.238-.045M3 20.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 5.039v.778l3.027 1.202h2.119l-1.25-2.808C13.002 2.202 10 2.841 10 5.039m2.72 2.935L8.5 6.297v-1.54c0-1.738-2.259-2.414-3.213-.961l-1.91 2.908a2.304 2.304 0 0 0 1.039 3.39l3.503 1.464l-2.045 1.898c-1.627 1.511-.004 4.165 2.082 3.405l6.761-2.464l3.463 1.446A2.036 2.036 0 0 0 21 13.965v-1.23a4.715 4.715 0 0 0-4.715-4.716h-3.326a.6.6 0 0 1-.238-.045M3 20.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75"/></svg> </template>
CSS
.icon-airplane-landing-24-filled {
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%22M10%205.039v.778l3.027%201.202h2.119l-1.25-2.808C13.002%202.202%2010%202.841%2010%205.039m2.72%202.935L8.5%206.297v-1.54c0-1.738-2.259-2.414-3.213-.961l-1.91%202.908a2.304%202.304%200%200%200%201.039%203.39l3.503%201.464l-2.045%201.898c-1.627%201.511-.004%204.165%202.082%203.405l6.761-2.464l3.463%201.446A2.036%202.036%200%200%200%2021%2013.965v-1.23a4.715%204.715%200%200%200-4.715-4.716h-3.326a.6.6%200%200%201-.238-.045M3%2020.25a.75.75%200%200%201%20.75-.75h16.5a.75.75%200%200%201%200%201.5H3.75a.75.75%200%200%201-.75-.75%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%22M10%205.039v.778l3.027%201.202h2.119l-1.25-2.808C13.002%202.202%2010%202.841%2010%205.039m2.72%202.935L8.5%206.297v-1.54c0-1.738-2.259-2.414-3.213-.961l-1.91%202.908a2.304%202.304%200%200%200%201.039%203.39l3.503%201.464l-2.045%201.898c-1.627%201.511-.004%204.165%202.082%203.405l6.761-2.464l3.463%201.446A2.036%202.036%200%200%200%2021%2013.965v-1.23a4.715%204.715%200%200%200-4.715-4.716h-3.326a.6.6%200%200%201-.238-.045M3%2020.25a.75.75%200%200%201%20.75-.75h16.5a.75.75%200%200%201%200%201.5H3.75a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/airplane-landing-24-filled.svg?color=%231a73e8&size=48