airplane in flight icon

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

Name
airplane-in-flight-thin
Set
Phosphor
Style
Thin
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="M220 216a4 4 0 0 1-4 4H72a4 4 0 0 1 0-8h144a4 4 0 0 1 4 4m24-80v24a4 4 0 0 1-4 4H61.06a35.79 35.79 0 0 1-34.48-25.66L12.52 91.45A12 12 0 0 1 24 76h8a4 4 0 0 1 2.83 1.17L57.66 100h29.7L76.63 67.79A12 12 0 0 1 88 52h8a4 4 0 0 1 2.83 1.17L145.66 100H208a36 36 0 0 1 36 36m-8 0a28 28 0 0 0-28-28h-64a4 4 0 0 1-2.83-1.17L94.35 60H88a4 4 0 0 0-3.8 5.26l12.5 37.48a4 4 0 0 1-3.79 5.26H56a4 4 0 0 1-2.82-1.17L30.35 84H24a4 4 0 0 0-3.83 5.15l14.07 46.9A27.83 27.83 0 0 0 61.06 156H236Z"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneInFlightThin(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="M220 216a4 4 0 0 1-4 4H72a4 4 0 0 1 0-8h144a4 4 0 0 1 4 4m24-80v24a4 4 0 0 1-4 4H61.06a35.79 35.79 0 0 1-34.48-25.66L12.52 91.45A12 12 0 0 1 24 76h8a4 4 0 0 1 2.83 1.17L57.66 100h29.7L76.63 67.79A12 12 0 0 1 88 52h8a4 4 0 0 1 2.83 1.17L145.66 100H208a36 36 0 0 1 36 36m-8 0a28 28 0 0 0-28-28h-64a4 4 0 0 1-2.83-1.17L94.35 60H88a4 4 0 0 0-3.8 5.26l12.5 37.48a4 4 0 0 1-3.79 5.26H56a4 4 0 0 1-2.82-1.17L30.35 84H24a4 4 0 0 0-3.83 5.15l14.07 46.9A27.83 27.83 0 0 0 61.06 156H236Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 216a4 4 0 0 1-4 4H72a4 4 0 0 1 0-8h144a4 4 0 0 1 4 4m24-80v24a4 4 0 0 1-4 4H61.06a35.79 35.79 0 0 1-34.48-25.66L12.52 91.45A12 12 0 0 1 24 76h8a4 4 0 0 1 2.83 1.17L57.66 100h29.7L76.63 67.79A12 12 0 0 1 88 52h8a4 4 0 0 1 2.83 1.17L145.66 100H208a36 36 0 0 1 36 36m-8 0a28 28 0 0 0-28-28h-64a4 4 0 0 1-2.83-1.17L94.35 60H88a4 4 0 0 0-3.8 5.26l12.5 37.48a4 4 0 0 1-3.79 5.26H56a4 4 0 0 1-2.82-1.17L30.35 84H24a4 4 0 0 0-3.83 5.15l14.07 46.9A27.83 27.83 0 0 0 61.06 156H236Z"/></svg>
</template>

CSS

.icon-airplane-in-flight-thin {
  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%22M220%20216a4%204%200%200%201-4%204H72a4%204%200%200%201%200-8h144a4%204%200%200%201%204%204m24-80v24a4%204%200%200%201-4%204H61.06a35.79%2035.79%200%200%201-34.48-25.66L12.52%2091.45A12%2012%200%200%201%2024%2076h8a4%204%200%200%201%202.83%201.17L57.66%20100h29.7L76.63%2067.79A12%2012%200%200%201%2088%2052h8a4%204%200%200%201%202.83%201.17L145.66%20100H208a36%2036%200%200%201%2036%2036m-8%200a28%2028%200%200%200-28-28h-64a4%204%200%200%201-2.83-1.17L94.35%2060H88a4%204%200%200%200-3.8%205.26l12.5%2037.48a4%204%200%200%201-3.79%205.26H56a4%204%200%200%201-2.82-1.17L30.35%2084H24a4%204%200%200%200-3.83%205.15l14.07%2046.9A27.83%2027.83%200%200%200%2061.06%20156H236Z%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%22M220%20216a4%204%200%200%201-4%204H72a4%204%200%200%201%200-8h144a4%204%200%200%201%204%204m24-80v24a4%204%200%200%201-4%204H61.06a35.79%2035.79%200%200%201-34.48-25.66L12.52%2091.45A12%2012%200%200%201%2024%2076h8a4%204%200%200%201%202.83%201.17L57.66%20100h29.7L76.63%2067.79A12%2012%200%200%201%2088%2052h8a4%204%200%200%201%202.83%201.17L145.66%20100H208a36%2036%200%200%201%2036%2036m-8%200a28%2028%200%200%200-28-28h-64a4%204%200%200%201-2.83-1.17L94.35%2060H88a4%204%200%200%200-3.8%205.26l12.5%2037.48a4%204%200%200%201-3.79%205.26H56a4%204%200%200%201-2.82-1.17L30.35%2084H24a4%204%200%200%200-3.83%205.15l14.07%2046.9A27.83%2027.83%200%200%200%2061.06%20156H236Z%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-thin.svg?color=%231a73e8&size=48