airplane in flight icon

airplane-in-flight-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
airplane-in-flight-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the airplane in flight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 216a8 8 0 0 1-8 8H72a8 8 0 1 1 0-16h144a8 8 0 0 1 8 8M208 96h-60.68l-45.66-45.66A8 8 0 0 0 96 48h-8a16 16 0 0 0-15.17 21.06l9 26.94H59.32L37.66 74.34A8 8 0 0 0 32 72h-8A16 16 0 0 0 8.69 92.6l14.07 46.89A39.75 39.75 0 0 0 61.07 168H240a8 8 0 0 0 8-8v-24a40 40 0 0 0-40-40"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneInFlightFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 216a8 8 0 0 1-8 8H72a8 8 0 1 1 0-16h144a8 8 0 0 1 8 8M208 96h-60.68l-45.66-45.66A8 8 0 0 0 96 48h-8a16 16 0 0 0-15.17 21.06l9 26.94H59.32L37.66 74.34A8 8 0 0 0 32 72h-8A16 16 0 0 0 8.69 92.6l14.07 46.89A39.75 39.75 0 0 0 61.07 168H240a8 8 0 0 0 8-8v-24a40 40 0 0 0-40-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 216a8 8 0 0 1-8 8H72a8 8 0 1 1 0-16h144a8 8 0 0 1 8 8M208 96h-60.68l-45.66-45.66A8 8 0 0 0 96 48h-8a16 16 0 0 0-15.17 21.06l9 26.94H59.32L37.66 74.34A8 8 0 0 0 32 72h-8A16 16 0 0 0 8.69 92.6l14.07 46.89A39.75 39.75 0 0 0 61.07 168H240a8 8 0 0 0 8-8v-24a40 40 0 0 0-40-40"/></svg>
</template>

CSS

.icon-airplane-in-flight-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20216a8%208%200%200%201-8%208H72a8%208%200%201%201%200-16h144a8%208%200%200%201%208%208M208%2096h-60.68l-45.66-45.66A8%208%200%200%200%2096%2048h-8a16%2016%200%200%200-15.17%2021.06l9%2026.94H59.32L37.66%2074.34A8%208%200%200%200%2032%2072h-8A16%2016%200%200%200%208.69%2092.6l14.07%2046.89A39.75%2039.75%200%200%200%2061.07%20168H240a8%208%200%200%200%208-8v-24a40%2040%200%200%200-40-40%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20216a8%208%200%200%201-8%208H72a8%208%200%201%201%200-16h144a8%208%200%200%201%208%208M208%2096h-60.68l-45.66-45.66A8%208%200%200%200%2096%2048h-8a16%2016%200%200%200-15.17%2021.06l9%2026.94H59.32L37.66%2074.34A8%208%200%200%200%2032%2072h-8A16%2016%200%200%200%208.69%2092.6l14.07%2046.89A39.75%2039.75%200%200%200%2061.07%20168H240a8%208%200%200%200%208-8v-24a40%2040%200%200%200-40-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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