jet fighter up icon
jet-fighter-up from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- jet-fighter-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 jet fighter up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M270.8 111.8c-4.5 10.7-6.8 22.2-6.8 33.8V246L112 360v-48c0-13.3-10.7-24-24-24s-24 10.7-24 24v144c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h152v54.4l-66 52.8c-3.8 3-6 7.6-6 12.5V592c0 8.8 7.2 16 16 16h88v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40h88c8.8 0 16-7.2 16-16v-24.3c0-4.9-2.2-9.5-6-12.5l-66-52.8V448h152v8c0 13.3 10.7 24 24 24s24-10.7 24-24V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v48L376 246V145.6c0-11.6-2.3-23.1-6.8-33.8l-27.1-65c-3.7-9-12.4-14.8-22.1-14.8s-18.4 5.8-22.2 14.8l-27.1 65z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidJetFighterUp(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="M270.8 111.8c-4.5 10.7-6.8 22.2-6.8 33.8V246L112 360v-48c0-13.3-10.7-24-24-24s-24 10.7-24 24v144c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h152v54.4l-66 52.8c-3.8 3-6 7.6-6 12.5V592c0 8.8 7.2 16 16 16h88v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40h88c8.8 0 16-7.2 16-16v-24.3c0-4.9-2.2-9.5-6-12.5l-66-52.8V448h152v8c0 13.3 10.7 24 24 24s24-10.7 24-24V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v48L376 246V145.6c0-11.6-2.3-23.1-6.8-33.8l-27.1-65c-3.7-9-12.4-14.8-22.1-14.8s-18.4 5.8-22.2 14.8l-27.1 65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M270.8 111.8c-4.5 10.7-6.8 22.2-6.8 33.8V246L112 360v-48c0-13.3-10.7-24-24-24s-24 10.7-24 24v144c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h152v54.4l-66 52.8c-3.8 3-6 7.6-6 12.5V592c0 8.8 7.2 16 16 16h88v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40h88c8.8 0 16-7.2 16-16v-24.3c0-4.9-2.2-9.5-6-12.5l-66-52.8V448h152v8c0 13.3 10.7 24 24 24s24-10.7 24-24V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v48L376 246V145.6c0-11.6-2.3-23.1-6.8-33.8l-27.1-65c-3.7-9-12.4-14.8-22.1-14.8s-18.4 5.8-22.2 14.8l-27.1 65z"/></svg> </template>
CSS
.icon-jet-fighter-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%22M270.8%20111.8c-4.5%2010.7-6.8%2022.2-6.8%2033.8V246L112%20360v-48c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v144c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-8h152v54.4l-66%2052.8c-3.8%203-6%207.6-6%2012.5V592c0%208.8%207.2%2016%2016%2016h88v-40c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40h88c8.8%200%2016-7.2%2016-16v-24.3c0-4.9-2.2-9.5-6-12.5l-66-52.8V448h152v8c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V312c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v48L376%20246V145.6c0-11.6-2.3-23.1-6.8-33.8l-27.1-65c-3.7-9-12.4-14.8-22.1-14.8s-18.4%205.8-22.2%2014.8l-27.1%2065z%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%22M270.8%20111.8c-4.5%2010.7-6.8%2022.2-6.8%2033.8V246L112%20360v-48c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v144c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-8h152v54.4l-66%2052.8c-3.8%203-6%207.6-6%2012.5V592c0%208.8%207.2%2016%2016%2016h88v-40c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40h88c8.8%200%2016-7.2%2016-16v-24.3c0-4.9-2.2-9.5-6-12.5l-66-52.8V448h152v8c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V312c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v48L376%20246V145.6c0-11.6-2.3-23.1-6.8-33.8l-27.1-65c-3.7-9-12.4-14.8-22.1-14.8s-18.4%205.8-22.2%2014.8l-27.1%2065z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/jet-fighter-up.svg?color=%231a73e8&size=48