Cart Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The 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/311392.svg" alt="Cart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311392.svg" alt="Cart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311392.svg" alt="Cart icon" :width="24" :height="24" />
CSS background
.icon-cart {
background-image: url('https://proicons.com/icon/311392.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M19 14V16H6V15H5V11H4V8H3V3H1V1H5V4H21V8H20V11H19V12H7V14H19M5 7H6V10H18V7H19V6H5V7M7 17H9V18H10V20H9V21H7V20H6V18H7V17M15 17H17V18H18V20H17V21H15V20H14V18H15V17Z"/></svg>
Cart in other icon packs
Copied!