Herbal Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Herbal 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/305851.svg" alt="Herbal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305851.svg" alt="Herbal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305851.svg" alt="Herbal icon" :width="24" :height="24" />
CSS background
.icon-herbal {
background-image: url('https://proicons.com/icon/305851.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="M878 370h68c11 0 24-1 24 13 0 7-9 15-16 21-6 84-28 163-74 234-36 57-82 104-139 141-9 6-22 11-33 11H259c-10 0-20-4-28-9C103 695 32 575 19 422c-1-10 0-20-13-25-4-1-7-10-6-16 1-4 7-9 11-11 6-1 13 0 20 0h347c141 0 282-1 422 0 14 0 24-4 33-15 39-43 78-86 118-128 1-1 2-2 2-3 15-15 33-19 41-8 12 15 4 28-6 39-35 37-71 74-110 115zM81 428c-21 4-16 16-14 26 11 64 34 125 73 177 29 40 66 75 100 111 7 8 17 16 25 1 1-3-4-14-9-18-42-35-78-76-107-123-30-48-49-100-60-156-1-6-5-12-8-18z"/></svg>
Copied!