The Souled Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Souled Store 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/348449.svg" alt="The Souled Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348449.svg" alt="The Souled Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348449.svg" alt="The Souled Store icon" :width="24" :height="24" />
CSS background
.icon-the-souled-store {
background-image: url('https://proicons.com/icon/348449.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m17.2116,43.2316c1.0182-.4625,1.8876-2.3811,3.0467-2.0902.8497.2133,1.9023,2.1067,3.8347,2.1214,3.2296.0249,2.9669-4.7407,6.6469-2.7569,2.2902,1.2346,5.575,1.1299,5.6204-.9334l.5432-24.7c.098-4.4546-6.6709-10.6986-13.7012-10.3593-6.713.3239-12.0446,5.7019-12.0885,12.6745-.1239,1.4507.3778,2.2523,1.5731,2.8606.0256-.0256.2647-1.0101.5313-2.1877l.4847-2.1411.1129,25.8614c.0062,1.4257,1.6938,2.4228,3.3956,1.6498l.0002.0008Z"/><ellipse class="b" cx="23.8676" cy="19.2639" rx="2.7024" ry="3.776"/><ellipse class="b" cx="32.2941" cy="19.2639" rx="2.0956" ry="3.1592"/></svg>
Copied!