plane takeoff icon

plane-takeoff from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
plane-takeoff
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the plane takeoff 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="2" d="M4.7587 15.0745L2.13 12.2845C1.917 12.0585 1.973 11.6972 2.2448 11.5434L2.8122 11.2222C2.9425 11.1484 3.1002 11.1375 3.2397 11.1926L5.8182 12.2105C5.9577 12.2656 6.1154 12.2547 6.2457 12.1809L9.3814 10.4059C9.6655 10.2451 9.7109 9.8611 9.4719 9.6408L5.36 5.8503C5.1209 5.6299 5.1664 5.2459 5.4505 5.0851L7.2539 4.0643C7.3998 3.9817 7.5788 3.9785 7.7277 4.0558L14.4372 7.5409L16.9659 6.3669C18.7954 5.5155 20.985 6.1836 21.9986 7.9022L8.3839 15.6142C7.1953 16.287 5.69 16.0629 4.7587 15.0745ZM2 20L22 20"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPlaneTakeoff(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="2" d="M4.7587 15.0745L2.13 12.2845C1.917 12.0585 1.973 11.6972 2.2448 11.5434L2.8122 11.2222C2.9425 11.1484 3.1002 11.1375 3.2397 11.1926L5.8182 12.2105C5.9577 12.2656 6.1154 12.2547 6.2457 12.1809L9.3814 10.4059C9.6655 10.2451 9.7109 9.8611 9.4719 9.6408L5.36 5.8503C5.1209 5.6299 5.1664 5.2459 5.4505 5.0851L7.2539 4.0643C7.3998 3.9817 7.5788 3.9785 7.7277 4.0558L14.4372 7.5409L16.9659 6.3669C18.7954 5.5155 20.985 6.1836 21.9986 7.9022L8.3839 15.6142C7.1953 16.287 5.69 16.0629 4.7587 15.0745ZM2 20L22 20"/></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="2" d="M4.7587 15.0745L2.13 12.2845C1.917 12.0585 1.973 11.6972 2.2448 11.5434L2.8122 11.2222C2.9425 11.1484 3.1002 11.1375 3.2397 11.1926L5.8182 12.2105C5.9577 12.2656 6.1154 12.2547 6.2457 12.1809L9.3814 10.4059C9.6655 10.2451 9.7109 9.8611 9.4719 9.6408L5.36 5.8503C5.1209 5.6299 5.1664 5.2459 5.4505 5.0851L7.2539 4.0643C7.3998 3.9817 7.5788 3.9785 7.7277 4.0558L14.4372 7.5409L16.9659 6.3669C18.7954 5.5155 20.985 6.1836 21.9986 7.9022L8.3839 15.6142C7.1953 16.287 5.69 16.0629 4.7587 15.0745ZM2 20L22 20"/></svg>
</template>

CSS

.icon-plane-takeoff {
  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%222%22%20d%3D%22M4.7587%2015.0745L2.13%2012.2845C1.917%2012.0585%201.973%2011.6972%202.2448%2011.5434L2.8122%2011.2222C2.9425%2011.1484%203.1002%2011.1375%203.2397%2011.1926L5.8182%2012.2105C5.9577%2012.2656%206.1154%2012.2547%206.2457%2012.1809L9.3814%2010.4059C9.6655%2010.2451%209.7109%209.8611%209.4719%209.6408L5.36%205.8503C5.1209%205.6299%205.1664%205.2459%205.4505%205.0851L7.2539%204.0643C7.3998%203.9817%207.5788%203.9785%207.7277%204.0558L14.4372%207.5409L16.9659%206.3669C18.7954%205.5155%2020.985%206.1836%2021.9986%207.9022L8.3839%2015.6142C7.1953%2016.287%205.69%2016.0629%204.7587%2015.0745ZM2%2020L22%2020%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%222%22%20d%3D%22M4.7587%2015.0745L2.13%2012.2845C1.917%2012.0585%201.973%2011.6972%202.2448%2011.5434L2.8122%2011.2222C2.9425%2011.1484%203.1002%2011.1375%203.2397%2011.1926L5.8182%2012.2105C5.9577%2012.2656%206.1154%2012.2547%206.2457%2012.1809L9.3814%2010.4059C9.6655%2010.2451%209.7109%209.8611%209.4719%209.6408L5.36%205.8503C5.1209%205.6299%205.1664%205.2459%205.4505%205.0851L7.2539%204.0643C7.3998%203.9817%207.5788%203.9785%207.7277%204.0558L14.4372%207.5409L16.9659%206.3669C18.7954%205.5155%2020.985%206.1836%2021.9986%207.9022L8.3839%2015.6142C7.1953%2016.287%205.69%2016.0629%204.7587%2015.0745ZM2%2020L22%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/plane-takeoff.svg?color=%231a73e8&size=48