Gpw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gpw 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/341301.svg" alt="Gpw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341301.svg" alt="Gpw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341301.svg" alt="Gpw icon" :width="24" :height="24" />
CSS background
.icon-gpw {
background-image: url('https://proicons.com/icon/341301.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><path class="a" d="M17,7.15,4.5,24,17,40.85H23.7l1.83-2.46,1.83,2.46h7.08L43.5,28.63,40,23.86,30.9,36.08l-1.83-2.47,7.26-9.78L29.1,14.28H22.25L15,24.12l7.24,9.77-1.82,2.46-9-12.09L24.08,7.15Z"/><path class="a" d="M25.67,18.9,21.92,24l3.81,5.14,3.76-5.06Z"/></svg>
Copied!