airplane taxiing icon

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

Name
airplane-taxiing-fill
Set
Phosphor
Style
Fill
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="M248 136v24a8 8 0 0 1-8 8H61.07a39.75 39.75 0 0 1-38.31-28.51L8.69 92.6A16 16 0 0 1 24 72h8a8 8 0 0 1 5.65 2.34L59.32 96h22.49l-9-26.94A16 16 0 0 1 88 48h8a8 8 0 0 1 5.66 2.34L147.32 96H208a40 40 0 0 1 40 40m-40 48a16 16 0 1 0 16 16a16 16 0 0 0-16-16m-96 0a16 16 0 1 0 16 16a16 16 0 0 0-16-16"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneTaxiingFill(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="M248 136v24a8 8 0 0 1-8 8H61.07a39.75 39.75 0 0 1-38.31-28.51L8.69 92.6A16 16 0 0 1 24 72h8a8 8 0 0 1 5.65 2.34L59.32 96h22.49l-9-26.94A16 16 0 0 1 88 48h8a8 8 0 0 1 5.66 2.34L147.32 96H208a40 40 0 0 1 40 40m-40 48a16 16 0 1 0 16 16a16 16 0 0 0-16-16m-96 0a16 16 0 1 0 16 16a16 16 0 0 0-16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M248 136v24a8 8 0 0 1-8 8H61.07a39.75 39.75 0 0 1-38.31-28.51L8.69 92.6A16 16 0 0 1 24 72h8a8 8 0 0 1 5.65 2.34L59.32 96h22.49l-9-26.94A16 16 0 0 1 88 48h8a8 8 0 0 1 5.66 2.34L147.32 96H208a40 40 0 0 1 40 40m-40 48a16 16 0 1 0 16 16a16 16 0 0 0-16-16m-96 0a16 16 0 1 0 16 16a16 16 0 0 0-16-16"/></svg>
</template>

CSS

.icon-airplane-taxiing-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%22M248%20136v24a8%208%200%200%201-8%208H61.07a39.75%2039.75%200%200%201-38.31-28.51L8.69%2092.6A16%2016%200%200%201%2024%2072h8a8%208%200%200%201%205.65%202.34L59.32%2096h22.49l-9-26.94A16%2016%200%200%201%2088%2048h8a8%208%200%200%201%205.66%202.34L147.32%2096H208a40%2040%200%200%201%2040%2040m-40%2048a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m-96%200a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16%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%22M248%20136v24a8%208%200%200%201-8%208H61.07a39.75%2039.75%200%200%201-38.31-28.51L8.69%2092.6A16%2016%200%200%201%2024%2072h8a8%208%200%200%201%205.65%202.34L59.32%2096h22.49l-9-26.94A16%2016%200%200%201%2088%2048h8a8%208%200%200%201%205.66%202.34L147.32%2096H208a40%2040%200%200%201%2040%2040m-40%2048a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m-96%200a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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