Cart Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cart Alt 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/305333.svg" alt="Cart Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305333.svg" alt="Cart Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305333.svg" alt="Cart Alt icon" :width="24" :height="24" />
CSS background
.icon-cart-alt {
background-image: url('https://proicons.com/icon/305333.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="M820 582H421c-6 0-13-4-16-10L222 153c-2-6-9-10-15-10H73c-6 0-11 5-11 11v33c0 6 5 11 11 11h98c6 0 13 4 15 10l184 419c2 6 9 10 15 10h435c6 0 11-5 11-11v-33c0-6-5-11-11-11zM474 692c-45 0-82 37-82 82s37 83 82 83 83-37 83-83-37-82-83-82zm275 0c-46 0-83 37-83 82s37 83 83 83 82-37 82-83-37-82-82-82zm181-439H348c-6 0-9 4-7 10l14 35c2 5 9 10 15 10h538c6 0 13-5 15-10l14-35c2-6-1-10-7-10zm-88 219H436c-6 0-9 5-7 10l14 35c2 6 9 10 15 10h362c6 0 13-4 15-10l14-35c2-5-1-10-7-10zm44-110H392c-6 0-9 5-7 10l14 35c2 6 9 10 15 10h450c6 0 13-4 15-10l14-35c2-5-1-10-7-10z"/></svg>
Cart Alt in other icon packs
Copied!