Shopping Cart Clear Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Shopping Cart Clear icon is commonly used in e-commerce stores, checkout flows and product pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/318846.svg" alt="Shopping Cart Clear icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318846.svg" alt="Shopping Cart Clear icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318846.svg" alt="Shopping Cart Clear icon" :width="24" :height="24" />
CSS background
.icon-shopping-cart-clear {
background-image: url('https://proicons.com/icon/318846.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<circle cx="10" cy="28" r="2"/>
<circle cx="24" cy="28" r="2"/>
<path d="M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" transform="translate(0)"/>
<polygon points="18.41 8 22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!