plane takeoff icon
plane-takeoff-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- plane-takeoff-duotone
- Set
- Keyline Icons
- Style
- Duotone
- 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" 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 stroke-opacity=".4" d="M2 20L22 20"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPlaneTakeoffDuotone(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" 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 strokeOpacity=".4" d="M2 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" 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 stroke-opacity=".4" d="M2 20L22 20"/></g></svg> </template>
CSS
.icon-plane-takeoff-duotone {
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%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%20stroke-opacity%3D%22.4%22%20d%3D%22M2%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%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%20stroke-opacity%3D%22.4%22%20d%3D%22M2%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-duotone.svg?color=%231a73e8&size=48