Claro Shop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Claro Shop 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/323763.svg" alt="Claro Shop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323763.svg" alt="Claro Shop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323763.svg" alt="Claro Shop icon" :width="24" :height="24" />
CSS background
.icon-claro-shop {
background-image: url('https://proicons.com/icon/323763.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="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><path class="b" d="M30.733,24.049c1.164,0,2.101.937,2.101,2.1v1.367c.0017,1.1581-.9359,2.0983-2.094,2.1h-.006c-1.1581.0028-2.0992-.9339-2.102-2.092v-1.374c0-1.164.937-2.101,2.101-2.101Z"/><path class="b" d="M25.142,26.15c-.0006-1.1598.9392-2.1004,2.099-2.101h.002"/><path class="b" d="M25.142,24.049v5.568"/><path class="b" d="M17.045,21.212v8.405"/><path class="b" d="M23.153,27.516c0,1.1598-.9402,2.1-2.1,2.1h-.002c-1.1598,0-2.1-.9402-2.1-2.1v-1.366c-.0006-1.1598.9392-2.1004,2.099-2.101h.001c1.16,0,2.102.94,2.102,2.1"/><path class="b" d="M23.153,29.617v-5.568"/><path class="b" d="M15.068,26.798v.035c0,1.5376-1.2464,2.784-2.784,2.784s-2.784-1.2464-2.784-2.784v-2.837c0-1.5376,1.2464-2.784,2.784-2.784s2.784,1.2464,2.784,2.784v.034"/><path class="b" d="M30.733,21.947v-3.564"/><path class="b" d="M33.9,23.324l3.153-3.152"/><path class="b" d="M34.936,26.833h3.564"/><rect class="b" x="31.632" y="33.821" width="3.1137" height="4.1256" rx="1.5568" ry="1.5568"/><line class="b" x1="26.903" y1="31.719" x2="26.903" y2="37.946"/><path class="b" d="M26.903,35.378c0-.8598.697-1.5568,1.5568-1.5568s1.5568.697,1.5568,1.5568v2.5688"/><path class="b" d="M22.629,37.598c.2843.2387.5911.3481,1.2804.3481h.3493c.5684,0,1.0292-.4618,1.0292-1.0314s-.4608-1.0314-1.0292-1.0314h-.6986c-.5684,0-1.0292-.4618-1.0292-1.0314s.4608-1.0314,1.0292-1.0314h.3493c.6892,0,.9962.1094,1.2804.3481"/><path class="b" d="M36.36,36.39c0,.8598.697,1.5568,1.5568,1.5568s1.5568-.697,1.5568-1.5568v-1.0119c0-.8598-.697-1.5568-1.5568-1.5568s-1.5568.697-1.5568,1.5568"/><line class="b" x1="36.36" y1="33.821" x2="36.36" y2="40.048"/></svg>
Copied!