airplane icon

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

Name
airplane-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 136v32a8 8 0 0 1-8 8a7.6 7.6 0 0 1-1.57-.16L156 161v23.73l17.66 17.65A8 8 0 0 1 176 208v24a8 8 0 0 1-11 7.43l-37-14.81l-37 14.81A8 8 0 0 1 80 232v-24a8 8 0 0 1 2.34-5.66L100 184.69V161l-74.43 14.84A7.6 7.6 0 0 1 24 176a8 8 0 0 1-8-8v-32a8 8 0 0 1 4.42-7.16L100 89.06V44a28 28 0 0 1 56 0v45.06l79.58 39.78A8 8 0 0 1 240 136"/></svg>

React

import type { SVGProps } from "react";

export function PhAirplaneFill(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="M240 136v32a8 8 0 0 1-8 8a7.6 7.6 0 0 1-1.57-.16L156 161v23.73l17.66 17.65A8 8 0 0 1 176 208v24a8 8 0 0 1-11 7.43l-37-14.81l-37 14.81A8 8 0 0 1 80 232v-24a8 8 0 0 1 2.34-5.66L100 184.69V161l-74.43 14.84A7.6 7.6 0 0 1 24 176a8 8 0 0 1-8-8v-32a8 8 0 0 1 4.42-7.16L100 89.06V44a28 28 0 0 1 56 0v45.06l79.58 39.78A8 8 0 0 1 240 136"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 136v32a8 8 0 0 1-8 8a7.6 7.6 0 0 1-1.57-.16L156 161v23.73l17.66 17.65A8 8 0 0 1 176 208v24a8 8 0 0 1-11 7.43l-37-14.81l-37 14.81A8 8 0 0 1 80 232v-24a8 8 0 0 1 2.34-5.66L100 184.69V161l-74.43 14.84A7.6 7.6 0 0 1 24 176a8 8 0 0 1-8-8v-32a8 8 0 0 1 4.42-7.16L100 89.06V44a28 28 0 0 1 56 0v45.06l79.58 39.78A8 8 0 0 1 240 136"/></svg>
</template>

CSS

.icon-airplane-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%22M240%20136v32a8%208%200%200%201-8%208a7.6%207.6%200%200%201-1.57-.16L156%20161v23.73l17.66%2017.65A8%208%200%200%201%20176%20208v24a8%208%200%200%201-11%207.43l-37-14.81l-37%2014.81A8%208%200%200%201%2080%20232v-24a8%208%200%200%201%202.34-5.66L100%20184.69V161l-74.43%2014.84A7.6%207.6%200%200%201%2024%20176a8%208%200%200%201-8-8v-32a8%208%200%200%201%204.42-7.16L100%2089.06V44a28%2028%200%200%201%2056%200v45.06l79.58%2039.78A8%208%200%200%201%20240%20136%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%22M240%20136v32a8%208%200%200%201-8%208a7.6%207.6%200%200%201-1.57-.16L156%20161v23.73l17.66%2017.65A8%208%200%200%201%20176%20208v24a8%208%200%200%201-11%207.43l-37-14.81l-37%2014.81A8%208%200%200%201%2080%20232v-24a8%208%200%200%201%202.34-5.66L100%20184.69V161l-74.43%2014.84A7.6%207.6%200%200%201%2024%20176a8%208%200%200%201-8-8v-32a8%208%200%200%201%204.42-7.16L100%2089.06V44a28%2028%200%200%201%2056%200v45.06l79.58%2039.78A8%208%200%200%201%20240%20136%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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