Ourgroceries Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ourgroceries 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/345399.svg" alt="Ourgroceries icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345399.svg" alt="Ourgroceries icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345399.svg" alt="Ourgroceries icon" :width="24" :height="24" />
CSS background
.icon-ourgroceries {
background-image: url('https://proicons.com/icon/345399.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="m19.5027,3.5s7.7032,4.9115,3.0665,14.2081c0,0-7.6728-4.8292-3.0665-14.2081Z"/><path id="d" class="f" d="m42.5857,7.3273s-3.0627,12.9959-18.1244,11.0804c0,0,2.9638-12.9142,18.1244-11.0804Z"/><path id="e" class="f" d="m11.0893,28.61c0,5.6416,4.5734,10.215,10.215,10.215s10.215-4.5734,10.215-10.215c0-3.133-1.4104-5.9366-3.4791-7.7172,0,0,2.8273.3364,6.5639-1.006,1.6406,2.5325,2.5902,5.517,2.5902,8.7232,0,8.7758-7.1142,15.89-15.89,15.89s-15.89-7.1142-15.89-15.89c0-7.0003,4.5268-12.9434,10.8771-14.991,0,0,1.4425,3.2324,3.2585,4.8061-4.7892.9329-8.4606,5.1302-8.4606,10.1849Z"/></g></svg>
Copied!