airplane landing icon
airplane-landing-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- airplane-landing-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M6 5.063v-1.56c0-1.592 2.151-2.088 2.848-.658l1.554 3.19l1.57-.016a3 3 0 0 1 3.028 3v.482a1.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.596zm3.295.982L7.95 3.283c-.233-.477-.95-.311-.95.22v1.924l1.544.561a1 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-.5m1.345-8.283l3.242 1.108a1 1 0 0 1 .353 1.683l-1.22 1.12c-.398.365-.014 1.014.498.842l5.236-1.764a1 1 0 0 1 .642.002l2.242.766A.5.5 0 0 0 14 9.5v-.482a2 2 0 0 0-2.019-2l-3.076.03a2 2 0 0 1-.703-.121L4.33 5.52A.5.5 0 0 1 4 5.05V3.102a.1.1 0 0 0-.181-.058l-1.72 2.41a.5.5 0 0 0 .246.763"/></svg>
React
import type { SVGProps } from "react";
export function FluentAirplaneLanding16Regular(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="M6 5.063v-1.56c0-1.592 2.151-2.088 2.848-.658l1.554 3.19l1.57-.016a3 3 0 0 1 3.028 3v.482a1.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.596zm3.295.982L7.95 3.283c-.233-.477-.95-.311-.95.22v1.924l1.544.561a1 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-.5m1.345-8.283l3.242 1.108a1 1 0 0 1 .353 1.683l-1.22 1.12c-.398.365-.014 1.014.498.842l5.236-1.764a1 1 0 0 1 .642.002l2.242.766A.5.5 0 0 0 14 9.5v-.482a2 2 0 0 0-2.019-2l-3.076.03a2 2 0 0 1-.703-.121L4.33 5.52A.5.5 0 0 1 4 5.05V3.102a.1.1 0 0 0-.181-.058l-1.72 2.41a.5.5 0 0 0 .246.763"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6 5.063v-1.56c0-1.592 2.151-2.088 2.848-.658l1.554 3.19l1.57-.016a3 3 0 0 1 3.028 3v.482a1.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.596zm3.295.982L7.95 3.283c-.233-.477-.95-.311-.95.22v1.924l1.544.561a1 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-.5m1.345-8.283l3.242 1.108a1 1 0 0 1 .353 1.683l-1.22 1.12c-.398.365-.014 1.014.498.842l5.236-1.764a1 1 0 0 1 .642.002l2.242.766A.5.5 0 0 0 14 9.5v-.482a2 2 0 0 0-2.019-2l-3.076.03a2 2 0 0 1-.703-.121L4.33 5.52A.5.5 0 0 1 4 5.05V3.102a.1.1 0 0 0-.181-.058l-1.72 2.41a.5.5 0 0 0 .246.763"/></svg> </template>
CSS
.icon-airplane-landing-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%205.063v-1.56c0-1.592%202.151-2.088%202.848-.658l1.554%203.19l1.57-.016a3%203%200%200%201%203.028%203v.482a1.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.596zm3.295.982L7.95%203.283c-.233-.477-.95-.311-.95.22v1.924l1.544.561a1%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-.5m1.345-8.283l3.242%201.108a1%201%200%200%201%20.353%201.683l-1.22%201.12c-.398.365-.014%201.014.498.842l5.236-1.764a1%201%200%200%201%20.642.002l2.242.766A.5.5%200%200%200%2014%209.5v-.482a2%202%200%200%200-2.019-2l-3.076.03a2%202%200%200%201-.703-.121L4.33%205.52A.5.5%200%200%201%204%205.05V3.102a.1.1%200%200%200-.181-.058l-1.72%202.41a.5.5%200%200%200%20.246.763%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%22M6%205.063v-1.56c0-1.592%202.151-2.088%202.848-.658l1.554%203.19l1.57-.016a3%203%200%200%201%203.028%203v.482a1.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.596zm3.295.982L7.95%203.283c-.233-.477-.95-.311-.95.22v1.924l1.544.561a1%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-.5m1.345-8.283l3.242%201.108a1%201%200%200%201%20.353%201.683l-1.22%201.12c-.398.365-.014%201.014.498.842l5.236-1.764a1%201%200%200%201%20.642.002l2.242.766A.5.5%200%200%200%2014%209.5v-.482a2%202%200%200%200-2.019-2l-3.076.03a2%202%200%200%201-.703-.121L4.33%205.52A.5.5%200%200%201%204%205.05V3.102a.1.1%200%200%200-.181-.058l-1.72%202.41a.5.5%200%200%200%20.246.763%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-regular.svg?color=%231a73e8&size=48