plane takeoff icon

plane-takeoff-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
plane-takeoff-two-tone
Set
Keyline Icons
Style
Two Tone
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M4.0308 15.7603L1.4021 12.9703C1.075 12.6231 0.9509 12.163 1.0174 11.7338C1.0838 11.305 1.3403 10.9062 1.7522 10.6731L2.3196 10.3519C2.5168 10.2402 2.734 10.1767 2.9533 10.1615C3.1729 10.1463 3.3964 10.1794 3.6069 10.2625L5.967 11.1942L8.269 9.8865L4.6822 6.5855C4.3161 6.2481 4.1631 5.775 4.216 5.3278C4.2688 4.881 4.5274 4.4586 4.9579 4.2149L6.7613 3.194C6.9823 3.0689 7.2272 3.0046 7.4718 3.0002C7.7165 2.9959 7.9635 3.0514 8.1887 3.1684L14.4664 6.4292L16.5448 5.4599C17.0019 5.2472 17.4787 5.1098 17.9586 5.0439C18.4382 4.9781 18.92 4.9839 19.3885 5.0563C19.857 5.1287 20.3131 5.2677 20.7415 5.4691C21.1701 5.6706 21.5717 5.9347 21.9304 6.2574C22.2893 6.5803 22.6045 6.961 22.8599 7.3942C23.144 7.8758 22.978 8.4967 22.4915 8.7723L8.8768 16.4843C8.3469 16.7842 7.7701 16.9507 7.1914 16.9906C6.6134 17.0304 6.0324 16.944 5.4915 16.7374C4.9499 16.5305 4.4477 16.2027 4.0309 15.7603Z" stroke="none"/><path 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"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsPlaneTakeoffTwoTone(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="2"><path fill="currentColor" fillOpacity=".4" d="M4.0308 15.7603L1.4021 12.9703C1.075 12.6231 0.9509 12.163 1.0174 11.7338C1.0838 11.305 1.3403 10.9062 1.7522 10.6731L2.3196 10.3519C2.5168 10.2402 2.734 10.1767 2.9533 10.1615C3.1729 10.1463 3.3964 10.1794 3.6069 10.2625L5.967 11.1942L8.269 9.8865L4.6822 6.5855C4.3161 6.2481 4.1631 5.775 4.216 5.3278C4.2688 4.881 4.5274 4.4586 4.9579 4.2149L6.7613 3.194C6.9823 3.0689 7.2272 3.0046 7.4718 3.0002C7.7165 2.9959 7.9635 3.0514 8.1887 3.1684L14.4664 6.4292L16.5448 5.4599C17.0019 5.2472 17.4787 5.1098 17.9586 5.0439C18.4382 4.9781 18.92 4.9839 19.3885 5.0563C19.857 5.1287 20.3131 5.2677 20.7415 5.4691C21.1701 5.6706 21.5717 5.9347 21.9304 6.2574C22.2893 6.5803 22.6045 6.961 22.8599 7.3942C23.144 7.8758 22.978 8.4967 22.4915 8.7723L8.8768 16.4843C8.3469 16.7842 7.7701 16.9507 7.1914 16.9906C6.6134 17.0304 6.0324 16.944 5.4915 16.7374C4.9499 16.5305 4.4477 16.2027 4.0309 15.7603Z" stroke="none"/><path 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"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M4.0308 15.7603L1.4021 12.9703C1.075 12.6231 0.9509 12.163 1.0174 11.7338C1.0838 11.305 1.3403 10.9062 1.7522 10.6731L2.3196 10.3519C2.5168 10.2402 2.734 10.1767 2.9533 10.1615C3.1729 10.1463 3.3964 10.1794 3.6069 10.2625L5.967 11.1942L8.269 9.8865L4.6822 6.5855C4.3161 6.2481 4.1631 5.775 4.216 5.3278C4.2688 4.881 4.5274 4.4586 4.9579 4.2149L6.7613 3.194C6.9823 3.0689 7.2272 3.0046 7.4718 3.0002C7.7165 2.9959 7.9635 3.0514 8.1887 3.1684L14.4664 6.4292L16.5448 5.4599C17.0019 5.2472 17.4787 5.1098 17.9586 5.0439C18.4382 4.9781 18.92 4.9839 19.3885 5.0563C19.857 5.1287 20.3131 5.2677 20.7415 5.4691C21.1701 5.6706 21.5717 5.9347 21.9304 6.2574C22.2893 6.5803 22.6045 6.961 22.8599 7.3942C23.144 7.8758 22.978 8.4967 22.4915 8.7723L8.8768 16.4843C8.3469 16.7842 7.7701 16.9507 7.1914 16.9906C6.6134 17.0304 6.0324 16.944 5.4915 16.7374C4.9499 16.5305 4.4477 16.2027 4.0309 15.7603Z" stroke="none"/><path 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"/></g></svg>
</template>

CSS

.icon-plane-takeoff-two-tone {
  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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M4.0308%2015.7603L1.4021%2012.9703C1.075%2012.6231%200.9509%2012.163%201.0174%2011.7338C1.0838%2011.305%201.3403%2010.9062%201.7522%2010.6731L2.3196%2010.3519C2.5168%2010.2402%202.734%2010.1767%202.9533%2010.1615C3.1729%2010.1463%203.3964%2010.1794%203.6069%2010.2625L5.967%2011.1942L8.269%209.8865L4.6822%206.5855C4.3161%206.2481%204.1631%205.775%204.216%205.3278C4.2688%204.881%204.5274%204.4586%204.9579%204.2149L6.7613%203.194C6.9823%203.0689%207.2272%203.0046%207.4718%203.0002C7.7165%202.9959%207.9635%203.0514%208.1887%203.1684L14.4664%206.4292L16.5448%205.4599C17.0019%205.2472%2017.4787%205.1098%2017.9586%205.0439C18.4382%204.9781%2018.92%204.9839%2019.3885%205.0563C19.857%205.1287%2020.3131%205.2677%2020.7415%205.4691C21.1701%205.6706%2021.5717%205.9347%2021.9304%206.2574C22.2893%206.5803%2022.6045%206.961%2022.8599%207.3942C23.144%207.8758%2022.978%208.4967%2022.4915%208.7723L8.8768%2016.4843C8.3469%2016.7842%207.7701%2016.9507%207.1914%2016.9906C6.6134%2017.0304%206.0324%2016.944%205.4915%2016.7374C4.9499%2016.5305%204.4477%2016.2027%204.0309%2015.7603Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M4.0308%2015.7603L1.4021%2012.9703C1.075%2012.6231%200.9509%2012.163%201.0174%2011.7338C1.0838%2011.305%201.3403%2010.9062%201.7522%2010.6731L2.3196%2010.3519C2.5168%2010.2402%202.734%2010.1767%202.9533%2010.1615C3.1729%2010.1463%203.3964%2010.1794%203.6069%2010.2625L5.967%2011.1942L8.269%209.8865L4.6822%206.5855C4.3161%206.2481%204.1631%205.775%204.216%205.3278C4.2688%204.881%204.5274%204.4586%204.9579%204.2149L6.7613%203.194C6.9823%203.0689%207.2272%203.0046%207.4718%203.0002C7.7165%202.9959%207.9635%203.0514%208.1887%203.1684L14.4664%206.4292L16.5448%205.4599C17.0019%205.2472%2017.4787%205.1098%2017.9586%205.0439C18.4382%204.9781%2018.92%204.9839%2019.3885%205.0563C19.857%205.1287%2020.3131%205.2677%2020.7415%205.4691C21.1701%205.6706%2021.5717%205.9347%2021.9304%206.2574C22.2893%206.5803%2022.6045%206.961%2022.8599%207.3942C23.144%207.8758%2022.978%208.4967%2022.4915%208.7723L8.8768%2016.4843C8.3469%2016.7842%207.7701%2016.9507%207.1914%2016.9906C6.6134%2017.0304%206.0324%2016.944%205.4915%2016.7374C4.9499%2016.5305%204.4477%2016.2027%204.0309%2015.7603Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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