Shopping Card Add Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shopping Card Add 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/309036.svg" alt="Shopping Card Add Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309036.svg" alt="Shopping Card Add Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309036.svg" alt="Shopping Card Add Svg icon" :width="24" :height="24" />
CSS background
.icon-shopping-card-add---svg {
background-image: url('https://proicons.com/icon/309036.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="M2 3C2 2.44772 2.44772 2 3 2H5C5.52254 2 5.95698 2.40231 5.99705 2.9233L6.1568 5H21C21.2844 5 21.5554 5.12113 21.7451 5.33308C21.9348 5.54503 22.0253 5.82773 21.9939 6.11043L21.1778 13.455C21.018 14.8937 19.8537 16.013 18.4099 16.1161L8.05529 16.8557C6.40903 16.9733 4.97697 15.739 4.85039 14.0935L4.23371 6.0767L4.07397 4H3C2.44772 4 2 3.55228 2 3ZM13 8.5C13.5523 8.5 14 8.94772 14 9.5V10H14.5C15.0523 10 15.5 10.4477 15.5 11C15.5 11.5523 15.0523 12 14.5 12H14V12.5C14 13.0523 13.5523 13.5 13 13.5C12.4477 13.5 12 13.0523 12 12.5V12H11.5C10.9477 12 10.5 11.5523 10.5 11C10.5 10.4477 10.9477 10 11.5 10H12V9.5C12 8.94772 12.4477 8.5 13 8.5ZM16 20.5C16 19.6716 16.6716 19 17.5 19H17.51C18.3384 19 19.01 19.6716 19.01 20.5V20.51C19.01 21.3384 18.3384 22.01 17.51 22.01H17.5C16.6716 22.01 16 21.3384 16 20.51V20.5ZM8.5 19C7.67157 19 7 19.6716 7 20.5V20.51C7 21.3384 7.67157 22.01 8.5 22.01H8.51C9.33843 22.01 10.01 21.3384 10.01 20.51V20.5C10.01 19.6716 9.33843 19 8.51 19H8.5Z" fill="#292929"/> </svg>
Copied!