Baby Food Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Baby 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/304953.svg" alt="Baby Food icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304953.svg" alt="Baby Food icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304953.svg" alt="Baby Food icon" :width="24" :height="24" />
CSS background
.icon-baby-food {
background-image: url('https://proicons.com/icon/304953.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M215 771c-10 19-3 43 15 53l202 109c19 10 42 3 52-16l89-165-81-44c-13-7-17-22-11-35l2-3c7-13 23-17 35-11l82 45 30-56-82-44c-12-7-17-22-10-35l2-4c6-12 22-17 34-10l82 44 50-92-269-145-222 409zm546-515c-2-6-4-13-6-20-8-31 0-63 20-88 3-3 5-7 7-11 15-27 10-59-12-70s-51 1-66 28c-2 4-3 8-5 11-10 31-32 55-62 66l-21 6c-36 7-68 26-91 53l241 131c10-34 9-72-5-106zm8 136L498 246c-9-5-19-6-28-3s-17 9-22 18l-15 28c-9 17-3 40 15 49l1 1 270 146c9 5 19 6 28 3s17-9 22-18l15-28c10-17 3-40-15-50z"/></svg>
Copied!