Pewpew Live Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pewpew Live 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/345719.svg" alt="Pewpew Live icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345719.svg" alt="Pewpew Live icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345719.svg" alt="Pewpew Live icon" :width="24" :height="24" />
CSS background
.icon-pewpew-live {
background-image: url('https://proicons.com/icon/345719.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="m9.4719 35.497 19.021.37716 14.007-12.874-11.5 19.5z"/><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"/></svg>
Copied!