Shopping Cart Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Shopping Cart 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/306479.svg" alt="Shopping Cart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306479.svg" alt="Shopping Cart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306479.svg" alt="Shopping Cart icon" :width="24" :height="24" />
CSS background
.icon-shopping-cart {
background-image: url('https://proicons.com/icon/306479.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M796 621c46-117 93-233 139-350 1-2 2-4 2-7 2-4-6-7-17-7H250c-11 0-22-8-24-19-6-31-13-62-19-93-2-10-13-19-24-19H82c-11 0-19 9-19 20v10c0 11 8 19 19 19h61c10 0 21 9 23 20l111 543c2 11-4 24-12 32-10 11-16 26-16 42 0 34 28 62 63 62 34 0 63-28 63-62 0-8-1-15-4-22-4-10-1-17 10-17h311c11 0 14 7 10 17-3 7-4 14-4 21-1 33 28 63 62 64 35 0 63-28 64-62 0-20-9-37-23-49-9-7-17-17-17-25s-9-14-20-14H346c-11 0-22-9-24-19-4-18-7-34-11-52-2-10 1-19 7-19h456c12 0 17-3 22-14z"/></svg>
Shopping Cart in other icon packs
Copied!