Shopping Cart Minus Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Shopping Cart Minus 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/318848.svg" alt="Shopping Cart Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318848.svg" alt="Shopping Cart Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318848.svg" alt="Shopping Cart Minus icon" :width="24" :height="24" />
CSS background
.icon-shopping-cart-minus {
background-image: url('https://proicons.com/icon/318848.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="12 6 12 8 22 8 22 6 12 6"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Shopping Cart Minus in other icon packs
Copied!