flight takeoff icon

flight-takeoff-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
flight-takeoff-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the flight takeoff icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zM6.593 3.888a1.5 1.5 0 0 1 1.337.287l6.56 5.359l.007.001l4.569-.854a3 3 0 0 1 2.954 1.151l.232.31c.166.223.23.506.174.777a2.91 2.91 0 0 1-2.1 2.23L5.207 17.2a1.5 1.5 0 0 1-1.614-.585L.93 12.832a.5.5 0 0 1 .28-.77l1.623-.436a1.5 1.5 0 0 1 1.38.323l.745.656a.01.01 0 0 0 .01.002l4.2-1.64a.01.01 0 0 0 .003-.017L4.446 5.197a.5.5 0 0 1 .257-.801z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFlightTakeoffFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zM6.593 3.888a1.5 1.5 0 0 1 1.337.287l6.56 5.359l.007.001l4.569-.854a3 3 0 0 1 2.954 1.151l.232.31c.166.223.23.506.174.777a2.91 2.91 0 0 1-2.1 2.23L5.207 17.2a1.5 1.5 0 0 1-1.614-.585L.93 12.832a.5.5 0 0 1 .28-.77l1.623-.436a1.5 1.5 0 0 1 1.38.323l.745.656a.01.01 0 0 0 .01.002l4.2-1.64a.01.01 0 0 0 .003-.017L4.446 5.197a.5.5 0 0 1 .257-.801z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 20a1 1 0 0 1 0 2H3a1 1 0 0 1 0-2zM6.593 3.888a1.5 1.5 0 0 1 1.337.287l6.56 5.359l.007.001l4.569-.854a3 3 0 0 1 2.954 1.151l.232.31c.166.223.23.506.174.777a2.91 2.91 0 0 1-2.1 2.23L5.207 17.2a1.5 1.5 0 0 1-1.614-.585L.93 12.832a.5.5 0 0 1 .28-.77l1.623-.436a1.5 1.5 0 0 1 1.38.323l.745.656a.01.01 0 0 0 .01.002l4.2-1.64a.01.01 0 0 0 .003-.017L4.446 5.197a.5.5 0 0 1 .257-.801z"/></svg>
</template>

CSS

.icon-flight-takeoff-fill {
  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%22currentColor%22%20d%3D%22M21%2020a1%201%200%200%201%200%202H3a1%201%200%200%201%200-2zM6.593%203.888a1.5%201.5%200%200%201%201.337.287l6.56%205.359l.007.001l4.569-.854a3%203%200%200%201%202.954%201.151l.232.31c.166.223.23.506.174.777a2.91%202.91%200%200%201-2.1%202.23L5.207%2017.2a1.5%201.5%200%200%201-1.614-.585L.93%2012.832a.5.5%200%200%201%20.28-.77l1.623-.436a1.5%201.5%200%200%201%201.38.323l.745.656a.01.01%200%200%200%20.01.002l4.2-1.64a.01.01%200%200%200%20.003-.017L4.446%205.197a.5.5%200%200%201%20.257-.801z%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%22currentColor%22%20d%3D%22M21%2020a1%201%200%200%201%200%202H3a1%201%200%200%201%200-2zM6.593%203.888a1.5%201.5%200%200%201%201.337.287l6.56%205.359l.007.001l4.569-.854a3%203%200%200%201%202.954%201.151l.232.31c.166.223.23.506.174.777a2.91%202.91%200%200%201-2.1%202.23L5.207%2017.2a1.5%201.5%200%200%201-1.614-.585L.93%2012.832a.5.5%200%200%201%20.28-.77l1.623-.436a1.5%201.5%200%200%201%201.38.323l.745.656a.01.01%200%200%200%20.01.002l4.2-1.64a.01.01%200%200%200%20.003-.017L4.446%205.197a.5.5%200%200%201%20.257-.801z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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