Pewpew 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pewpew 2 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/331159.svg" alt="Pewpew 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331159.svg" alt="Pewpew 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331159.svg" alt="Pewpew 2 icon" :width="24" :height="24" />
CSS background
.icon-pewpew-2 {
background-image: url('https://proicons.com/icon/331159.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="42.5 31.41 39.655 6.445 11.309 6.445 34.841 13.208 42.5 31.41"/><polygon class="a" points="22.15 30.594 30.147 28.187 31.122 20.29 13.198 14.501 22.15 30.594"/><polygon class="a" points="10.175 41.555 34.841 39.785 15.804 35.766 5.5 15.456 10.175 41.555"/></svg>
Copied!