Robinhood Food Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Robinhood Food 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/346754.svg" alt="Robinhood Food icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346754.svg" alt="Robinhood Food icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346754.svg" alt="Robinhood Food icon" :width="24" :height="24" />
CSS background
.icon-robinhood-food {
background-image: url('https://proicons.com/icon/346754.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="M39.468,18.2269c-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,20.1819c-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,26.5519c-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.001Z"/></svg>
Copied!