airplane landing icon
airplane-landing-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- airplane-landing-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m8.848 2.845l1.07 2.194l-1.032.01L6 3.998v-.505c.007-1.585 2.153-2.077 2.848-.649m3.124 3.174a3 3 0 0 1 3.028 3V9.5a1.5 1.5 0 0 1-1.985 1.42l-2.242-.767l-5.236 1.763C4 12.435 2.85 10.487 4.044 9.391l1.22-1.12l-3.242-1.108a1.5 1.5 0 0 1-.736-2.29l1.719-2.41C3.626 1.593 5 2.032 5 3.103v1.596l3.544 1.29a1 1 0 0 0 .351.06zM1 14.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentAirplaneLanding16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.848 2.845l1.07 2.194l-1.032.01L6 3.998v-.505c.007-1.585 2.153-2.077 2.848-.649m3.124 3.174a3 3 0 0 1 3.028 3V9.5a1.5 1.5 0 0 1-1.985 1.42l-2.242-.767l-5.236 1.763C4 12.435 2.85 10.487 4.044 9.391l1.22-1.12l-3.242-1.108a1.5 1.5 0 0 1-.736-2.29l1.719-2.41C3.626 1.593 5 2.032 5 3.103v1.596l3.544 1.29a1 1 0 0 0 .351.06zM1 14.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m8.848 2.845l1.07 2.194l-1.032.01L6 3.998v-.505c.007-1.585 2.153-2.077 2.848-.649m3.124 3.174a3 3 0 0 1 3.028 3V9.5a1.5 1.5 0 0 1-1.985 1.42l-2.242-.767l-5.236 1.763C4 12.435 2.85 10.487 4.044 9.391l1.22-1.12l-3.242-1.108a1.5 1.5 0 0 1-.736-2.29l1.719-2.41C3.626 1.593 5 2.032 5 3.103v1.596l3.544 1.29a1 1 0 0 0 .351.06zM1 14.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-airplane-landing-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.848%202.845l1.07%202.194l-1.032.01L6%203.998v-.505c.007-1.585%202.153-2.077%202.848-.649m3.124%203.174a3%203%200%200%201%203.028%203V9.5a1.5%201.5%200%200%201-1.985%201.42l-2.242-.767l-5.236%201.763C4%2012.435%202.85%2010.487%204.044%209.391l1.22-1.12l-3.242-1.108a1.5%201.5%200%200%201-.736-2.29l1.719-2.41C3.626%201.593%205%202.032%205%203.103v1.596l3.544%201.29a1%201%200%200%200%20.351.06zM1%2014.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.848%202.845l1.07%202.194l-1.032.01L6%203.998v-.505c.007-1.585%202.153-2.077%202.848-.649m3.124%203.174a3%203%200%200%201%203.028%203V9.5a1.5%201.5%200%200%201-1.985%201.42l-2.242-.767l-5.236%201.763C4%2012.435%202.85%2010.487%204.044%209.391l1.22-1.12l-3.242-1.108a1.5%201.5%200%200%201-.736-2.29l1.719-2.41C3.626%201.593%205%202.032%205%203.103v1.596l3.544%201.29a1%201%200%200%200%20.351.06zM1%2014.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/airplane-landing-16-filled.svg?color=%231a73e8&size=48