Robinhood Food Shop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Robinhood Food Shop 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/332196.svg" alt="Robinhood Food Shop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332196.svg" alt="Robinhood Food Shop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332196.svg" alt="Robinhood Food Shop icon" :width="24" :height="24" />
CSS background
.icon-robinhood-food-shop {
background-image: url('https://proicons.com/icon/332196.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="M39.468,12.6207c-2.603,1.144-5.1,2.537-9.026,1.884,5.135-5.87,10.597-3.93,13.058-2.026-1.748-.824-2.884-.362-4.031.142.16-.333-.268-.568-1.25-.71M28.866,14.5757c-2.196-.18-5.726-.078-7.884,1.92-4.007,3.708-7.836,3.985-11.631,2.807,6.896-8.97,16.807-8.992,19.515-4.727M35.93,20.9457c-1.403,2.388-2.458,5.413-8.205,5.26-3.152-1.727-6.102-4.361-12.558-1.635-4.4,1.857-7.19.786-10.667-.64,3.998-.107,8.107.666,11.995-2.19,6.033-4.432,12.104-7.106,19.436-.796l-.001.001ZM28,29.4237c1.4602-.0033,2.6467,1.1777,2.65,2.638,0,.004,0,.008,0,.012v2.7c.0033,1.4602-1.1777,2.6467-2.638,2.65-.004,0-.008,0-.012,0-1.4602.0033-2.6467-1.1777-2.65-2.638,0-.004,0-.008,0-.012v-2.7c-.0033-1.4602,1.1777-2.6467,2.638-2.65.004,0,.008,0,.012,0M9.508,36.5477c.49.639,1.105.876,1.961.876h1.184c1.102,0,1.9954-.893,1.996-1.995v-.009c0-1.1024-.8936-1.996-1.996-1.996h-1.306c-1.1026-.0011-1.9963-.8944-1.998-1.997h0c0-1.106.897-2.003,2.002-2.003h1.178c.856,0,1.471.238,1.962.877M17.349,33.4087h5.3M22.649,29.4237v8M17.349,29.4237v8M33.349,37.4237v-8h2.62c1.48,0,2.68,1.203,2.68,2.687s-1.2,2.687-2.68,2.687h-2.62"/></svg>
Copied!