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

Name
airplane-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

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.71 2.838c.733.147 1.306.72 1.453 1.453a3.56 3.56 0 0 1-.773 2.995l-2.751 3.252l1.944 7.131a1.25 1.25 0 0 1-.322 1.213l-1.302 1.302a1.01 1.01 0 0 1-1.597-.224l-2.993-5.387l-3.258 2.255v.787c0 .332-.132.65-.366.884l-1.683 1.683a1.01 1.01 0 0 1-1.673-.395l-.544-1.631l-1.631-.544a1.01 1.01 0 0 1-.395-1.673l1.683-1.683a1.25 1.25 0 0 1 .884-.366h.787l2.255-3.258L4.041 7.64a1.01 1.01 0 0 1-.224-1.597L5.119 4.74a1.25 1.25 0 0 1 1.213-.322l7.13 1.944l3.253-2.752a3.56 3.56 0 0 1 2.995-.772"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteAirplaneFill(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="M19.71 2.838c.733.147 1.306.72 1.453 1.453a3.56 3.56 0 0 1-.773 2.995l-2.751 3.252l1.944 7.131a1.25 1.25 0 0 1-.322 1.213l-1.302 1.302a1.01 1.01 0 0 1-1.597-.224l-2.993-5.387l-3.258 2.255v.787c0 .332-.132.65-.366.884l-1.683 1.683a1.01 1.01 0 0 1-1.673-.395l-.544-1.631l-1.631-.544a1.01 1.01 0 0 1-.395-1.673l1.683-1.683a1.25 1.25 0 0 1 .884-.366h.787l2.255-3.258L4.041 7.64a1.01 1.01 0 0 1-.224-1.597L5.119 4.74a1.25 1.25 0 0 1 1.213-.322l7.13 1.944l3.253-2.752a3.56 3.56 0 0 1 2.995-.772"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.71 2.838c.733.147 1.306.72 1.453 1.453a3.56 3.56 0 0 1-.773 2.995l-2.751 3.252l1.944 7.131a1.25 1.25 0 0 1-.322 1.213l-1.302 1.302a1.01 1.01 0 0 1-1.597-.224l-2.993-5.387l-3.258 2.255v.787c0 .332-.132.65-.366.884l-1.683 1.683a1.01 1.01 0 0 1-1.673-.395l-.544-1.631l-1.631-.544a1.01 1.01 0 0 1-.395-1.673l1.683-1.683a1.25 1.25 0 0 1 .884-.366h.787l2.255-3.258L4.041 7.64a1.01 1.01 0 0 1-.224-1.597L5.119 4.74a1.25 1.25 0 0 1 1.213-.322l7.13 1.944l3.253-2.752a3.56 3.56 0 0 1 2.995-.772"/></svg>
</template>

CSS

.icon-airplane-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%22M19.71%202.838c.733.147%201.306.72%201.453%201.453a3.56%203.56%200%200%201-.773%202.995l-2.751%203.252l1.944%207.131a1.25%201.25%200%200%201-.322%201.213l-1.302%201.302a1.01%201.01%200%200%201-1.597-.224l-2.993-5.387l-3.258%202.255v.787c0%20.332-.132.65-.366.884l-1.683%201.683a1.01%201.01%200%200%201-1.673-.395l-.544-1.631l-1.631-.544a1.01%201.01%200%200%201-.395-1.673l1.683-1.683a1.25%201.25%200%200%201%20.884-.366h.787l2.255-3.258L4.041%207.64a1.01%201.01%200%200%201-.224-1.597L5.119%204.74a1.25%201.25%200%200%201%201.213-.322l7.13%201.944l3.253-2.752a3.56%203.56%200%200%201%202.995-.772%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%22M19.71%202.838c.733.147%201.306.72%201.453%201.453a3.56%203.56%200%200%201-.773%202.995l-2.751%203.252l1.944%207.131a1.25%201.25%200%200%201-.322%201.213l-1.302%201.302a1.01%201.01%200%200%201-1.597-.224l-2.993-5.387l-3.258%202.255v.787c0%20.332-.132.65-.366.884l-1.683%201.683a1.01%201.01%200%200%201-1.673-.395l-.544-1.631l-1.631-.544a1.01%201.01%200%200%201-.395-1.673l1.683-1.683a1.25%201.25%200%200%201%20.884-.366h.787l2.255-3.258L4.041%207.64a1.01%201.01%200%200%201-.224-1.597L5.119%204.74a1.25%201.25%200%200%201%201.213-.322l7.13%201.944l3.253-2.752a3.56%203.56%200%200%201%202.995-.772%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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