Shopping Card Add Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Shopping Card Add 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/309339.svg" alt="Shopping Card Add icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309339.svg" alt="Shopping Card Add icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309339.svg" alt="Shopping Card Add icon" :width="24" :height="24" />
CSS background
.icon-shopping-card-add {
background-image: url('https://proicons.com/icon/309339.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 d="M3 2.25C2.58579 2.25 2.25 2.58579 2.25 3C2.25 3.41421 2.58579 3.75 3 3.75V2.25ZM5 3L5.74779 2.94248C5.71773 2.55173 5.3919 2.25 5 2.25V3ZM21 6L21.7454 6.08282C21.769 5.8708 21.7011 5.65877 21.5588 5.49981C21.4166 5.34085 21.2133 5.25 21 5.25V6ZM5.23077 6L4.48298 6.05752L5.23077 6ZM18.3387 15.1187L18.3921 15.8668L18.3387 15.1187ZM7.98405 15.8583L7.93061 15.1102L7.98405 15.8583ZM3 3.75H5V2.25H3V3.75ZM8.03748 16.6064L18.3921 15.8668L18.2852 14.3706L7.93061 15.1102L8.03748 16.6064ZM20.9293 13.4274L21.7454 6.08282L20.2546 5.91718L19.4385 13.2618L20.9293 13.4274ZM4.25221 3.05752L4.48298 6.05752L5.97856 5.94248L5.74779 2.94248L4.25221 3.05752ZM4.48298 6.05752L5.09965 14.0743L6.59523 13.9592L5.97856 5.94248L4.48298 6.05752ZM21 5.25H5.23077V6.75H21V5.25ZM18.3921 15.8668C19.7156 15.7722 20.7828 14.7462 20.9293 13.4274L19.4385 13.2618C19.3719 13.8612 18.8868 14.3276 18.2852 14.3706L18.3921 15.8668ZM7.93061 15.1102C7.24467 15.1592 6.64798 14.6449 6.59523 13.9592L5.09965 14.0743C5.21569 15.5827 6.52841 16.7142 8.03748 16.6064L7.93061 15.1102Z" fill="#292929"/> <path d="M13 9.5V12.5" stroke="#292929" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.5 11H14.5" stroke="#292929" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="17.5" y="20.5" width="0.01" height="0.01" stroke="#292929" stroke-width="2.25" stroke-linejoin="round"/> <rect x="8.5" y="20.5" width="0.01" height="0.01" stroke="#292929" stroke-width="2.25" stroke-linejoin="round"/> </svg>
Copied!