airplane take off 01 icon

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

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

Related icons in Huge Icons

Use the airplane take off 01 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 20h16"/><path d="M3.825 12.166c-.275-.2-.525-.45-.825-1.325c-.081-.217-.389-1.305-.65-2.3c-.22-.84-.416-1.605-.325-1.8c.075-.2.175-.35.5-.55c.2-.123 1.225-.375 1.425-.425s.475-.075.7 0c.425.075 1.3 1.35 1.525 1.5c.1.1.425.391.8.425c.275.025.55-.05.85-.175c.275-.114 5.7-2.75 6.2-2.975c4.075-1.7 7.035 1.095 7.485 1.695c.465.58.565.755.44 1.255c-.161.525-.6.625-.85.7s-3.7 1-5.05 1.375c-.295.096-.439.289-.475.325c-.175.25-.97 1.95-1.195 2.325c-.155.4-.58.9-1.13 1.1c-.575.2-1.575.425-1.8.5s-.75.225-.925.175c-.225-.05-.44-.275-.34-.625s.29-1.325.315-1.475s.275-.775 0-.8c-.05-.075-.575.15-1.35.325c-.576.162-1.179.323-1.6.425c-1.625.475-2.505.6-2.7.6c-.375 0-.65-.05-1.025-.275Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAirplaneTakeOff01(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 20h16"/><path d="M3.825 12.166c-.275-.2-.525-.45-.825-1.325c-.081-.217-.389-1.305-.65-2.3c-.22-.84-.416-1.605-.325-1.8c.075-.2.175-.35.5-.55c.2-.123 1.225-.375 1.425-.425s.475-.075.7 0c.425.075 1.3 1.35 1.525 1.5c.1.1.425.391.8.425c.275.025.55-.05.85-.175c.275-.114 5.7-2.75 6.2-2.975c4.075-1.7 7.035 1.095 7.485 1.695c.465.58.565.755.44 1.255c-.161.525-.6.625-.85.7s-3.7 1-5.05 1.375c-.295.096-.439.289-.475.325c-.175.25-.97 1.95-1.195 2.325c-.155.4-.58.9-1.13 1.1c-.575.2-1.575.425-1.8.5s-.75.225-.925.175c-.225-.05-.44-.275-.34-.625s.29-1.325.315-1.475s.275-.775 0-.8c-.05-.075-.575.15-1.35.325c-.576.162-1.179.323-1.6.425c-1.625.475-2.505.6-2.7.6c-.375 0-.65-.05-1.025-.275Z"/></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 20h16"/><path d="M3.825 12.166c-.275-.2-.525-.45-.825-1.325c-.081-.217-.389-1.305-.65-2.3c-.22-.84-.416-1.605-.325-1.8c.075-.2.175-.35.5-.55c.2-.123 1.225-.375 1.425-.425s.475-.075.7 0c.425.075 1.3 1.35 1.525 1.5c.1.1.425.391.8.425c.275.025.55-.05.85-.175c.275-.114 5.7-2.75 6.2-2.975c4.075-1.7 7.035 1.095 7.485 1.695c.465.58.565.755.44 1.255c-.161.525-.6.625-.85.7s-3.7 1-5.05 1.375c-.295.096-.439.289-.475.325c-.175.25-.97 1.95-1.195 2.325c-.155.4-.58.9-1.13 1.1c-.575.2-1.575.425-1.8.5s-.75.225-.925.175c-.225-.05-.44-.275-.34-.625s.29-1.325.315-1.475s.275-.775 0-.8c-.05-.075-.575.15-1.35.325c-.576.162-1.179.323-1.6.425c-1.625.475-2.505.6-2.7.6c-.375 0-.65-.05-1.025-.275Z"/></g></svg>
</template>

CSS

.icon-airplane-take-off-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%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%2020h16%22%2F%3E%3Cpath%20d%3D%22M3.825%2012.166c-.275-.2-.525-.45-.825-1.325c-.081-.217-.389-1.305-.65-2.3c-.22-.84-.416-1.605-.325-1.8c.075-.2.175-.35.5-.55c.2-.123%201.225-.375%201.425-.425s.475-.075.7%200c.425.075%201.3%201.35%201.525%201.5c.1.1.425.391.8.425c.275.025.55-.05.85-.175c.275-.114%205.7-2.75%206.2-2.975c4.075-1.7%207.035%201.095%207.485%201.695c.465.58.565.755.44%201.255c-.161.525-.6.625-.85.7s-3.7%201-5.05%201.375c-.295.096-.439.289-.475.325c-.175.25-.97%201.95-1.195%202.325c-.155.4-.58.9-1.13%201.1c-.575.2-1.575.425-1.8.5s-.75.225-.925.175c-.225-.05-.44-.275-.34-.625s.29-1.325.315-1.475s.275-.775%200-.8c-.05-.075-.575.15-1.35.325c-.576.162-1.179.323-1.6.425c-1.625.475-2.505.6-2.7.6c-.375%200-.65-.05-1.025-.275Z%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%2020h16%22%2F%3E%3Cpath%20d%3D%22M3.825%2012.166c-.275-.2-.525-.45-.825-1.325c-.081-.217-.389-1.305-.65-2.3c-.22-.84-.416-1.605-.325-1.8c.075-.2.175-.35.5-.55c.2-.123%201.225-.375%201.425-.425s.475-.075.7%200c.425.075%201.3%201.35%201.525%201.5c.1.1.425.391.8.425c.275.025.55-.05.85-.175c.275-.114%205.7-2.75%206.2-2.975c4.075-1.7%207.035%201.095%207.485%201.695c.465.58.565.755.44%201.255c-.161.525-.6.625-.85.7s-3.7%201-5.05%201.375c-.295.096-.439.289-.475.325c-.175.25-.97%201.95-1.195%202.325c-.155.4-.58.9-1.13%201.1c-.575.2-1.575.425-1.8.5s-.75.225-.925.175c-.225-.05-.44-.275-.34-.625s.29-1.325.315-1.475s.275-.775%200-.8c-.05-.075-.575.15-1.35.325c-.576.162-1.179.323-1.6.425c-1.625.475-2.505.6-2.7.6c-.375%200-.65-.05-1.025-.275Z%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-take-off-01.svg?color=%231a73e8&size=48