plane landing icon
plane-landing from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- plane-landing
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge 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="1.5"><path d="M7.406 8.145c.545.153.818.23 1.01.213a1 1 0 0 0 .91-.85c.024-.185-.044-.444-.18-.962l-.57-2.168a3 3 0 0 1-.062-.255c-.1-.652.48-1.21 1.154-1.111c.05.007.122.025.263.06c.196.05.294.074.387.102a5.05 5.05 0 0 1 2.803 2.045c.053.08.104.164.207.332l2.365 3.892c.35.576.526.865.781 1.077q.074.061.154.116c.275.187.607.28 1.271.468l1.557.44c.334.093.501.14.646.198c1.039.409 1.76 1.338 1.875 2.416c.016.151.016.32.016.656c0 .187 0 .28-.011.352c-.081.528-.585.895-1.132.826a3 3 0 0 1-.353-.086l-14.13-3.897c-2.13-.587-3.194-.88-3.806-1.652a3 3 0 0 1-.16-.224c-.535-.823-.448-1.89-.274-4.025l.072-.893c.022-.272.033-.408.065-.51c.145-.458.61-.748 1.102-.685c.109.014.241.06.507.154c.249.087.373.13.484.185c.485.239.85.656 1.013 1.158c.037.115.061.24.109.493l.02.103c.071.378.107.566.173.733c.18.458.53.833.983 1.053c.165.08.36.136.751.246" clip-rule="evenodd"/><path d="M20.493 21h-16.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPlaneLanding(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="1.5"><path d="M7.406 8.145c.545.153.818.23 1.01.213a1 1 0 0 0 .91-.85c.024-.185-.044-.444-.18-.962l-.57-2.168a3 3 0 0 1-.062-.255c-.1-.652.48-1.21 1.154-1.111c.05.007.122.025.263.06c.196.05.294.074.387.102a5.05 5.05 0 0 1 2.803 2.045c.053.08.104.164.207.332l2.365 3.892c.35.576.526.865.781 1.077q.074.061.154.116c.275.187.607.28 1.271.468l1.557.44c.334.093.501.14.646.198c1.039.409 1.76 1.338 1.875 2.416c.016.151.016.32.016.656c0 .187 0 .28-.011.352c-.081.528-.585.895-1.132.826a3 3 0 0 1-.353-.086l-14.13-3.897c-2.13-.587-3.194-.88-3.806-1.652a3 3 0 0 1-.16-.224c-.535-.823-.448-1.89-.274-4.025l.072-.893c.022-.272.033-.408.065-.51c.145-.458.61-.748 1.102-.685c.109.014.241.06.507.154c.249.087.373.13.484.185c.485.239.85.656 1.013 1.158c.037.115.061.24.109.493l.02.103c.071.378.107.566.173.733c.18.458.53.833.983 1.053c.165.08.36.136.751.246" clipRule="evenodd"/><path d="M20.493 21h-16.5"/></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="1.5"><path d="M7.406 8.145c.545.153.818.23 1.01.213a1 1 0 0 0 .91-.85c.024-.185-.044-.444-.18-.962l-.57-2.168a3 3 0 0 1-.062-.255c-.1-.652.48-1.21 1.154-1.111c.05.007.122.025.263.06c.196.05.294.074.387.102a5.05 5.05 0 0 1 2.803 2.045c.053.08.104.164.207.332l2.365 3.892c.35.576.526.865.781 1.077q.074.061.154.116c.275.187.607.28 1.271.468l1.557.44c.334.093.501.14.646.198c1.039.409 1.76 1.338 1.875 2.416c.016.151.016.32.016.656c0 .187 0 .28-.011.352c-.081.528-.585.895-1.132.826a3 3 0 0 1-.353-.086l-14.13-3.897c-2.13-.587-3.194-.88-3.806-1.652a3 3 0 0 1-.16-.224c-.535-.823-.448-1.89-.274-4.025l.072-.893c.022-.272.033-.408.065-.51c.145-.458.61-.748 1.102-.685c.109.014.241.06.507.154c.249.087.373.13.484.185c.485.239.85.656 1.013 1.158c.037.115.061.24.109.493l.02.103c.071.378.107.566.173.733c.18.458.53.833.983 1.053c.165.08.36.136.751.246" clip-rule="evenodd"/><path d="M20.493 21h-16.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7.406%208.145c.545.153.818.23%201.01.213a1%201%200%200%200%20.91-.85c.024-.185-.044-.444-.18-.962l-.57-2.168a3%203%200%200%201-.062-.255c-.1-.652.48-1.21%201.154-1.111c.05.007.122.025.263.06c.196.05.294.074.387.102a5.05%205.05%200%200%201%202.803%202.045c.053.08.104.164.207.332l2.365%203.892c.35.576.526.865.781%201.077q.074.061.154.116c.275.187.607.28%201.271.468l1.557.44c.334.093.501.14.646.198c1.039.409%201.76%201.338%201.875%202.416c.016.151.016.32.016.656c0%20.187%200%20.28-.011.352c-.081.528-.585.895-1.132.826a3%203%200%200%201-.353-.086l-14.13-3.897c-2.13-.587-3.194-.88-3.806-1.652a3%203%200%200%201-.16-.224c-.535-.823-.448-1.89-.274-4.025l.072-.893c.022-.272.033-.408.065-.51c.145-.458.61-.748%201.102-.685c.109.014.241.06.507.154c.249.087.373.13.484.185c.485.239.85.656%201.013%201.158c.037.115.061.24.109.493l.02.103c.071.378.107.566.173.733c.18.458.53.833.983%201.053c.165.08.36.136.751.246%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.493%2021h-16.5%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%221.5%22%3E%3Cpath%20d%3D%22M7.406%208.145c.545.153.818.23%201.01.213a1%201%200%200%200%20.91-.85c.024-.185-.044-.444-.18-.962l-.57-2.168a3%203%200%200%201-.062-.255c-.1-.652.48-1.21%201.154-1.111c.05.007.122.025.263.06c.196.05.294.074.387.102a5.05%205.05%200%200%201%202.803%202.045c.053.08.104.164.207.332l2.365%203.892c.35.576.526.865.781%201.077q.074.061.154.116c.275.187.607.28%201.271.468l1.557.44c.334.093.501.14.646.198c1.039.409%201.76%201.338%201.875%202.416c.016.151.016.32.016.656c0%20.187%200%20.28-.011.352c-.081.528-.585.895-1.132.826a3%203%200%200%201-.353-.086l-14.13-3.897c-2.13-.587-3.194-.88-3.806-1.652a3%203%200%200%201-.16-.224c-.535-.823-.448-1.89-.274-4.025l.072-.893c.022-.272.033-.408.065-.51c.145-.458.61-.748%201.102-.685c.109.014.241.06.507.154c.249.087.373.13.484.185c.485.239.85.656%201.013%201.158c.037.115.061.24.109.493l.02.103c.071.378.107.566.173.733c.18.458.53.833.983%201.053c.165.08.36.136.751.246%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.493%2021h-16.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/plane-landing.svg?color=%231a73e8&size=48