plane up icon
plane-up from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- plane-up
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the plane up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7V160l177.8 118.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5c-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-80L21.1 377C10.7 380.4 0 372.7 0 361.8v-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPlaneUp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7V160l177.8 118.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5c-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-80L21.1 377C10.7 380.4 0 372.7 0 361.8v-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7V160l177.8 118.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480l-110.1 31.5c-1.3.4-2.6.5-3.9.5c-7.8 0-14-6.3-14-14v-42c0-5 2.4-9.8 6.4-12.8L192 400v-80L21.1 377C10.7 380.4 0 372.7 0 361.8v-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2093.7C192%2059.5%20221%200%20256%200c36%200%2064%2059.5%2064%2093.7V160l177.8%20118.5c8.9%205.9%2014.2%2015.9%2014.2%2026.6v56.7c0%2010.9-10.7%2018.6-21.1%2015.2L320%20320v80l57.6%2043.2c4%203%206.4%207.8%206.4%2012.8v42c0%207.8-6.3%2014-14%2014c-1.3%200-2.6-.2-3.9-.5L256%20480l-110.1%2031.5c-1.3.4-2.6.5-3.9.5c-7.8%200-14-6.3-14-14v-42c0-5%202.4-9.8%206.4-12.8L192%20400v-80L21.1%20377C10.7%20380.4%200%20372.7%200%20361.8v-56.7c0-10.7%205.3-20.7%2014.2-26.6L192%20160z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2093.7C192%2059.5%20221%200%20256%200c36%200%2064%2059.5%2064%2093.7V160l177.8%20118.5c8.9%205.9%2014.2%2015.9%2014.2%2026.6v56.7c0%2010.9-10.7%2018.6-21.1%2015.2L320%20320v80l57.6%2043.2c4%203%206.4%207.8%206.4%2012.8v42c0%207.8-6.3%2014-14%2014c-1.3%200-2.6-.2-3.9-.5L256%20480l-110.1%2031.5c-1.3.4-2.6.5-3.9.5c-7.8%200-14-6.3-14-14v-42c0-5%202.4-9.8%206.4-12.8L192%20400v-80L21.1%20377C10.7%20380.4%200%20372.7%200%20361.8v-56.7c0-10.7%205.3-20.7%2014.2-26.6L192%20160z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/plane-up.svg?color=%231a73e8&size=48