Shopping Card Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shopping Card Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309035.svg" alt="Shopping Card Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309035.svg" alt="Shopping Card Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309035.svg" alt="Shopping Card Svg icon" :width="24" :height="24" />
CSS background
.icon-shopping-card---svg {
background-image: url('https://proicons.com/icon/309035.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3 2C2.44772 2 2 2.44772 2 3C2 3.55228 2.44772 4 3 4H4.07397L4.23371 6.0767L4.85039 14.0935C4.97697 15.739 6.40903 16.9733 8.05529 16.8557L18.4099 16.1161C19.8537 16.013 21.018 14.8937 21.1778 13.455L21.9939 6.11043C22.0253 5.82773 21.9348 5.54503 21.7451 5.33308C21.5554 5.12113 21.2844 5 21 5H6.1568L5.99705 2.9233C5.95698 2.40231 5.52254 2 5 2H3ZM7 20.5C7 19.6716 7.67157 19 8.5 19H8.51C9.33843 19 10.01 19.6716 10.01 20.5V20.51C10.01 21.3384 9.33843 22.01 8.51 22.01H8.5C7.67157 22.01 7 21.3384 7 20.51V20.5ZM17.5 19C16.6716 19 16 19.6716 16 20.5V20.51C16 21.3384 16.6716 22.01 17.5 22.01H17.51C18.3384 22.01 19.01 21.3384 19.01 20.51V20.5C19.01 19.6716 18.3384 19 17.51 19H17.5Z" fill="#292929"/> </svg>
Copied!