airplane taxiing icon
airplane-taxiing-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- airplane-taxiing-bold
- Set
- Phosphor
- Style
- Bold
- 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 88h-59l-44.51-44.49A12 12 0 0 0 96 40h-8a20 20 0 0 0-19 26.33L76.27 88H61L40.49 67.51A12 12 0 0 0 32 64h-8A20 20 0 0 0 4.86 89.75l14.07 46.89A43.72 43.72 0 0 0 61.07 168H240a12 12 0 0 0 12-12v-24a44.05 44.05 0 0 0-44-44m20 56H61.07a19.89 19.89 0 0 1-19.16-14.25L30.4 91.36l17.12 17.13A12 12 0 0 0 56 112h36.9a12 12 0 0 0 11.4-15.79l-9.47-28.42l40.69 40.7A12 12 0 0 0 144 112h64a20 20 0 0 1 20 20Zm0 60a20 20 0 1 1-20-20a20 20 0 0 1 20 20m-96 0a20 20 0 1 1-20-20a20 20 0 0 1 20 20"/></svg>
React
import type { SVGProps } from "react";
export function PhAirplaneTaxiingBold(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 88h-59l-44.51-44.49A12 12 0 0 0 96 40h-8a20 20 0 0 0-19 26.33L76.27 88H61L40.49 67.51A12 12 0 0 0 32 64h-8A20 20 0 0 0 4.86 89.75l14.07 46.89A43.72 43.72 0 0 0 61.07 168H240a12 12 0 0 0 12-12v-24a44.05 44.05 0 0 0-44-44m20 56H61.07a19.89 19.89 0 0 1-19.16-14.25L30.4 91.36l17.12 17.13A12 12 0 0 0 56 112h36.9a12 12 0 0 0 11.4-15.79l-9.47-28.42l40.69 40.7A12 12 0 0 0 144 112h64a20 20 0 0 1 20 20Zm0 60a20 20 0 1 1-20-20a20 20 0 0 1 20 20m-96 0a20 20 0 1 1-20-20a20 20 0 0 1 20 20"/></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 88h-59l-44.51-44.49A12 12 0 0 0 96 40h-8a20 20 0 0 0-19 26.33L76.27 88H61L40.49 67.51A12 12 0 0 0 32 64h-8A20 20 0 0 0 4.86 89.75l14.07 46.89A43.72 43.72 0 0 0 61.07 168H240a12 12 0 0 0 12-12v-24a44.05 44.05 0 0 0-44-44m20 56H61.07a19.89 19.89 0 0 1-19.16-14.25L30.4 91.36l17.12 17.13A12 12 0 0 0 56 112h36.9a12 12 0 0 0 11.4-15.79l-9.47-28.42l40.69 40.7A12 12 0 0 0 144 112h64a20 20 0 0 1 20 20Zm0 60a20 20 0 1 1-20-20a20 20 0 0 1 20 20m-96 0a20 20 0 1 1-20-20a20 20 0 0 1 20 20"/></svg> </template>
CSS
.icon-airplane-taxiing-bold {
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%2088h-59l-44.51-44.49A12%2012%200%200%200%2096%2040h-8a20%2020%200%200%200-19%2026.33L76.27%2088H61L40.49%2067.51A12%2012%200%200%200%2032%2064h-8A20%2020%200%200%200%204.86%2089.75l14.07%2046.89A43.72%2043.72%200%200%200%2061.07%20168H240a12%2012%200%200%200%2012-12v-24a44.05%2044.05%200%200%200-44-44m20%2056H61.07a19.89%2019.89%200%200%201-19.16-14.25L30.4%2091.36l17.12%2017.13A12%2012%200%200%200%2056%20112h36.9a12%2012%200%200%200%2011.4-15.79l-9.47-28.42l40.69%2040.7A12%2012%200%200%200%20144%20112h64a20%2020%200%200%201%2020%2020Zm0%2060a20%2020%200%201%201-20-20a20%2020%200%200%201%2020%2020m-96%200a20%2020%200%201%201-20-20a20%2020%200%200%201%2020%2020%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%2088h-59l-44.51-44.49A12%2012%200%200%200%2096%2040h-8a20%2020%200%200%200-19%2026.33L76.27%2088H61L40.49%2067.51A12%2012%200%200%200%2032%2064h-8A20%2020%200%200%200%204.86%2089.75l14.07%2046.89A43.72%2043.72%200%200%200%2061.07%20168H240a12%2012%200%200%200%2012-12v-24a44.05%2044.05%200%200%200-44-44m20%2056H61.07a19.89%2019.89%200%200%201-19.16-14.25L30.4%2091.36l17.12%2017.13A12%2012%200%200%200%2056%20112h36.9a12%2012%200%200%200%2011.4-15.79l-9.47-28.42l40.69%2040.7A12%2012%200%200%200%20144%20112h64a20%2020%200%200%201%2020%2020Zm0%2060a20%2020%200%201%201-20-20a20%2020%200%200%201%2020%2020m-96%200a20%2020%200%201%201-20-20a20%2020%200%200%201%2020%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/airplane-taxiing-bold.svg?color=%231a73e8&size=48