Sokpop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sokpop 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/333045.svg" alt="Sokpop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333045.svg" alt="Sokpop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333045.svg" alt="Sokpop icon" :width="24" :height="24" />
CSS background
.icon-sokpop {
background-image: url('https://proicons.com/icon/333045.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.6441,5.9886l16.0512-1.4886s3.9481,17.8634,0,23.9473c-3.9481,6.0839-13.0092,20.8406-20.9054,12.6209s7.6372-18.8342,7.4431-19.9992-2.5889-15.0803-2.5889-15.0803Z"/><path class="b" d="m11.5902,35.1095c9.7506.8672,11.4532,7.0568,11.4532,7.0568"/><path class="b" d="m36.4499,19.2351c-5.9617,3.0635-7.4673,10.0359-6.0457,15.5461"/><line class="b" x1="21.7346" y1="7.7038" x2="22.0096" y2="10.7457"/><line class="b" x1="24.5176" y1="7.3963" x2="24.7441" y2="10.2603"/><line class="b" x1="27.4787" y1="7.186" x2="27.7699" y2="9.516"/><line class="b" x1="30.3265" y1="7.2831" x2="30.6177" y2="9.2247"/><line class="b" x1="33.1782" y1="7.4287" x2="33.417" y2="8.8283"/></svg>
Copied!