Thisshop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thisshop 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/348483.svg" alt="Thisshop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348483.svg" alt="Thisshop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348483.svg" alt="Thisshop icon" :width="24" :height="24" />
CSS background
.icon-thisshop {
background-image: url('https://proicons.com/icon/348483.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M27.4192,29.6858c.383.38.835.554,1.9171.554h.548c.892,0,1.7381-.735,1.8901-1.6401h0c.152-.907-.449-1.6411-1.3401-1.6411h-1.0971c-.892,0-1.4921-.735-1.3401-1.6401h0c.15-.907.9971-1.6401,1.8891-1.6401h.548c1.0821,0,1.5351.173,1.9171.553M24.039,23.6775l-1.0981,6.5623M14.2235,26.1536c.23-1.3671,1.5091-2.4761,2.8581-2.4761h0c1.3501,0,2.2581,1.1091,2.0301,2.4761l-.685,4.0862M15.1985,20.3333l-1.6571,9.9055M6.0801,30.2389l1.6571-9.9055M4.5,20.3334h6.4753M28.6742,32.1054l-.486,3.5032,11.8056-10.7906-9.0945-8.7564h0l-.337,2.4301M19.3018,18.4907h11.2596M28.6732,32.1064h-11.2046M24.405,14.8195c1.1273-2.3397,3.6005-3.842,6.3253-3.8422,2.7248.0002,5.1981,1.5025,6.3253,3.8422M19.3048,18.4907l.494-3.6722h21.7261l1.9751,22.2041h-26.6914l.66-4.9143"/><path class="c" d="M25.297,20.6439c-.001.4138-.3362.749-.75.75-.4138-.001-.749-.3362-.75-.75.001-.4138.3362-.749.75-.75.4138.001.749.3362.75.75"/></svg>
Copied!