Whole Foods Market Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whole Foods Market 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/349693.svg" alt="Whole Foods Market icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349693.svg" alt="Whole Foods Market icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349693.svg" alt="Whole Foods Market icon" :width="24" :height="24" />
CSS background
.icon-whole-foods-market {
background-image: url('https://proicons.com/icon/349693.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m32.756,12.6638c-6.218,6.8102-15.9469,8.2484-15.9469,18.8655,0,9.1367,4.7939,11.9707,10.5325,11.9707,5.3156,0,9.898-4.6952,9.898-11.9707,0-8.0369-6.6833-11.8438-6.6833-11.8438"/><path class="b" d="m31.0352,14.3661s-2.7184,2.8353-7.7543,2.1046c-5.4195-.7863-8.2097-6.0661-12.5206-2.7072,1.9458-7.2755,4.7799-9.2636,9.8135-9.2636s8.2061,5.1605,9.0098,7.1486c-4.1453,3.0033-6.6269-5.0054-12.718-2.0163"/></svg>
Copied!