plane landing icon
plane-landing-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- plane-landing-duotone
- Set
- Keyline Icons
- Style
- 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M2.1632 11.8136L1.6721 8.0119C1.611 7.5389 1.7804 7.0936 2.0861 6.785C2.3916 6.4767 2.8334 6.3043 3.3038 6.3574L3.9515 6.4303C4.1768 6.4556 4.39 6.5315 4.5767 6.6481C4.7634 6.7647 4.9248 6.9227 5.0464 7.1135L6.4107 9.2528L9.0418 9.5449L8.0749 4.7671C7.9765 4.2792 8.1302 3.8062 8.4355 3.4752C8.7405 3.1445 9.1977 2.9542 9.6893 3.0095L11.7487 3.2413C12.0014 3.2698 12.2373 3.3615 12.4378 3.5015C12.6383 3.6415 12.8056 3.8313 12.9193 4.0581L16.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.8136Z" stroke="none"/><path stroke-opacity=".4" d="M2 20L22 20"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPlaneLandingDuotone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M2.1632 11.8136L1.6721 8.0119C1.611 7.5389 1.7804 7.0936 2.0861 6.785C2.3916 6.4767 2.8334 6.3043 3.3038 6.3574L3.9515 6.4303C4.1768 6.4556 4.39 6.5315 4.5767 6.6481C4.7634 6.7647 4.9248 6.9227 5.0464 7.1135L6.4107 9.2528L9.0418 9.5449L8.0749 4.7671C7.9765 4.2792 8.1302 3.8062 8.4355 3.4752C8.7405 3.1445 9.1977 2.9542 9.6893 3.0095L11.7487 3.2413C12.0014 3.2698 12.2373 3.3615 12.4378 3.5015C12.6383 3.6415 12.8056 3.8313 12.9193 4.0581L16.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.8136Z" stroke="none"/><path strokeOpacity=".4" d="M2 20L22 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M2.1632 11.8136L1.6721 8.0119C1.611 7.5389 1.7804 7.0936 2.0861 6.785C2.3916 6.4767 2.8334 6.3043 3.3038 6.3574L3.9515 6.4303C4.1768 6.4556 4.39 6.5315 4.5767 6.6481C4.7634 6.7647 4.9248 6.9227 5.0464 7.1135L6.4107 9.2528L9.0418 9.5449L8.0749 4.7671C7.9765 4.2792 8.1302 3.8062 8.4355 3.4752C8.7405 3.1445 9.1977 2.9542 9.6893 3.0095L11.7487 3.2413C12.0014 3.2698 12.2373 3.3615 12.4378 3.5015C12.6383 3.6415 12.8056 3.8313 12.9193 4.0581L16.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.8136Z" stroke="none"/><path stroke-opacity=".4" d="M2 20L22 20"/></g></svg> </template>
CSS
.icon-plane-landing-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.1632%2011.8136L1.6721%208.0119C1.611%207.5389%201.7804%207.0936%202.0861%206.785C2.3916%206.4767%202.8334%206.3043%203.3038%206.3574L3.9515%206.4303C4.1768%206.4556%204.39%206.5315%204.5767%206.6481C4.7634%206.7647%204.9248%206.9227%205.0464%207.1135L6.4107%209.2528L9.0418%209.5449L8.0749%204.7671C7.9765%204.2792%208.1302%203.8062%208.4355%203.4752C8.7405%203.1445%209.1977%202.9542%209.6893%203.0095L11.7487%203.2413C12.0014%203.2698%2012.2373%203.3615%2012.4378%203.5015C12.6383%203.6415%2012.8056%203.8313%2012.9193%204.0581L16.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.8136Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M2%2020L22%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.1632%2011.8136L1.6721%208.0119C1.611%207.5389%201.7804%207.0936%202.0861%206.785C2.3916%206.4767%202.8334%206.3043%203.3038%206.3574L3.9515%206.4303C4.1768%206.4556%204.39%206.5315%204.5767%206.6481C4.7634%206.7647%204.9248%206.9227%205.0464%207.1135L6.4107%209.2528L9.0418%209.5449L8.0749%204.7671C7.9765%204.2792%208.1302%203.8062%208.4355%203.4752C8.7405%203.1445%209.1977%202.9542%209.6893%203.0095L11.7487%203.2413C12.0014%203.2698%2012.2373%203.3615%2012.4378%203.5015C12.6383%203.6415%2012.8056%203.8313%2012.9193%204.0581L16.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.8136Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M2%2020L22%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-duotone.svg?color=%231a73e8&size=48