flower icon
flower-outline from Material Design Icons by Pictogrammers · Outline · Agriculture · Apache-2.0 Free for personal and commercial use.
- Name
- flower-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Agriculture
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- local-florist-outline
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="M8.66 13.07c-1.74 0-3.16-1.41-3.16-3.14c0-.71.26-1.39.69-1.93c-.42-.54-.69-1.22-.69-1.93c0-1.73 1.43-3.14 3.16-3.14l.43.03A3.15 3.15 0 0 1 12 1c1.31 0 2.44.81 2.91 1.96l.43-.03c1.73 0 3.16 1.41 3.16 3.14c0 .71-.26 1.39-.69 1.93c.42.54.69 1.22.69 1.93c0 1.73-1.43 3.14-3.16 3.14l-.43-.03A3.15 3.15 0 0 1 12 15a3.15 3.15 0 0 1-2.91-1.96zM12 13c.62 0 1.12-.5 1.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14 1.09c.02.6.52 1.1 1.14 1.1m3.34-1.93c.63 0 1.16-.51 1.16-1.15c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51 1.38-1.06 1.83l.81.57c.18.13.4.2.64.2m-.65-5.94l-.82.56c.56.45.95 1.09 1.07 1.81l.88-.4c.41-.2.68-.6.68-1.03c0-.63-.53-1.14-1.16-1.14c-.23 0-.45.07-.65.2M12 3c-.62 0-1.12.5-1.14 1.1L11 5.19c.3-.12.64-.19 1-.19s.71.07 1.03.19l.11-1.09C13.12 3.5 12.62 3 12 3M8.66 4.93c-.63 0-1.16.51-1.16 1.14c0 .43.27.83.67 1.03l.88.4c.12-.72.51-1.36 1.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17 8.9c-.4.2-.67.6-.67 1.02c0 .63.53 1.14 1.16 1.14c.23 0 .45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12 22a9 9 0 0 1-9-9a9 9 0 0 1 9 9a9 9 0 0 1 9-9a9 9 0 0 1-9 9m2.44-2.44a7.04 7.04 0 0 0 4.12-4.12c-1.9.7-3.41 2.22-4.12 4.12m-9-4.12a7.04 7.04 0 0 0 4.12 4.12c-.7-1.9-2.22-3.41-4.12-4.12"/></svg>
React
import type { SVGProps } from "react";
export function MdiFlowerOutline(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="M8.66 13.07c-1.74 0-3.16-1.41-3.16-3.14c0-.71.26-1.39.69-1.93c-.42-.54-.69-1.22-.69-1.93c0-1.73 1.43-3.14 3.16-3.14l.43.03A3.15 3.15 0 0 1 12 1c1.31 0 2.44.81 2.91 1.96l.43-.03c1.73 0 3.16 1.41 3.16 3.14c0 .71-.26 1.39-.69 1.93c.42.54.69 1.22.69 1.93c0 1.73-1.43 3.14-3.16 3.14l-.43-.03A3.15 3.15 0 0 1 12 15a3.15 3.15 0 0 1-2.91-1.96zM12 13c.62 0 1.12-.5 1.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14 1.09c.02.6.52 1.1 1.14 1.1m3.34-1.93c.63 0 1.16-.51 1.16-1.15c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51 1.38-1.06 1.83l.81.57c.18.13.4.2.64.2m-.65-5.94l-.82.56c.56.45.95 1.09 1.07 1.81l.88-.4c.41-.2.68-.6.68-1.03c0-.63-.53-1.14-1.16-1.14c-.23 0-.45.07-.65.2M12 3c-.62 0-1.12.5-1.14 1.1L11 5.19c.3-.12.64-.19 1-.19s.71.07 1.03.19l.11-1.09C13.12 3.5 12.62 3 12 3M8.66 4.93c-.63 0-1.16.51-1.16 1.14c0 .43.27.83.67 1.03l.88.4c.12-.72.51-1.36 1.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17 8.9c-.4.2-.67.6-.67 1.02c0 .63.53 1.14 1.16 1.14c.23 0 .45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12 22a9 9 0 0 1-9-9a9 9 0 0 1 9 9a9 9 0 0 1 9-9a9 9 0 0 1-9 9m2.44-2.44a7.04 7.04 0 0 0 4.12-4.12c-1.9.7-3.41 2.22-4.12 4.12m-9-4.12a7.04 7.04 0 0 0 4.12 4.12c-.7-1.9-2.22-3.41-4.12-4.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.66 13.07c-1.74 0-3.16-1.41-3.16-3.14c0-.71.26-1.39.69-1.93c-.42-.54-.69-1.22-.69-1.93c0-1.73 1.43-3.14 3.16-3.14l.43.03A3.15 3.15 0 0 1 12 1c1.31 0 2.44.81 2.91 1.96l.43-.03c1.73 0 3.16 1.41 3.16 3.14c0 .71-.26 1.39-.69 1.93c.42.54.69 1.22.69 1.93c0 1.73-1.43 3.14-3.16 3.14l-.43-.03A3.15 3.15 0 0 1 12 15a3.15 3.15 0 0 1-2.91-1.96zM12 13c.62 0 1.12-.5 1.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14 1.09c.02.6.52 1.1 1.14 1.1m3.34-1.93c.63 0 1.16-.51 1.16-1.15c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51 1.38-1.06 1.83l.81.57c.18.13.4.2.64.2m-.65-5.94l-.82.56c.56.45.95 1.09 1.07 1.81l.88-.4c.41-.2.68-.6.68-1.03c0-.63-.53-1.14-1.16-1.14c-.23 0-.45.07-.65.2M12 3c-.62 0-1.12.5-1.14 1.1L11 5.19c.3-.12.64-.19 1-.19s.71.07 1.03.19l.11-1.09C13.12 3.5 12.62 3 12 3M8.66 4.93c-.63 0-1.16.51-1.16 1.14c0 .43.27.83.67 1.03l.88.4c.12-.72.51-1.36 1.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17 8.9c-.4.2-.67.6-.67 1.02c0 .63.53 1.14 1.16 1.14c.23 0 .45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12 22a9 9 0 0 1-9-9a9 9 0 0 1 9 9a9 9 0 0 1 9-9a9 9 0 0 1-9 9m2.44-2.44a7.04 7.04 0 0 0 4.12-4.12c-1.9.7-3.41 2.22-4.12 4.12m-9-4.12a7.04 7.04 0 0 0 4.12 4.12c-.7-1.9-2.22-3.41-4.12-4.12"/></svg> </template>
CSS
.icon-flower-outline {
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%22M8.66%2013.07c-1.74%200-3.16-1.41-3.16-3.14c0-.71.26-1.39.69-1.93c-.42-.54-.69-1.22-.69-1.93c0-1.73%201.43-3.14%203.16-3.14l.43.03A3.15%203.15%200%200%201%2012%201c1.31%200%202.44.81%202.91%201.96l.43-.03c1.73%200%203.16%201.41%203.16%203.14c0%20.71-.26%201.39-.69%201.93c.42.54.69%201.22.69%201.93c0%201.73-1.43%203.14-3.16%203.14l-.43-.03A3.15%203.15%200%200%201%2012%2015a3.15%203.15%200%200%201-2.91-1.96zM12%2013c.62%200%201.12-.5%201.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14%201.09c.02.6.52%201.1%201.14%201.1m3.34-1.93c.63%200%201.16-.51%201.16-1.15c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51%201.38-1.06%201.83l.81.57c.18.13.4.2.64.2m-.65-5.94l-.82.56c.56.45.95%201.09%201.07%201.81l.88-.4c.41-.2.68-.6.68-1.03c0-.63-.53-1.14-1.16-1.14c-.23%200-.45.07-.65.2M12%203c-.62%200-1.12.5-1.14%201.1L11%205.19c.3-.12.64-.19%201-.19s.71.07%201.03.19l.11-1.09C13.12%203.5%2012.62%203%2012%203M8.66%204.93c-.63%200-1.16.51-1.16%201.14c0%20.43.27.83.67%201.03l.88.4c.12-.72.51-1.36%201.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17%208.9c-.4.2-.67.6-.67%201.02c0%20.63.53%201.14%201.16%201.14c.23%200%20.45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12%2022a9%209%200%200%201-9-9a9%209%200%200%201%209%209a9%209%200%200%201%209-9a9%209%200%200%201-9%209m2.44-2.44a7.04%207.04%200%200%200%204.12-4.12c-1.9.7-3.41%202.22-4.12%204.12m-9-4.12a7.04%207.04%200%200%200%204.12%204.12c-.7-1.9-2.22-3.41-4.12-4.12%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%22M8.66%2013.07c-1.74%200-3.16-1.41-3.16-3.14c0-.71.26-1.39.69-1.93c-.42-.54-.69-1.22-.69-1.93c0-1.73%201.43-3.14%203.16-3.14l.43.03A3.15%203.15%200%200%201%2012%201c1.31%200%202.44.81%202.91%201.96l.43-.03c1.73%200%203.16%201.41%203.16%203.14c0%20.71-.26%201.39-.69%201.93c.42.54.69%201.22.69%201.93c0%201.73-1.43%203.14-3.16%203.14l-.43-.03A3.15%203.15%200%200%201%2012%2015a3.15%203.15%200%200%201-2.91-1.96zM12%2013c.62%200%201.12-.5%201.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14%201.09c.02.6.52%201.1%201.14%201.1m3.34-1.93c.63%200%201.16-.51%201.16-1.15c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51%201.38-1.06%201.83l.81.57c.18.13.4.2.64.2m-.65-5.94l-.82.56c.56.45.95%201.09%201.07%201.81l.88-.4c.41-.2.68-.6.68-1.03c0-.63-.53-1.14-1.16-1.14c-.23%200-.45.07-.65.2M12%203c-.62%200-1.12.5-1.14%201.1L11%205.19c.3-.12.64-.19%201-.19s.71.07%201.03.19l.11-1.09C13.12%203.5%2012.62%203%2012%203M8.66%204.93c-.63%200-1.16.51-1.16%201.14c0%20.43.27.83.67%201.03l.88.4c.12-.72.51-1.36%201.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17%208.9c-.4.2-.67.6-.67%201.02c0%20.63.53%201.14%201.16%201.14c.23%200%20.45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12%2022a9%209%200%200%201-9-9a9%209%200%200%201%209%209a9%209%200%200%201%209-9a9%209%200%200%201-9%209m2.44-2.44a7.04%207.04%200%200%200%204.12-4.12c-1.9.7-3.41%202.22-4.12%204.12m-9-4.12a7.04%207.04%200%200%200%204.12%204.12c-.7-1.9-2.22-3.41-4.12-4.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/flower-outline.svg?color=%231a73e8&size=48