Shopping Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopping 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/332703.svg" alt="Shopping icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332703.svg" alt="Shopping icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332703.svg" alt="Shopping icon" :width="24" :height="24" />
CSS background
.icon-shopping {
background-image: url('https://proicons.com/icon/332703.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.3506,40.1663H11.6494c-1.2457,0-2.3392-.829-2.6756-2.0285l-4.3689-15.5788c-.497-1.7722.835-3.5291,2.6756-3.5291h33.4391c1.8405,0,3.1726,1.757,2.6756,3.5291l-4.3689,15.5788c-.3364,1.1994-1.4299,2.0285-2.6756,2.0285Z"/><path class="b" d="M32.4102,19.0299l-6.8508-10.3579c-.7392-1.1176-2.3796-1.1176-3.1188,0l-6.8508,10.3579"/></svg>
Shopping in other icon packs
Copied!