airplane-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
airplane-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.758 2a1.807 1.807 0 0 0-1.797 2l1.025 9.565l-3.8.165l-1.457-3.402A2.19 2.19 0 0 0 6.715 9C5.768 9 5 9.768 5 10.715v3.24L3.975 14a2 2 0 0 0 0 4L5 18.044v3.241C5 22.232 5.768 23 6.715 23c.876 0 1.668-.522 2.014-1.328l1.458-3.402l3.799.165L12.96 28c-.115 1.068.723 2 1.797 2c.938 0 1.786-.56 2.156-1.422l4.214-9.832c1.952.084 3.92.254 5.873.254a3 3 0 1 0 0-6c-1.953 0-3.92.17-5.872.254l-4.214-9.832A2.35 2.35 0 0 0 14.758 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentAirplane32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.758 2a1.807 1.807 0 0 0-1.797 2l1.025 9.565l-3.8.165l-1.457-3.402A2.19 2.19 0 0 0 6.715 9C5.768 9 5 9.768 5 10.715v3.24L3.975 14a2 2 0 0 0 0 4L5 18.044v3.241C5 22.232 5.768 23 6.715 23c.876 0 1.668-.522 2.014-1.328l1.458-3.402l3.799.165L12.96 28c-.115 1.068.723 2 1.797 2c.938 0 1.786-.56 2.156-1.422l4.214-9.832c1.952.084 3.92.254 5.873.254a3 3 0 1 0 0-6c-1.953 0-3.92.17-5.872.254l-4.214-9.832A2.35 2.35 0 0 0 14.758 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.758 2a1.807 1.807 0 0 0-1.797 2l1.025 9.565l-3.8.165l-1.457-3.402A2.19 2.19 0 0 0 6.715 9C5.768 9 5 9.768 5 10.715v3.24L3.975 14a2 2 0 0 0 0 4L5 18.044v3.241C5 22.232 5.768 23 6.715 23c.876 0 1.668-.522 2.014-1.328l1.458-3.402l3.799.165L12.96 28c-.115 1.068.723 2 1.797 2c.938 0 1.786-.56 2.156-1.422l4.214-9.832c1.952.084 3.92.254 5.873.254a3 3 0 1 0 0-6c-1.953 0-3.92.17-5.872.254l-4.214-9.832A2.35 2.35 0 0 0 14.758 2"/></svg>
</template>

CSS

.icon-airplane-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.758%202a1.807%201.807%200%200%200-1.797%202l1.025%209.565l-3.8.165l-1.457-3.402A2.19%202.19%200%200%200%206.715%209C5.768%209%205%209.768%205%2010.715v3.24L3.975%2014a2%202%200%200%200%200%204L5%2018.044v3.241C5%2022.232%205.768%2023%206.715%2023c.876%200%201.668-.522%202.014-1.328l1.458-3.402l3.799.165L12.96%2028c-.115%201.068.723%202%201.797%202c.938%200%201.786-.56%202.156-1.422l4.214-9.832c1.952.084%203.92.254%205.873.254a3%203%200%201%200%200-6c-1.953%200-3.92.17-5.872.254l-4.214-9.832A2.35%202.35%200%200%200%2014.758%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.758%202a1.807%201.807%200%200%200-1.797%202l1.025%209.565l-3.8.165l-1.457-3.402A2.19%202.19%200%200%200%206.715%209C5.768%209%205%209.768%205%2010.715v3.24L3.975%2014a2%202%200%200%200%200%204L5%2018.044v3.241C5%2022.232%205.768%2023%206.715%2023c.876%200%201.668-.522%202.014-1.328l1.458-3.402l3.799.165L12.96%2028c-.115%201.068.723%202%201.797%202c.938%200%201.786-.56%202.156-1.422l4.214-9.832c1.952.084%203.92.254%205.873.254a3%203%200%201%200%200-6c-1.953%200-3.92.17-5.872.254l-4.214-9.832A2.35%202.35%200%200%200%2014.758%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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