flower icon
flower from Material Design Icons by Pictogrammers · Filled · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- flower
- Set
- Material Design Icons
- Style
- Filled
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- local-florist, plant
1 other variant in Material Design Icons
The same icon in other sets
More agriculture icons from Material Design Icons
Use the flower icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 13a9 9 0 0 0 9 9c0-5-4.03-9-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 8A2.5 2.5 0 0 1 12 5.5m-6.4 4.75a2.5 2.5 0 0 0 2.5 2.5c.53 0 1.02-.17 1.4-.44v.19A2.5 2.5 0 0 0 12 15a2.5 2.5 0 0 0 2.5-2.5v-.19c.38.27.87.44 1.4.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.26 1.43-2.25a2.5 2.5 0 0 0-2.5-2.5c-.53 0-1.02.16-1.4.44V3.5A2.5 2.5 0 0 0 12 1a2.5 2.5 0 0 0-2.5 2.5v.19c-.38-.28-.87-.44-1.4-.44a2.5 2.5 0 0 0-2.5 2.5c0 .99.59 1.85 1.43 2.25c-.84.4-1.43 1.25-1.43 2.25M12 22a9 9 0 0 0 9-9c-5 0-9 4-9 9"/></svg>
React
import type { SVGProps } from "react";
export function MdiFlower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 13a9 9 0 0 0 9 9c0-5-4.03-9-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 8A2.5 2.5 0 0 1 12 5.5m-6.4 4.75a2.5 2.5 0 0 0 2.5 2.5c.53 0 1.02-.17 1.4-.44v.19A2.5 2.5 0 0 0 12 15a2.5 2.5 0 0 0 2.5-2.5v-.19c.38.27.87.44 1.4.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.26 1.43-2.25a2.5 2.5 0 0 0-2.5-2.5c-.53 0-1.02.16-1.4.44V3.5A2.5 2.5 0 0 0 12 1a2.5 2.5 0 0 0-2.5 2.5v.19c-.38-.28-.87-.44-1.4-.44a2.5 2.5 0 0 0-2.5 2.5c0 .99.59 1.85 1.43 2.25c-.84.4-1.43 1.25-1.43 2.25M12 22a9 9 0 0 0 9-9c-5 0-9 4-9 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 13a9 9 0 0 0 9 9c0-5-4.03-9-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 8A2.5 2.5 0 0 1 12 5.5m-6.4 4.75a2.5 2.5 0 0 0 2.5 2.5c.53 0 1.02-.17 1.4-.44v.19A2.5 2.5 0 0 0 12 15a2.5 2.5 0 0 0 2.5-2.5v-.19c.38.27.87.44 1.4.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.26 1.43-2.25a2.5 2.5 0 0 0-2.5-2.5c-.53 0-1.02.16-1.4.44V3.5A2.5 2.5 0 0 0 12 1a2.5 2.5 0 0 0-2.5 2.5v.19c-.38-.28-.87-.44-1.4-.44a2.5 2.5 0 0 0-2.5 2.5c0 .99.59 1.85 1.43 2.25c-.84.4-1.43 1.25-1.43 2.25M12 22a9 9 0 0 0 9-9c-5 0-9 4-9 9"/></svg> </template>
CSS
.icon-flower {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2013a9%209%200%200%200%209%209c0-5-4.03-9-9-9m9-7.5A2.5%202.5%200%200%201%2014.5%208a2.5%202.5%200%200%201-2.5%202.5A2.5%202.5%200%200%201%209.5%208A2.5%202.5%200%200%201%2012%205.5m-6.4%204.75a2.5%202.5%200%200%200%202.5%202.5c.53%200%201.02-.17%201.4-.44v.19A2.5%202.5%200%200%200%2012%2015a2.5%202.5%200%200%200%202.5-2.5v-.19c.38.27.87.44%201.4.44a2.5%202.5%200%200%200%202.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4%201.43-1.26%201.43-2.25a2.5%202.5%200%200%200-2.5-2.5c-.53%200-1.02.16-1.4.44V3.5A2.5%202.5%200%200%200%2012%201a2.5%202.5%200%200%200-2.5%202.5v.19c-.38-.28-.87-.44-1.4-.44a2.5%202.5%200%200%200-2.5%202.5c0%20.99.59%201.85%201.43%202.25c-.84.4-1.43%201.25-1.43%202.25M12%2022a9%209%200%200%200%209-9c-5%200-9%204-9%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2013a9%209%200%200%200%209%209c0-5-4.03-9-9-9m9-7.5A2.5%202.5%200%200%201%2014.5%208a2.5%202.5%200%200%201-2.5%202.5A2.5%202.5%200%200%201%209.5%208A2.5%202.5%200%200%201%2012%205.5m-6.4%204.75a2.5%202.5%200%200%200%202.5%202.5c.53%200%201.02-.17%201.4-.44v.19A2.5%202.5%200%200%200%2012%2015a2.5%202.5%200%200%200%202.5-2.5v-.19c.38.27.87.44%201.4.44a2.5%202.5%200%200%200%202.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4%201.43-1.26%201.43-2.25a2.5%202.5%200%200%200-2.5-2.5c-.53%200-1.02.16-1.4.44V3.5A2.5%202.5%200%200%200%2012%201a2.5%202.5%200%200%200-2.5%202.5v.19c-.38-.28-.87-.44-1.4-.44a2.5%202.5%200%200%200-2.5%202.5c0%20.99.59%201.85%201.43%202.25c-.84.4-1.43%201.25-1.43%202.25M12%2022a9%209%200%200%200%209-9c-5%200-9%204-9%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/flower.svg?color=%231a73e8&size=48