plane landing icon
plane-landing-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- plane-landing-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the plane landing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M2.1615 11.7991L1.6664 7.4688C1.5954 6.8485 2.104 6.3156 2.727 6.3575L4.1425 6.4527C4.4596 6.474 4.7477 6.6448 4.9186 6.9128L6.4106 9.2529L9.0546 9.5464L8.0207 4.1888C7.8951 3.5352 8.431 2.9436 9.0937 3.0042L11.9955 3.2694C12.3399 3.3008 12.6436 3.508 12.7985 3.8172L16.0887 10.3826L18.3404 10.8175C18.8354 10.9135 19.3021 11.0821 19.7293 11.3104C20.1562 11.5386 20.5429 11.826 20.8798 12.1596C21.2167 12.4931 21.5043 12.8734 21.7331 13.2879C21.9618 13.7025 22.132 14.152 22.2331 14.6238C22.3343 15.0959 22.366 15.5891 22.3187 16.0897C22.266 16.6464 21.7672 17.0517 21.2115 16.9894L5.6619 15.2438C5.0569 15.1756 4.4922 14.9719 4.0002 14.6646C3.5089 14.3576 3.0891 13.9467 2.7724 13.4619C2.4553 12.9766 2.2411 12.4164 2.1632 11.8136C2.1626 11.8088 2.162 11.8039 2.1615 11.7991Z" stroke="none"/><path stroke-opacity=".4" d="M1 20L23 20"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPlaneLandingSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M2.1615 11.7991L1.6664 7.4688C1.5954 6.8485 2.104 6.3156 2.727 6.3575L4.1425 6.4527C4.4596 6.474 4.7477 6.6448 4.9186 6.9128L6.4106 9.2529L9.0546 9.5464L8.0207 4.1888C7.8951 3.5352 8.431 2.9436 9.0937 3.0042L11.9955 3.2694C12.3399 3.3008 12.6436 3.508 12.7985 3.8172L16.0887 10.3826L18.3404 10.8175C18.8354 10.9135 19.3021 11.0821 19.7293 11.3104C20.1562 11.5386 20.5429 11.826 20.8798 12.1596C21.2167 12.4931 21.5043 12.8734 21.7331 13.2879C21.9618 13.7025 22.132 14.152 22.2331 14.6238C22.3343 15.0959 22.366 15.5891 22.3187 16.0897C22.266 16.6464 21.7672 17.0517 21.2115 16.9894L5.6619 15.2438C5.0569 15.1756 4.4922 14.9719 4.0002 14.6646C3.5089 14.3576 3.0891 13.9467 2.7724 13.4619C2.4553 12.9766 2.2411 12.4164 2.1632 11.8136C2.1626 11.8088 2.162 11.8039 2.1615 11.7991Z" stroke="none"/><path strokeOpacity=".4" d="M1 20L23 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M2.1615 11.7991L1.6664 7.4688C1.5954 6.8485 2.104 6.3156 2.727 6.3575L4.1425 6.4527C4.4596 6.474 4.7477 6.6448 4.9186 6.9128L6.4106 9.2529L9.0546 9.5464L8.0207 4.1888C7.8951 3.5352 8.431 2.9436 9.0937 3.0042L11.9955 3.2694C12.3399 3.3008 12.6436 3.508 12.7985 3.8172L16.0887 10.3826L18.3404 10.8175C18.8354 10.9135 19.3021 11.0821 19.7293 11.3104C20.1562 11.5386 20.5429 11.826 20.8798 12.1596C21.2167 12.4931 21.5043 12.8734 21.7331 13.2879C21.9618 13.7025 22.132 14.152 22.2331 14.6238C22.3343 15.0959 22.366 15.5891 22.3187 16.0897C22.266 16.6464 21.7672 17.0517 21.2115 16.9894L5.6619 15.2438C5.0569 15.1756 4.4922 14.9719 4.0002 14.6646C3.5089 14.3576 3.0891 13.9467 2.7724 13.4619C2.4553 12.9766 2.2411 12.4164 2.1632 11.8136C2.1626 11.8088 2.162 11.8039 2.1615 11.7991Z" stroke="none"/><path stroke-opacity=".4" d="M1 20L23 20"/></g></svg> </template>
CSS
.icon-plane-landing-sharp-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.1615%2011.7991L1.6664%207.4688C1.5954%206.8485%202.104%206.3156%202.727%206.3575L4.1425%206.4527C4.4596%206.474%204.7477%206.6448%204.9186%206.9128L6.4106%209.2529L9.0546%209.5464L8.0207%204.1888C7.8951%203.5352%208.431%202.9436%209.0937%203.0042L11.9955%203.2694C12.3399%203.3008%2012.6436%203.508%2012.7985%203.8172L16.0887%2010.3826L18.3404%2010.8175C18.8354%2010.9135%2019.3021%2011.0821%2019.7293%2011.3104C20.1562%2011.5386%2020.5429%2011.826%2020.8798%2012.1596C21.2167%2012.4931%2021.5043%2012.8734%2021.7331%2013.2879C21.9618%2013.7025%2022.132%2014.152%2022.2331%2014.6238C22.3343%2015.0959%2022.366%2015.5891%2022.3187%2016.0897C22.266%2016.6464%2021.7672%2017.0517%2021.2115%2016.9894L5.6619%2015.2438C5.0569%2015.1756%204.4922%2014.9719%204.0002%2014.6646C3.5089%2014.3576%203.0891%2013.9467%202.7724%2013.4619C2.4553%2012.9766%202.2411%2012.4164%202.1632%2011.8136C2.1626%2011.8088%202.162%2011.8039%202.1615%2011.7991Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M1%2020L23%2020%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.1615%2011.7991L1.6664%207.4688C1.5954%206.8485%202.104%206.3156%202.727%206.3575L4.1425%206.4527C4.4596%206.474%204.7477%206.6448%204.9186%206.9128L6.4106%209.2529L9.0546%209.5464L8.0207%204.1888C7.8951%203.5352%208.431%202.9436%209.0937%203.0042L11.9955%203.2694C12.3399%203.3008%2012.6436%203.508%2012.7985%203.8172L16.0887%2010.3826L18.3404%2010.8175C18.8354%2010.9135%2019.3021%2011.0821%2019.7293%2011.3104C20.1562%2011.5386%2020.5429%2011.826%2020.8798%2012.1596C21.2167%2012.4931%2021.5043%2012.8734%2021.7331%2013.2879C21.9618%2013.7025%2022.132%2014.152%2022.2331%2014.6238C22.3343%2015.0959%2022.366%2015.5891%2022.3187%2016.0897C22.266%2016.6464%2021.7672%2017.0517%2021.2115%2016.9894L5.6619%2015.2438C5.0569%2015.1756%204.4922%2014.9719%204.0002%2014.6646C3.5089%2014.3576%203.0891%2013.9467%202.7724%2013.4619C2.4553%2012.9766%202.2411%2012.4164%202.1632%2011.8136C2.1626%2011.8088%202.162%2011.8039%202.1615%2011.7991Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M1%2020L23%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/plane-landing-sharp-duotone.svg?color=%231a73e8&size=48