gun icon
gun from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- gun
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M560 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H64c-17.7 0-32 14.3-32 32v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L65 504.2c-2.4 9.6-.2 19.7 5.8 27.5S86.1 544 96 544h96c14.7 0 27.5-10 31-24.2L249 416h104.4c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8h31.1c8.5 0 16.6-3.4 22.6-9.4l22.6-22.6h66.7c17.7 0 32-14.3 32-32v-80c0-17.7-14.3-32-32-32h-16v-8zM353.4 368h-92.5l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3M112 192h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidGun(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="M560 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H64c-17.7 0-32 14.3-32 32v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L65 504.2c-2.4 9.6-.2 19.7 5.8 27.5S86.1 544 96 544h96c14.7 0 27.5-10 31-24.2L249 416h104.4c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8h31.1c8.5 0 16.6-3.4 22.6-9.4l22.6-22.6h66.7c17.7 0 32-14.3 32-32v-80c0-17.7-14.3-32-32-32h-16v-8zM353.4 368h-92.5l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3M112 192h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-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 640 640"><path fill="currentColor" d="M560 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H64c-17.7 0-32 14.3-32 32v112c0 17.7 14.3 32 32 32h10c20.8 0 36.1 19.6 31 39.8L65 504.2c-2.4 9.6-.2 19.7 5.8 27.5S86.1 544 96 544h96c14.7 0 27.5-10 31-24.2L249 416h104.4c23.7 0 44.8-14.9 52.7-37.2l26.7-74.8h31.1c8.5 0 16.6-3.4 22.6-9.4l22.6-22.6h66.7c17.7 0 32-14.3 32-32v-80c0-17.7-14.3-32-32-32h-16v-8zM353.4 368h-92.5l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3M112 192h384c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M560%20120c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v8H64c-17.7%200-32%2014.3-32%2032v112c0%2017.7%2014.3%2032%2032%2032h10c20.8%200%2036.1%2019.6%2031%2039.8L65%20504.2c-2.4%209.6-.2%2019.7%205.8%2027.5S86.1%20544%2096%20544h96c14.7%200%2027.5-10%2031-24.2L249%20416h104.4c23.7%200%2044.8-14.9%2052.7-37.2l26.7-74.8h31.1c8.5%200%2016.6-3.4%2022.6-9.4l22.6-22.6h66.7c17.7%200%2032-14.3%2032-32v-80c0-17.7-14.3-32-32-32h-16v-8zM353.4%20368h-92.5l16-64h105l-21%2058.7c-1.1%203.2-4.2%205.3-7.5%205.3M112%20192h384c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H112c-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M560%20120c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v8H64c-17.7%200-32%2014.3-32%2032v112c0%2017.7%2014.3%2032%2032%2032h10c20.8%200%2036.1%2019.6%2031%2039.8L65%20504.2c-2.4%209.6-.2%2019.7%205.8%2027.5S86.1%20544%2096%20544h96c14.7%200%2027.5-10%2031-24.2L249%20416h104.4c23.7%200%2044.8-14.9%2052.7-37.2l26.7-74.8h31.1c8.5%200%2016.6-3.4%2022.6-9.4l22.6-22.6h66.7c17.7%200%2032-14.3%2032-32v-80c0-17.7-14.3-32-32-32h-16v-8zM353.4%20368h-92.5l16-64h105l-21%2058.7c-1.1%203.2-4.2%205.3-7.5%205.3M112%20192h384c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016H112c-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/fa7-solid/gun.svg?color=%231a73e8&size=48