airplane taxiing icon

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

Name
airplane-taxiing-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the airplane taxiing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 100h-62.34L98.83 53.17A4 4 0 0 0 96 52h-8a12 12 0 0 0-11.37 15.79L87.36 100h-29.7L34.83 77.17A4 4 0 0 0 32 76h-8a12 12 0 0 0-11.48 15.45l14.06 46.89A35.79 35.79 0 0 0 61.06 164H240a4 4 0 0 0 4-4v-24a36 36 0 0 0-36-36m28 56H61.06a27.83 27.83 0 0 1-26.81-19.95l-14.07-46.9A4 4 0 0 1 24 84h6.34l22.83 22.83A4 4 0 0 0 56 108h36.91a4 4 0 0 0 3.79-5.26L84.21 65.26A4 4 0 0 1 88 60h6.34l46.82 46.83A4 4 0 0 0 144 108h64a28 28 0 0 1 28 28Zm-16 44a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-96 0a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneTaxiingThin(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="M208 100h-62.34L98.83 53.17A4 4 0 0 0 96 52h-8a12 12 0 0 0-11.37 15.79L87.36 100h-29.7L34.83 77.17A4 4 0 0 0 32 76h-8a12 12 0 0 0-11.48 15.45l14.06 46.89A35.79 35.79 0 0 0 61.06 164H240a4 4 0 0 0 4-4v-24a36 36 0 0 0-36-36m28 56H61.06a27.83 27.83 0 0 1-26.81-19.95l-14.07-46.9A4 4 0 0 1 24 84h6.34l22.83 22.83A4 4 0 0 0 56 108h36.91a4 4 0 0 0 3.79-5.26L84.21 65.26A4 4 0 0 1 88 60h6.34l46.82 46.83A4 4 0 0 0 144 108h64a28 28 0 0 1 28 28Zm-16 44a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-96 0a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 100h-62.34L98.83 53.17A4 4 0 0 0 96 52h-8a12 12 0 0 0-11.37 15.79L87.36 100h-29.7L34.83 77.17A4 4 0 0 0 32 76h-8a12 12 0 0 0-11.48 15.45l14.06 46.89A35.79 35.79 0 0 0 61.06 164H240a4 4 0 0 0 4-4v-24a36 36 0 0 0-36-36m28 56H61.06a27.83 27.83 0 0 1-26.81-19.95l-14.07-46.9A4 4 0 0 1 24 84h6.34l22.83 22.83A4 4 0 0 0 56 108h36.91a4 4 0 0 0 3.79-5.26L84.21 65.26A4 4 0 0 1 88 60h6.34l46.82 46.83A4 4 0 0 0 144 108h64a28 28 0 0 1 28 28Zm-16 44a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-96 0a12 12 0 1 1-12-12a12 12 0 0 1 12 12"/></svg>
</template>

CSS

.icon-airplane-taxiing-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%22M208%20100h-62.34L98.83%2053.17A4%204%200%200%200%2096%2052h-8a12%2012%200%200%200-11.37%2015.79L87.36%20100h-29.7L34.83%2077.17A4%204%200%200%200%2032%2076h-8a12%2012%200%200%200-11.48%2015.45l14.06%2046.89A35.79%2035.79%200%200%200%2061.06%20164H240a4%204%200%200%200%204-4v-24a36%2036%200%200%200-36-36m28%2056H61.06a27.83%2027.83%200%200%201-26.81-19.95l-14.07-46.9A4%204%200%200%201%2024%2084h6.34l22.83%2022.83A4%204%200%200%200%2056%20108h36.91a4%204%200%200%200%203.79-5.26L84.21%2065.26A4%204%200%200%201%2088%2060h6.34l46.82%2046.83A4%204%200%200%200%20144%20108h64a28%2028%200%200%201%2028%2028Zm-16%2044a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-96%200a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%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%22M208%20100h-62.34L98.83%2053.17A4%204%200%200%200%2096%2052h-8a12%2012%200%200%200-11.37%2015.79L87.36%20100h-29.7L34.83%2077.17A4%204%200%200%200%2032%2076h-8a12%2012%200%200%200-11.48%2015.45l14.06%2046.89A35.79%2035.79%200%200%200%2061.06%20164H240a4%204%200%200%200%204-4v-24a36%2036%200%200%200-36-36m28%2056H61.06a27.83%2027.83%200%200%201-26.81-19.95l-14.07-46.9A4%204%200%200%201%2024%2084h6.34l22.83%2022.83A4%204%200%200%200%2056%20108h36.91a4%204%200%200%200%203.79-5.26L84.21%2065.26A4%204%200%200%201%2088%2060h6.34l46.82%2046.83A4%204%200%200%200%20144%20108h64a28%2028%200%200%201%2028%2028Zm-16%2044a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-96%200a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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