Shopping List Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shopping List 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/332704.svg" alt="Shopping List icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332704.svg" alt="Shopping List icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332704.svg" alt="Shopping List icon" :width="24" :height="24" />
CSS background
.icon-shopping-list {
background-image: url('https://proicons.com/icon/332704.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="m" d="M24,4.5c-1.4445.0004-2.6157,1.1702-2.6173,2.6142h-10.9221c-.9135,0-1.6489.7352-1.6489,1.6483v33.0892c0,.9132.7354,1.6483,1.6489,1.6483h27.0788c.9135,0,1.6489-.7352,1.6489-1.6483V8.7625c0-.9132-.7354-1.6483-1.6489-1.6483h-10.9221c-.0016-1.444-1.1728-2.6138-2.6173-2.6142Z"/><path id="d" class="m" d="M29.9849,7.1148v3.372h-11.9698v-3.372"/></g><g id="e"><path id="f" class="m" d="M17.2087,15.1659h13.5826"/><path id="g" class="m" d="M17.2087,19.4381h13.5826"/></g><g id="h"><path id="i" class="m" d="M13.3179,23.883h1.0442c.9135,0,1.472.7524,1.6489,1.6483l1.5196,7.6957c.3202,1.6217,1.2397,2.3463,2.8008,2.3463h7.7779c1.5611,0,2.4806-.7246,2.8008-2.3463l1.4417-7.3016.0351-.1777h-16.2832"/><path id="j" class="m" d="M22.5742,28.5456h3.7599"/><path id="k" class="m" d="M28.253,38.5131c0,.4231-.3431.7661-.7664.7661s-.7664-.343-.7664-.7661.3431-.7661.7664-.7661.7664.343.7664.7661Z"/><path id="l" class="m" d="M21.7806,38.5131c0,.4231-.3431.7661-.7664.7661s-.7664-.343-.7664-.7661h0c0-.4231.3431-.7661.7664-.7661h0c.4233,0,.7664.343.7664.7661Z"/></g></svg>
Copied!