Pewpew Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pewpew 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/345717.svg" alt="Pewpew icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345717.svg" alt="Pewpew icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345717.svg" alt="Pewpew icon" :width="24" :height="24" />
CSS background
.icon-pewpew {
background-image: url('https://proicons.com/icon/345717.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="8.35 25.82 20.18 22.42 5.93 22.42 4.5 34.97 8.35 25.82"/><polygon class="a" points="19.23 26.47 10.22 29.38 10.71 33.35 14.73 34.56 19.23 26.47"/><polygon class="a" points="23.1 26.95 17.92 37.16 8.35 39.18 20.75 40.07 23.1 26.95"/><polyline class="a" points="22.31 18.37 27.35 15.78 24.39 20.23"/><polyline class="a" points="29.74 18.94 35.24 17.16 31.36 21.45"/><polyline class="a" points="29.74 10.6 35.24 7.93 31.84 12.79"/><polyline class="a" points="38.16 12.79 43.5 10.36 40.11 15.78"/></svg>
Copied!