plane-up from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
plane-up
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the plane up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 88c0-30.9 25.1-56 56-56s56 25.1 56 56v127.3l173.6 159.2c6.6 6.1 10.4 14.6 10.4 23.6v43.7c0 10.9-10.7 18.6-21.1 15.2L376 402.7v99.7l66 52.8c3.8 3 6 7.6 6 12.5v19.8c0 10.4-9.8 18-19.9 15.5L320 576l-108.1 27c-10.1 2.5-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l66-52.8v-99.7L101.1 457c-10.4 3.4-21.1-4.3-21.1-15.2v-43.7c0-9 3.8-17.5 10.4-23.6L264 215.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPlaneUp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 88c0-30.9 25.1-56 56-56s56 25.1 56 56v127.3l173.6 159.2c6.6 6.1 10.4 14.6 10.4 23.6v43.7c0 10.9-10.7 18.6-21.1 15.2L376 402.7v99.7l66 52.8c3.8 3 6 7.6 6 12.5v19.8c0 10.4-9.8 18-19.9 15.5L320 576l-108.1 27c-10.1 2.5-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l66-52.8v-99.7L101.1 457c-10.4 3.4-21.1-4.3-21.1-15.2v-43.7c0-9 3.8-17.5 10.4-23.6L264 215.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M264 88c0-30.9 25.1-56 56-56s56 25.1 56 56v127.3l173.6 159.2c6.6 6.1 10.4 14.6 10.4 23.6v43.7c0 10.9-10.7 18.6-21.1 15.2L376 402.7v99.7l66 52.8c3.8 3 6 7.6 6 12.5v19.8c0 10.4-9.8 18-19.9 15.5L320 576l-108.1 27c-10.1 2.5-19.9-5.1-19.9-15.5v-19.8c0-4.9 2.2-9.5 6-12.5l66-52.8v-99.7L101.1 457c-10.4 3.4-21.1-4.3-21.1-15.2v-43.7c0-9 3.8-17.5 10.4-23.6L264 215.3z"/></svg>
</template>

CSS

.icon-plane-up {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M264%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v127.3l173.6%20159.2c6.6%206.1%2010.4%2014.6%2010.4%2023.6v43.7c0%2010.9-10.7%2018.6-21.1%2015.2L376%20402.7v99.7l66%2052.8c3.8%203%206%207.6%206%2012.5v19.8c0%2010.4-9.8%2018-19.9%2015.5L320%20576l-108.1%2027c-10.1%202.5-19.9-5.1-19.9-15.5v-19.8c0-4.9%202.2-9.5%206-12.5l66-52.8v-99.7L101.1%20457c-10.4%203.4-21.1-4.3-21.1-15.2v-43.7c0-9%203.8-17.5%2010.4-23.6L264%20215.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M264%2088c0-30.9%2025.1-56%2056-56s56%2025.1%2056%2056v127.3l173.6%20159.2c6.6%206.1%2010.4%2014.6%2010.4%2023.6v43.7c0%2010.9-10.7%2018.6-21.1%2015.2L376%20402.7v99.7l66%2052.8c3.8%203%206%207.6%206%2012.5v19.8c0%2010.4-9.8%2018-19.9%2015.5L320%20576l-108.1%2027c-10.1%202.5-19.9-5.1-19.9-15.5v-19.8c0-4.9%202.2-9.5%206-12.5l66-52.8v-99.7L101.1%20457c-10.4%203.4-21.1-4.3-21.1-15.2v-43.7c0-9%203.8-17.5%2010.4-23.6L264%20215.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/plane-up.svg?color=%231a73e8&size=48