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

Name
gun
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Use the gun icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352h104.5c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8H432c8.5 0 16.6-3.4 22.6-9.4l22.7-22.6H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32h-16zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidGun(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352h104.5c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8H432c8.5 0 16.6-3.4 22.6-9.4l22.7-22.6H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32h-16zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352h104.5c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8H432c8.5 0 16.6-3.4 22.6-9.4l22.7-22.6H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32h-16zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg>
</template>

CSS

.icon-gun {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M528%2056c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v8H32C14.3%2064%200%2078.3%200%2096v112c0%2017.7%2014.3%2032%2032%2032h10c20.8%200%2036.1%2019.6%2031%2039.8L33%20440.2c-2.4%209.6-.2%2019.7%205.8%2027.5S54.1%20480%2064%20480h96c14.7%200%2027.5-10%2031-24.2L217%20352h104.5c23.7%200%2044.8-14.9%2052.7-37.2l26.7-74.8H432c8.5%200%2016.6-3.4%2022.6-9.4l22.7-22.6H544c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32h-16zM321.4%20304H229l16-64h105l-21%2058.7c-1.1%203.2-4.2%205.3-7.5%205.3zM80%20128h384c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16s7.2-16%2016-16%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M528%2056c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v8H32C14.3%2064%200%2078.3%200%2096v112c0%2017.7%2014.3%2032%2032%2032h10c20.8%200%2036.1%2019.6%2031%2039.8L33%20440.2c-2.4%209.6-.2%2019.7%205.8%2027.5S54.1%20480%2064%20480h96c14.7%200%2027.5-10%2031-24.2L217%20352h104.5c23.7%200%2044.8-14.9%2052.7-37.2l26.7-74.8H432c8.5%200%2016.6-3.4%2022.6-9.4l22.7-22.6H544c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32h-16zM321.4%20304H229l16-64h105l-21%2058.7c-1.1%203.2-4.2%205.3-7.5%205.3zM80%20128h384c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H80c-8.8%200-16-7.2-16-16s7.2-16%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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