That Shopping List Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The That 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/333866.svg" alt="That Shopping List icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333866.svg" alt="That Shopping List icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333866.svg" alt="That Shopping List icon" :width="24" :height="24" />
CSS background
.icon-that-shopping-list {
background-image: url('https://proicons.com/icon/333866.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.6098,19.9986h-7.5265l-7.4312-12.3854c-.3811-.5716-.9527-.9527-1.7149-.9527s-1.3338.3811-1.7149.9527l-7.4312,12.3854h-7.336c-2.0007,0-3.3345,1.9054-2.8582,3.7156l4.192,15.6247c.2858,1.1433,1.4291,2.0007,2.5724,2.0007h25.2472c1.2385,0,2.2865-.8575,2.5724-2.0007l4.192-15.5294c.5716-1.9054-.8575-3.8109-2.7629-3.8109Zm-16.5774-7.6218l4.5731,7.6218h-9.0509l4.4778-7.6218Z"/><line class="c" x1="14.9815" y1="19.9986" x2="33.0832" y2="19.9986"/><circle class="c" cx="13.5524" cy="26.096" r="3.9062"/><circle class="c" cx="24.0324" cy="26.096" r="3.9062"/><circle class="c" cx="34.5123" cy="26.096" r="3.9062"/><circle class="c" cx="30.0345" cy="35.6232" r="3.9062"/><circle class="c" cx="18.316" cy="35.6232" r="3.9062"/><path class="c" d="m25.5567,25.1433l-2.0007,2.0007c-.0953.0953-.1905.0953-.2858,0l-.9527-.9527"/></svg>
Copied!