airplane 01 icon

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

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

Related icons in Huge Icons

Use the airplane 01 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="1.5" d="M15.867 3.78c.926-.748 1.964-.794 3.097-.778c.587.009.88.013 1.115.104c.373.145.67.442.815.815c.091.235.095.528.104 1.115c.016 1.133-.03 2.17-.778 3.097c-.63.78-1.714 1.188-2.235 2.05c-.398.656-.213 1.337-.042 2.038l1.28 5.245c.255 1.046.06 1.715-.67 2.446c-.389.39-.713.37-1.028-.133l-3.862-6.154l-1.845 1.466c-.669.532-1.003.798-1.179 1.172c-.411.876-.15 2.192-.137 3.142c.008.525-.446 1.56-1.088 1.594c-.396.022-.531-.452-.66-.743l-1.232-2.802c-.294-.67-.306-.682-.976-.976l-2.802-1.233c-.29-.128-.765-.263-.743-.659c.035-.642 1.07-1.096 1.594-1.088c.95.013 2.266.274 3.142-.137c.374-.176.64-.51 1.172-1.18l1.466-1.844l-6.154-3.862c-.503-.316-.522-.639-.133-1.028c.73-.73 1.4-.925 2.446-.67l5.245 1.28c.7.171 1.382.356 2.039-.042c.861-.52 1.269-1.604 2.049-2.235"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirplane01(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="1.5" d="M15.867 3.78c.926-.748 1.964-.794 3.097-.778c.587.009.88.013 1.115.104c.373.145.67.442.815.815c.091.235.095.528.104 1.115c.016 1.133-.03 2.17-.778 3.097c-.63.78-1.714 1.188-2.235 2.05c-.398.656-.213 1.337-.042 2.038l1.28 5.245c.255 1.046.06 1.715-.67 2.446c-.389.39-.713.37-1.028-.133l-3.862-6.154l-1.845 1.466c-.669.532-1.003.798-1.179 1.172c-.411.876-.15 2.192-.137 3.142c.008.525-.446 1.56-1.088 1.594c-.396.022-.531-.452-.66-.743l-1.232-2.802c-.294-.67-.306-.682-.976-.976l-2.802-1.233c-.29-.128-.765-.263-.743-.659c.035-.642 1.07-1.096 1.594-1.088c.95.013 2.266.274 3.142-.137c.374-.176.64-.51 1.172-1.18l1.466-1.844l-6.154-3.862c-.503-.316-.522-.639-.133-1.028c.73-.73 1.4-.925 2.446-.67l5.245 1.28c.7.171 1.382.356 2.039-.042c.861-.52 1.269-1.604 2.049-2.235"/></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="1.5" d="M15.867 3.78c.926-.748 1.964-.794 3.097-.778c.587.009.88.013 1.115.104c.373.145.67.442.815.815c.091.235.095.528.104 1.115c.016 1.133-.03 2.17-.778 3.097c-.63.78-1.714 1.188-2.235 2.05c-.398.656-.213 1.337-.042 2.038l1.28 5.245c.255 1.046.06 1.715-.67 2.446c-.389.39-.713.37-1.028-.133l-3.862-6.154l-1.845 1.466c-.669.532-1.003.798-1.179 1.172c-.411.876-.15 2.192-.137 3.142c.008.525-.446 1.56-1.088 1.594c-.396.022-.531-.452-.66-.743l-1.232-2.802c-.294-.67-.306-.682-.976-.976l-2.802-1.233c-.29-.128-.765-.263-.743-.659c.035-.642 1.07-1.096 1.594-1.088c.95.013 2.266.274 3.142-.137c.374-.176.64-.51 1.172-1.18l1.466-1.844l-6.154-3.862c-.503-.316-.522-.639-.133-1.028c.73-.73 1.4-.925 2.446-.67l5.245 1.28c.7.171 1.382.356 2.039-.042c.861-.52 1.269-1.604 2.049-2.235"/></svg>
</template>

CSS

.icon-airplane-01 {
  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%221.5%22%20d%3D%22M15.867%203.78c.926-.748%201.964-.794%203.097-.778c.587.009.88.013%201.115.104c.373.145.67.442.815.815c.091.235.095.528.104%201.115c.016%201.133-.03%202.17-.778%203.097c-.63.78-1.714%201.188-2.235%202.05c-.398.656-.213%201.337-.042%202.038l1.28%205.245c.255%201.046.06%201.715-.67%202.446c-.389.39-.713.37-1.028-.133l-3.862-6.154l-1.845%201.466c-.669.532-1.003.798-1.179%201.172c-.411.876-.15%202.192-.137%203.142c.008.525-.446%201.56-1.088%201.594c-.396.022-.531-.452-.66-.743l-1.232-2.802c-.294-.67-.306-.682-.976-.976l-2.802-1.233c-.29-.128-.765-.263-.743-.659c.035-.642%201.07-1.096%201.594-1.088c.95.013%202.266.274%203.142-.137c.374-.176.64-.51%201.172-1.18l1.466-1.844l-6.154-3.862c-.503-.316-.522-.639-.133-1.028c.73-.73%201.4-.925%202.446-.67l5.245%201.28c.7.171%201.382.356%202.039-.042c.861-.52%201.269-1.604%202.049-2.235%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%221.5%22%20d%3D%22M15.867%203.78c.926-.748%201.964-.794%203.097-.778c.587.009.88.013%201.115.104c.373.145.67.442.815.815c.091.235.095.528.104%201.115c.016%201.133-.03%202.17-.778%203.097c-.63.78-1.714%201.188-2.235%202.05c-.398.656-.213%201.337-.042%202.038l1.28%205.245c.255%201.046.06%201.715-.67%202.446c-.389.39-.713.37-1.028-.133l-3.862-6.154l-1.845%201.466c-.669.532-1.003.798-1.179%201.172c-.411.876-.15%202.192-.137%203.142c.008.525-.446%201.56-1.088%201.594c-.396.022-.531-.452-.66-.743l-1.232-2.802c-.294-.67-.306-.682-.976-.976l-2.802-1.233c-.29-.128-.765-.263-.743-.659c.035-.642%201.07-1.096%201.594-1.088c.95.013%202.266.274%203.142-.137c.374-.176.64-.51%201.172-1.18l1.466-1.844l-6.154-3.862c-.503-.316-.522-.639-.133-1.028c.73-.73%201.4-.925%202.446-.67l5.245%201.28c.7.171%201.382.356%202.039-.042c.861-.52%201.269-1.604%202.049-2.235%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/airplane-01.svg?color=%231a73e8&size=48