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

Name
fighter-jet
Set
Font Awesome Solid
Style
Solid
Category
Maps
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome Solid

Use the fighter jet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M528.2 270.8c-10.7-4.5-22.2-6.8-33.8-6.8H394L280 112h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h8v152h-54.4l-52.8-66c-3-3.8-7.6-6-12.5-6H48c-8.8 0-16 7.2-16 16v88h40c13.3 0 24 10.7 24 24s-10.7 24-24 24H32v88c0 8.8 7.2 16 16 16h24.3c4.9 0 9.5-2.2 12.5-6l52.8-66H192v152h-8c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48l114-152h100.4c11.6 0 23.1-2.3 33.8-6.8l65-27.1c8.9-3.7 14.8-12.5 14.8-22.2s-5.8-18.4-14.8-22.2l-65-27.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFighterJet(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="M528.2 270.8c-10.7-4.5-22.2-6.8-33.8-6.8H394L280 112h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h8v152h-54.4l-52.8-66c-3-3.8-7.6-6-12.5-6H48c-8.8 0-16 7.2-16 16v88h40c13.3 0 24 10.7 24 24s-10.7 24-24 24H32v88c0 8.8 7.2 16 16 16h24.3c4.9 0 9.5-2.2 12.5-6l52.8-66H192v152h-8c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48l114-152h100.4c11.6 0 23.1-2.3 33.8-6.8l65-27.1c8.9-3.7 14.8-12.5 14.8-22.2s-5.8-18.4-14.8-22.2l-65-27.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M528.2 270.8c-10.7-4.5-22.2-6.8-33.8-6.8H394L280 112h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h8v152h-54.4l-52.8-66c-3-3.8-7.6-6-12.5-6H48c-8.8 0-16 7.2-16 16v88h40c13.3 0 24 10.7 24 24s-10.7 24-24 24H32v88c0 8.8 7.2 16 16 16h24.3c4.9 0 9.5-2.2 12.5-6l52.8-66H192v152h-8c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48l114-152h100.4c11.6 0 23.1-2.3 33.8-6.8l65-27.1c8.9-3.7 14.8-12.5 14.8-22.2s-5.8-18.4-14.8-22.2l-65-27.1z"/></svg>
</template>

CSS

.icon-fighter-jet {
  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%22M528.2%20270.8c-10.7-4.5-22.2-6.8-33.8-6.8H394L280%20112h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H184c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h8v152h-54.4l-52.8-66c-3-3.8-7.6-6-12.5-6H48c-8.8%200-16%207.2-16%2016v88h40c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H32v88c0%208.8%207.2%2016%2016%2016h24.3c4.9%200%209.5-2.2%2012.5-6l52.8-66H192v152h-8c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h144c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-48l114-152h100.4c11.6%200%2023.1-2.3%2033.8-6.8l65-27.1c8.9-3.7%2014.8-12.5%2014.8-22.2s-5.8-18.4-14.8-22.2l-65-27.1z%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%22M528.2%20270.8c-10.7-4.5-22.2-6.8-33.8-6.8H394L280%20112h48c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H184c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h8v152h-54.4l-52.8-66c-3-3.8-7.6-6-12.5-6H48c-8.8%200-16%207.2-16%2016v88h40c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H32v88c0%208.8%207.2%2016%2016%2016h24.3c4.9%200%209.5-2.2%2012.5-6l52.8-66H192v152h-8c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h144c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-48l114-152h100.4c11.6%200%2023.1-2.3%2033.8-6.8l65-27.1c8.9-3.7%2014.8-12.5%2014.8-22.2s-5.8-18.4-14.8-22.2l-65-27.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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