airplane in flight icon

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

Name
airplane-in-flight-light
Set
Phosphor
Style
Light
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="M222 216a6 6 0 0 1-6 6H72a6 6 0 0 1 0-12h144a6 6 0 0 1 6 6m24-80v24a6 6 0 0 1-6 6H61.07a37.77 37.77 0 0 1-36.4-27.08L10.6 92A14 14 0 0 1 24 74h8a6 6 0 0 1 4.24 1.76L58.49 98h26.1l-9.86-29.57A14 14 0 0 1 88 50h8a6 6 0 0 1 4.25 1.76L146.49 98H208a38 38 0 0 1 38 38m-12 0a26 26 0 0 0-26-26h-64a6 6 0 0 1-4.24-1.76L93.52 62H88a2 2 0 0 0-1.9 2.63l12.5 37.47a6 6 0 0 1-5.69 7.9H56a6 6 0 0 1-4.24-1.76L29.52 86H24a1.93 1.93 0 0 0-1.6.81a1.91 1.91 0 0 0-.31 1.76l14.06 46.9A25.86 25.86 0 0 0 61.07 154H234Z"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneInFlightLight(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="M222 216a6 6 0 0 1-6 6H72a6 6 0 0 1 0-12h144a6 6 0 0 1 6 6m24-80v24a6 6 0 0 1-6 6H61.07a37.77 37.77 0 0 1-36.4-27.08L10.6 92A14 14 0 0 1 24 74h8a6 6 0 0 1 4.24 1.76L58.49 98h26.1l-9.86-29.57A14 14 0 0 1 88 50h8a6 6 0 0 1 4.25 1.76L146.49 98H208a38 38 0 0 1 38 38m-12 0a26 26 0 0 0-26-26h-64a6 6 0 0 1-4.24-1.76L93.52 62H88a2 2 0 0 0-1.9 2.63l12.5 37.47a6 6 0 0 1-5.69 7.9H56a6 6 0 0 1-4.24-1.76L29.52 86H24a1.93 1.93 0 0 0-1.6.81a1.91 1.91 0 0 0-.31 1.76l14.06 46.9A25.86 25.86 0 0 0 61.07 154H234Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 216a6 6 0 0 1-6 6H72a6 6 0 0 1 0-12h144a6 6 0 0 1 6 6m24-80v24a6 6 0 0 1-6 6H61.07a37.77 37.77 0 0 1-36.4-27.08L10.6 92A14 14 0 0 1 24 74h8a6 6 0 0 1 4.24 1.76L58.49 98h26.1l-9.86-29.57A14 14 0 0 1 88 50h8a6 6 0 0 1 4.25 1.76L146.49 98H208a38 38 0 0 1 38 38m-12 0a26 26 0 0 0-26-26h-64a6 6 0 0 1-4.24-1.76L93.52 62H88a2 2 0 0 0-1.9 2.63l12.5 37.47a6 6 0 0 1-5.69 7.9H56a6 6 0 0 1-4.24-1.76L29.52 86H24a1.93 1.93 0 0 0-1.6.81a1.91 1.91 0 0 0-.31 1.76l14.06 46.9A25.86 25.86 0 0 0 61.07 154H234Z"/></svg>
</template>

CSS

.icon-airplane-in-flight-light {
  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%22M222%20216a6%206%200%200%201-6%206H72a6%206%200%200%201%200-12h144a6%206%200%200%201%206%206m24-80v24a6%206%200%200%201-6%206H61.07a37.77%2037.77%200%200%201-36.4-27.08L10.6%2092A14%2014%200%200%201%2024%2074h8a6%206%200%200%201%204.24%201.76L58.49%2098h26.1l-9.86-29.57A14%2014%200%200%201%2088%2050h8a6%206%200%200%201%204.25%201.76L146.49%2098H208a38%2038%200%200%201%2038%2038m-12%200a26%2026%200%200%200-26-26h-64a6%206%200%200%201-4.24-1.76L93.52%2062H88a2%202%200%200%200-1.9%202.63l12.5%2037.47a6%206%200%200%201-5.69%207.9H56a6%206%200%200%201-4.24-1.76L29.52%2086H24a1.93%201.93%200%200%200-1.6.81a1.91%201.91%200%200%200-.31%201.76l14.06%2046.9A25.86%2025.86%200%200%200%2061.07%20154H234Z%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%22M222%20216a6%206%200%200%201-6%206H72a6%206%200%200%201%200-12h144a6%206%200%200%201%206%206m24-80v24a6%206%200%200%201-6%206H61.07a37.77%2037.77%200%200%201-36.4-27.08L10.6%2092A14%2014%200%200%201%2024%2074h8a6%206%200%200%201%204.24%201.76L58.49%2098h26.1l-9.86-29.57A14%2014%200%200%201%2088%2050h8a6%206%200%200%201%204.25%201.76L146.49%2098H208a38%2038%200%200%201%2038%2038m-12%200a26%2026%200%200%200-26-26h-64a6%206%200%200%201-4.24-1.76L93.52%2062H88a2%202%200%200%200-1.9%202.63l12.5%2037.47a6%206%200%200%201-5.69%207.9H56a6%206%200%200%201-4.24-1.76L29.52%2086H24a1.93%201.93%200%200%200-1.6.81a1.91%201.91%200%200%200-.31%201.76l14.06%2046.9A25.86%2025.86%200%200%200%2061.07%20154H234Z%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-light.svg?color=%231a73e8&size=48