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