jet-fighter-up from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
jet-fighter-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 jet fighter up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7l-44.1 102.9c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24S0 266.7 0 280v112c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h144v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16v-16c0-4.6-2-9-5.5-12L320 416.7V384h144v8c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidJetFighterUp(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="M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7l-44.1 102.9c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24S0 266.7 0 280v112c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h144v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16v-16c0-4.6-2-9-5.5-12L320 416.7V384h144v8c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7l-44.1 102.9c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24S0 266.7 0 280v112c0 13.3 10.7 24 24 24s24-10.7 24-24v-8h144v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16v-16c0-4.6-2-9-5.5-12L320 416.7V384h144v8c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M270.7%209.7C268.2%203.8%20262.4%200%20256%200s-12.2%203.8-14.7%209.7l-44.1%20102.9c-3.4%208-5.2%2016.5-5.2%2025.2v77l-144%2084V280c0-13.3-10.7-24-24-24S0%20266.7%200%20280v112c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-8h144v32.7L133.5%20468c-3.5%203-5.5%207.4-5.5%2012v16c0%208.8%207.2%2016%2016%2016h96v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v64h96c8.8%200%2016-7.2%2016-16v-16c0-4.6-2-9-5.5-12L320%20416.7V384h144v8c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V280c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2z%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%22M270.7%209.7C268.2%203.8%20262.4%200%20256%200s-12.2%203.8-14.7%209.7l-44.1%20102.9c-3.4%208-5.2%2016.5-5.2%2025.2v77l-144%2084V280c0-13.3-10.7-24-24-24S0%20266.7%200%20280v112c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-8h144v32.7L133.5%20468c-3.5%203-5.5%207.4-5.5%2012v16c0%208.8%207.2%2016%2016%2016h96v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v64h96c8.8%200%2016-7.2%2016-16v-16c0-4.6-2-9-5.5-12L320%20416.7V384h144v8c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24V280c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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