Pewpew Live 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pewpew Live 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/345720.svg" alt="Pewpew Live 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345720.svg" alt="Pewpew Live 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345720.svg" alt="Pewpew Live 2 icon" :width="24" :height="24" />
CSS background
.icon-pewpew-live-2 {
background-image: url('https://proicons.com/icon/345720.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m31.943 40.901-.94336 1.5996-21.528-7.0032 19.021.37716 14.007-12.874-5.0624 8.584" style="fill:none"/><path class="d" d="m38.528 12.503-19.021-.37716-14.007 12.874 11.5-19.5z"/><path class="d" d="m14.75 27.5 2.12-6.8022 22.241-2.4156-18.269 12.913z"/><circle class="d" cx="38.5" cy="38.5" r="7"/><path class="d" d="m35.85 37.15c0-1.6355 1.4816-2.925 3.1759-2.5994 1.1113.21358 1.9988 1.1747 2.1094 2.301.0823.83776-.18282 1.6644-.7615 2.1722-1.072.94078-4.5238 3.4762-4.5238 3.4762h5.3"/></svg>
Copied!