Flora Flower Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Flora Flower 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/305704.svg" alt="Flora Flower icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305704.svg" alt="Flora Flower icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305704.svg" alt="Flora Flower icon" :width="24" :height="24" />
CSS background
.icon-flora-flower {
background-image: url('https://proicons.com/icon/305704.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="M909 618v5c-3 2-4 6-5 9-49 94-110 179-201 239-120 80-245 89-374 20-78-42-135-105-184-176-20-30-37-61-54-92v-5c2 0 5 0 7-1 44-12 87-11 130 3 80 24 141 74 194 135 18 22 34 45 50 72v-9c0-133 0-266 1-399 0-10-5-11-13-11-43 1-83-8-121-28-49-25-81-64-84-119-1-29-1-58 0-88V62l133 124L500 62l107 124L742 62l3 61v7c1 41 0 81 0 121 0 45-18 82-54 110-43 34-94 46-149 47-11 0-15 3-15 14 1 130 1 260 1 390 0 4-1 8 1 12 1-1 2-1 2-1l5-9c43-69 99-126 171-167 50-28 103-44 162-36 14 1 27 5 40 7z"/></svg>
Copied!