Flora Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Flora 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/305705.svg" alt="Flora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305705.svg" alt="Flora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305705.svg" alt="Flora icon" :width="24" :height="24" />
CSS background
.icon-flora {
background-image: url('https://proicons.com/icon/305705.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="M860 555c-1 100-35 187-101 260-59 65-131 106-216 119-58 9-114 0-168-23-101-44-173-120-213-228-15-39-21-80-22-121V323c0-82 1-163 0-245 0-12 1-16 14-14 99 13 190 46 273 104 25 18 20 14 3 34-59 72-111 149-131 244-17 81-5 157 44 224 33 45 76 71 129 79 113 17 208-65 231-184 12-69 0-134-27-197-28-64-68-121-113-173-10-12-10-12 3-22 78-57 165-91 258-106 10-2 19-2 28-4 6-1 8 1 8 7v485zM510 228c53 63 100 129 122 211 18 64 14 126-26 181-60 84-179 73-226-20-15-30-23-62-22-90-1-62 19-111 44-158 24-45 54-85 87-123 8-9 12-10 21-1z"/></svg>
Copied!