plane from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
plane
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the plane 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="m10.637 16.824l9.75-9.75a2.094 2.094 0 0 0-2.961-2.96l-9.75 9.749H5.64c-.374 0-.561 0-.743.034q-.163.03-.318.088c-.173.064-.334.16-.655.353c-.576.346-.864.519-.91.723a.5.5 0 0 0 .047.347c.101.184.425.273 1.073.45l3.543.966l.967 3.543c.176.648.265.972.449 1.073c.106.057.23.075.347.047c.204-.046.377-.334.723-.91c.192-.321.289-.482.353-.655q.057-.155.088-.319c.034-.18.034-.368.034-.742z"/><path d="M17.5 10v7.946c0 .69-.187 1.366-.543 1.958a.952.952 0 0 1-1.69-.115L13 14.5M14.5 7H6.554c-.69 0-1.366.188-1.958.542a.952.952 0 0 0 .115 1.691L10 11.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPlane(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="m10.637 16.824l9.75-9.75a2.094 2.094 0 0 0-2.961-2.96l-9.75 9.749H5.64c-.374 0-.561 0-.743.034q-.163.03-.318.088c-.173.064-.334.16-.655.353c-.576.346-.864.519-.91.723a.5.5 0 0 0 .047.347c.101.184.425.273 1.073.45l3.543.966l.967 3.543c.176.648.265.972.449 1.073c.106.057.23.075.347.047c.204-.046.377-.334.723-.91c.192-.321.289-.482.353-.655q.057-.155.088-.319c.034-.18.034-.368.034-.742z"/><path d="M17.5 10v7.946c0 .69-.187 1.366-.543 1.958a.952.952 0 0 1-1.69-.115L13 14.5M14.5 7H6.554c-.69 0-1.366.188-1.958.542a.952.952 0 0 0 .115 1.691L10 11.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="m10.637 16.824l9.75-9.75a2.094 2.094 0 0 0-2.961-2.96l-9.75 9.749H5.64c-.374 0-.561 0-.743.034q-.163.03-.318.088c-.173.064-.334.16-.655.353c-.576.346-.864.519-.91.723a.5.5 0 0 0 .047.347c.101.184.425.273 1.073.45l3.543.966l.967 3.543c.176.648.265.972.449 1.073c.106.057.23.075.347.047c.204-.046.377-.334.723-.91c.192-.321.289-.482.353-.655q.057-.155.088-.319c.034-.18.034-.368.034-.742z"/><path d="M17.5 10v7.946c0 .69-.187 1.366-.543 1.958a.952.952 0 0 1-1.69-.115L13 14.5M14.5 7H6.554c-.69 0-1.366.188-1.958.542a.952.952 0 0 0 .115 1.691L10 11.5"/></g></svg>
</template>

CSS

.icon-plane {
  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%22m10.637%2016.824l9.75-9.75a2.094%202.094%200%200%200-2.961-2.96l-9.75%209.749H5.64c-.374%200-.561%200-.743.034q-.163.03-.318.088c-.173.064-.334.16-.655.353c-.576.346-.864.519-.91.723a.5.5%200%200%200%20.047.347c.101.184.425.273%201.073.45l3.543.966l.967%203.543c.176.648.265.972.449%201.073c.106.057.23.075.347.047c.204-.046.377-.334.723-.91c.192-.321.289-.482.353-.655q.057-.155.088-.319c.034-.18.034-.368.034-.742z%22%2F%3E%3Cpath%20d%3D%22M17.5%2010v7.946c0%20.69-.187%201.366-.543%201.958a.952.952%200%200%201-1.69-.115L13%2014.5M14.5%207H6.554c-.69%200-1.366.188-1.958.542a.952.952%200%200%200%20.115%201.691L10%2011.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%22m10.637%2016.824l9.75-9.75a2.094%202.094%200%200%200-2.961-2.96l-9.75%209.749H5.64c-.374%200-.561%200-.743.034q-.163.03-.318.088c-.173.064-.334.16-.655.353c-.576.346-.864.519-.91.723a.5.5%200%200%200%20.047.347c.101.184.425.273%201.073.45l3.543.966l.967%203.543c.176.648.265.972.449%201.073c.106.057.23.075.347.047c.204-.046.377-.334.723-.91c.192-.321.289-.482.353-.655q.057-.155.088-.319c.034-.18.034-.368.034-.742z%22%2F%3E%3Cpath%20d%3D%22M17.5%2010v7.946c0%20.69-.187%201.366-.543%201.958a.952.952%200%200%201-1.69-.115L13%2014.5M14.5%207H6.554c-.69%200-1.366.188-1.958.542a.952.952%200%200%200%20.115%201.691L10%2011.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.svg?color=%231a73e8&size=48