Idealo Shopping Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Idealo Shopping 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/327305.svg" alt="Idealo Shopping icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327305.svg" alt="Idealo Shopping icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327305.svg" alt="Idealo Shopping icon" :width="24" :height="24" />
CSS background
.icon-idealo-shopping {
background-image: url('https://proicons.com/icon/327305.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.0479,29.6022h-16.4326c-.6455,0-1.1424-.5699-1.0545-1.2093l2.4812-18.0487c.0506-.368-.2354-.696-.6069-.696h-3.5006"/><path class="c" d="m23.7521,12.4533h17.9545c.4708,0,.8381.4077.789.876l-1.0012,9.5493c-.108,1.0302-.9766,1.8125-2.0125,1.8125h-17.4122"/><line class="c" x1="17.5786" y1="16.5061" x2="12.0702" y2="16.5061"/><line class="c" x1="16.6163" y1="22.9435" x2="5.5" y2="22.9435"/><ellipse class="c" cx="21.6601" cy="35.5255" rx="3.0863" ry="2.588" transform="translate(-18.3062 23.9533) rotate(-42.4808)"/><ellipse class="c" cx="36.2946" cy="35.5255" rx="3.0863" ry="2.588" transform="translate(-14.4647 33.8367) rotate(-42.4808)"/></svg>
Copied!