plane landing icon
plane-landing from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- plane-landing
- Set
- Keyline Icons
- Style
- Stroke
- 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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.155 11.6855L2.6639 7.8838C2.6241 7.5758 2.8814 7.3161 3.1917 7.3511L3.8397 7.424C3.9885 7.4407 4.1225 7.5244 4.2032 7.651L5.6936 9.9883C5.7743 10.1149 5.9083 10.1986 6.0571 10.2153L9.6377 10.6183C9.9621 10.6548 10.2242 10.3706 10.16 10.0519L9.0552 4.5696C8.9909 4.2509 9.2531 3.9667 9.5775 4.0032L11.6368 4.235C11.8034 4.2538 11.9502 4.3563 12.0254 4.5063L15.4127 11.2656L18.1491 11.799C20.1301 12.1833 21.5109 14.0093 21.3231 15.9956L5.7735 14.25C4.4163 14.0972 3.329 13.0323 3.155 11.6855ZM2 20L22 20"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPlaneLanding(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3.155 11.6855L2.6639 7.8838C2.6241 7.5758 2.8814 7.3161 3.1917 7.3511L3.8397 7.424C3.9885 7.4407 4.1225 7.5244 4.2032 7.651L5.6936 9.9883C5.7743 10.1149 5.9083 10.1986 6.0571 10.2153L9.6377 10.6183C9.9621 10.6548 10.2242 10.3706 10.16 10.0519L9.0552 4.5696C8.9909 4.2509 9.2531 3.9667 9.5775 4.0032L11.6368 4.235C11.8034 4.2538 11.9502 4.3563 12.0254 4.5063L15.4127 11.2656L18.1491 11.799C20.1301 12.1833 21.5109 14.0093 21.3231 15.9956L5.7735 14.25C4.4163 14.0972 3.329 13.0323 3.155 11.6855ZM2 20L22 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.155 11.6855L2.6639 7.8838C2.6241 7.5758 2.8814 7.3161 3.1917 7.3511L3.8397 7.424C3.9885 7.4407 4.1225 7.5244 4.2032 7.651L5.6936 9.9883C5.7743 10.1149 5.9083 10.1986 6.0571 10.2153L9.6377 10.6183C9.9621 10.6548 10.2242 10.3706 10.16 10.0519L9.0552 4.5696C8.9909 4.2509 9.2531 3.9667 9.5775 4.0032L11.6368 4.235C11.8034 4.2538 11.9502 4.3563 12.0254 4.5063L15.4127 11.2656L18.1491 11.799C20.1301 12.1833 21.5109 14.0093 21.3231 15.9956L5.7735 14.25C4.4163 14.0972 3.329 13.0323 3.155 11.6855ZM2 20L22 20"/></svg> </template>
CSS
.icon-plane-landing {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.155%2011.6855L2.6639%207.8838C2.6241%207.5758%202.8814%207.3161%203.1917%207.3511L3.8397%207.424C3.9885%207.4407%204.1225%207.5244%204.2032%207.651L5.6936%209.9883C5.7743%2010.1149%205.9083%2010.1986%206.0571%2010.2153L9.6377%2010.6183C9.9621%2010.6548%2010.2242%2010.3706%2010.16%2010.0519L9.0552%204.5696C8.9909%204.2509%209.2531%203.9667%209.5775%204.0032L11.6368%204.235C11.8034%204.2538%2011.9502%204.3563%2012.0254%204.5063L15.4127%2011.2656L18.1491%2011.799C20.1301%2012.1833%2021.5109%2014.0093%2021.3231%2015.9956L5.7735%2014.25C4.4163%2014.0972%203.329%2013.0323%203.155%2011.6855ZM2%2020L22%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3.155%2011.6855L2.6639%207.8838C2.6241%207.5758%202.8814%207.3161%203.1917%207.3511L3.8397%207.424C3.9885%207.4407%204.1225%207.5244%204.2032%207.651L5.6936%209.9883C5.7743%2010.1149%205.9083%2010.1986%206.0571%2010.2153L9.6377%2010.6183C9.9621%2010.6548%2010.2242%2010.3706%2010.16%2010.0519L9.0552%204.5696C8.9909%204.2509%209.2531%203.9667%209.5775%204.0032L11.6368%204.235C11.8034%204.2538%2011.9502%204.3563%2012.0254%204.5063L15.4127%2011.2656L18.1491%2011.799C20.1301%2012.1833%2021.5109%2014.0093%2021.3231%2015.9956L5.7735%2014.25C4.4163%2014.0972%203.329%2013.0323%203.155%2011.6855ZM2%2020L22%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/plane-landing.svg?color=%231a73e8&size=48