Beans Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Beans 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/304995.svg" alt="Beans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304995.svg" alt="Beans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304995.svg" alt="Beans icon" :width="24" :height="24" />
CSS background
.icon-beans {
background-image: url('https://proicons.com/icon/304995.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="M498 804c89 96 310 100 404 8 20-19 34-41 35-74H460c15 26 23 49 38 66zm5-305c-28-29-60-58-96-77-81-42-167-55-256-25-37 13-68 34-80 77 152 37 302 74 453 111 8-33 1-64-21-86zm213 41c35 11 69 13 102-11-93-125-185-250-278-376-29 23-39 52-40 84-5 120 100 268 216 303zm-197 68c-152-37-303-74-454-112-8 39 5 69 27 95 49 60 116 89 190 103 59 11 117 10 173-16 30-13 54-33 64-70zm356-158c9-64-11-122-44-175-45-73-104-132-193-151-27-6-54-3-78 17 92 125 184 249 276 374 25-17 35-40 39-65zM547 616c-6 3-11 11-13 18-6 27-24 45-47 58-7 4-13 9-20 14l3 7h468c-6-54-42-84-85-104-103-48-205-40-306 7z"/></svg>
Copied!