airplane landing 02 icon

airplane-landing-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
airplane-landing-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the airplane landing 02 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.498 20h16"/><path d="M20.048 11.041c1.173-.44 1.35-1.04 1.425-1.44c.125-.5-.175-1.775-.45-2.75a94 94 0 0 0-.555-2.05c-.245-.875-.845-.835-1.27-.775c-.175.038-1.4.37-1.6.47c-.675.405-.6 1.48-.8 2.18c-.225 1.025-.75 1.175-1.35 1.275c-2.1.15-6.75.525-6.75.525c-3.975.35-5.9 3.525-6.185 5.85c-.14.975.76 1.325 1.235 1.2l5.225-1.425c.4-.15.725-.025.95.125l2.325 1.525c.525.275 1 .3 1.425.2l2.175-.595c.45-.05.54-.264.6-.43c.089-.243-.102-.466-.325-.675c-.125-.175-.525-.603-.675-.768c-.2-.257-.69-.682-.65-.857c-.3-.125.77-.313 2.55-.8c1.012-.276 2.178-.59 2.7-.785Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirplaneLanding02(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M2.498 20h16"/><path d="M20.048 11.041c1.173-.44 1.35-1.04 1.425-1.44c.125-.5-.175-1.775-.45-2.75a94 94 0 0 0-.555-2.05c-.245-.875-.845-.835-1.27-.775c-.175.038-1.4.37-1.6.47c-.675.405-.6 1.48-.8 2.18c-.225 1.025-.75 1.175-1.35 1.275c-2.1.15-6.75.525-6.75.525c-3.975.35-5.9 3.525-6.185 5.85c-.14.975.76 1.325 1.235 1.2l5.225-1.425c.4-.15.725-.025.95.125l2.325 1.525c.525.275 1 .3 1.425.2l2.175-.595c.45-.05.54-.264.6-.43c.089-.243-.102-.466-.325-.675c-.125-.175-.525-.603-.675-.768c-.2-.257-.69-.682-.65-.857c-.3-.125.77-.313 2.55-.8c1.012-.276 2.178-.59 2.7-.785Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.498 20h16"/><path d="M20.048 11.041c1.173-.44 1.35-1.04 1.425-1.44c.125-.5-.175-1.775-.45-2.75a94 94 0 0 0-.555-2.05c-.245-.875-.845-.835-1.27-.775c-.175.038-1.4.37-1.6.47c-.675.405-.6 1.48-.8 2.18c-.225 1.025-.75 1.175-1.35 1.275c-2.1.15-6.75.525-6.75.525c-3.975.35-5.9 3.525-6.185 5.85c-.14.975.76 1.325 1.235 1.2l5.225-1.425c.4-.15.725-.025.95.125l2.325 1.525c.525.275 1 .3 1.425.2l2.175-.595c.45-.05.54-.264.6-.43c.089-.243-.102-.466-.325-.675c-.125-.175-.525-.603-.675-.768c-.2-.257-.69-.682-.65-.857c-.3-.125.77-.313 2.55-.8c1.012-.276 2.178-.59 2.7-.785Z"/></g></svg>
</template>

CSS

.icon-airplane-landing-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.498%2020h16%22%2F%3E%3Cpath%20d%3D%22M20.048%2011.041c1.173-.44%201.35-1.04%201.425-1.44c.125-.5-.175-1.775-.45-2.75a94%2094%200%200%200-.555-2.05c-.245-.875-.845-.835-1.27-.775c-.175.038-1.4.37-1.6.47c-.675.405-.6%201.48-.8%202.18c-.225%201.025-.75%201.175-1.35%201.275c-2.1.15-6.75.525-6.75.525c-3.975.35-5.9%203.525-6.185%205.85c-.14.975.76%201.325%201.235%201.2l5.225-1.425c.4-.15.725-.025.95.125l2.325%201.525c.525.275%201%20.3%201.425.2l2.175-.595c.45-.05.54-.264.6-.43c.089-.243-.102-.466-.325-.675c-.125-.175-.525-.603-.675-.768c-.2-.257-.69-.682-.65-.857c-.3-.125.77-.313%202.55-.8c1.012-.276%202.178-.59%202.7-.785Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.498%2020h16%22%2F%3E%3Cpath%20d%3D%22M20.048%2011.041c1.173-.44%201.35-1.04%201.425-1.44c.125-.5-.175-1.775-.45-2.75a94%2094%200%200%200-.555-2.05c-.245-.875-.845-.835-1.27-.775c-.175.038-1.4.37-1.6.47c-.675.405-.6%201.48-.8%202.18c-.225%201.025-.75%201.175-1.35%201.275c-2.1.15-6.75.525-6.75.525c-3.975.35-5.9%203.525-6.185%205.85c-.14.975.76%201.325%201.235%201.2l5.225-1.425c.4-.15.725-.025.95.125l2.325%201.525c.525.275%201%20.3%201.425.2l2.175-.595c.45-.05.54-.264.6-.43c.089-.243-.102-.466-.325-.675c-.125-.175-.525-.603-.675-.768c-.2-.257-.69-.682-.65-.857c-.3-.125.77-.313%202.55-.8c1.012-.276%202.178-.59%202.7-.785Z%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/airplane-landing-02.svg?color=%231a73e8&size=48