Gun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gun icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326832.svg" alt="Gun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326832.svg" alt="Gun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326832.svg" alt="Gun icon" :width="24" :height="24" />
CSS background
.icon-gun {
background-image: url('https://proicons.com/icon/326832.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{stroke-width:1px;}.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.07" y="11.8959" width="36.4561" height="4.4232" transform="translate(-3.5208 9.357) rotate(-21.151)"/><path class="c" d="M28.6417,18.1598s.5515,3.5732,1.3882,5.7356l-4.9903,1.9307-2.9026-.4834c-1.9739,2.9056-.3637,11.6152-.0419,12.4468s-.4929,1.9884-.4929,1.9884l-7.1195,2.7545-2.7554-1.1906c-1.403-3.6262,1.4734-12.5035.2765-15.5973-1.197-3.094-4.7902-.5181-4.7902-.5181l-1.0172-.2567.8996-2.2222,34.0002-13.1544,1.2614,3.2603-19.4287,7.5168c-2.362.9138-.7918,4.9725-.7918,4.9725"/><path class="c" d="M23.511,20.1448c.6178,1.5968,2.4032,3.048,2.4032,3.048l-1.7132.6628c-.8702-.3709-1.8135-.718-2.4533-2.132"/><rect class="b" x="40.2299" y="6.042" width="1.9263" height="2.2651" transform="translate(.1863 15.3469) rotate(-21.151)"/><line class="c" x1="8.9535" y1="20.4309" x2="8.4324" y2="19.0843"/><line class="c" x1="10.6343" y1="19.7807" x2="10.1133" y2="18.434"/><line class="c" x1="12.3152" y1="19.1303" x2="11.7942" y2="17.7838"/><line class="c" x1="13.9961" y1="18.48" x2="13.475" y2="17.1334"/><line class="c" x1="15.6769" y1="17.8297" x2="15.1559" y2="16.4832"/><line class="c" x1="7.747" y1="16.5543" x2="8.1503" y2="17.5967"/><rect class="b" x="19.6874" y="11.964" width="6.4565" height="2.2117" transform="translate(-3.1722 9.1491) rotate(-21.151)"/><line class="c" x1="33.7145" y1="28.3606" x2="30.6654" y2="31.7628"/><line class="c" x1="35.1909" y1="30.6074" x2="33.1046" y2="34.2021"/><line class="c" x1="37.5018" y1="29.484" x2="37.1808" y2="33.8491"/><line class="c" x1="38.3042" y1="26.483" x2="41.4496" y2="29.6284"/></svg>
Copied!