Shopping Cart Arrow Down Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Shopping Cart Arrow Down 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/318844.svg" alt="Shopping Cart Arrow Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318844.svg" alt="Shopping Cart Arrow Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318844.svg" alt="Shopping Cart Arrow Down icon" :width="24" :height="24" />
CSS background
.icon-shopping-cart-arrow-down {
background-image: url('https://proicons.com/icon/318844.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="21.586 6.586 18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!