Shopsy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopsy 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/347265.svg" alt="Shopsy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347265.svg" alt="Shopsy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347265.svg" alt="Shopsy icon" :width="24" :height="24" />
CSS background
.icon-shopsy {
background-image: url('https://proicons.com/icon/347265.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="m17.9147,35.5005c1.351,1.1345,2.8096,1.6543,6.0853,1.6543h1.66c2.7014,0,4.8913-2.1947,4.8913-4.9019h0c0-2.7073-2.19-4.9019-4.8913-4.9019h-3.32c-2.7014,0-4.8913-2.1947-4.8913-4.9019h0c0-2.7073,2.1899-4.9019,4.8913-4.9019h1.66c3.2757,0,4.7343.5198,6.0853,1.6543"/><path id="d" class="f" d="m15.9863,11.1843h15.5769"/><path id="e" class="f" d="m23.9616,43.488l-12.9037.0005c-4.4109.2657-4.0821-4.149-4.0821-4.149l3.4874-24.6701c.2653-3.6137,3.344-3.481,3.344-3.481l3.7182-.0029s-1.2677-6.4216,6.2692-6.6849h0s.4827-.0005.4827-.0005h-.5545l.4827.0006h0c7.5369.2633,6.2692,6.6837,6.2692,6.6837l3.7182.0041s3.0787-.1327,3.344,3.481l3.4874,24.6701s.3288,4.4148-4.0821,4.149l-12.9037-.0005h-.0767Z"/></g></svg>
Copied!