flower 5 icon
flower-5-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- flower-5-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the flower 5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.177 7.945a5 5 0 0 1-.067-.528c-.062-.885.14-1.81.819-2.488c.97-.97 2.408-.968 3.64-.603q.146.043.291.094l.175.063c1.363.514 1.55 1.86 1.55 1.86c.34-1.018.028-2.037-1.25-2.742q.156-.223.327-.42C10.244 2.51 11.04 2 12 2c1.372 0 2.387 1.018 3 2.148q.072.133.14.272l.078.168C15.82 5.916 15 7 15 7c.96-.48 1.46-1.421 1.055-2.823q.267-.048.528-.067c.885-.062 1.81.14 2.488.819c.97.97.968 2.408.603 3.64q-.043.146-.094.291l-.063.175c-.514 1.363-1.86 1.55-1.86 1.55c1.018.34 2.037.028 2.742-1.25q.223.156.42.327C21.49 10.244 22 11.04 22 12c0 1.372-1.018 2.387-2.148 3q-.133.072-.272.14l-.168.078C18.084 15.82 17 15 17 15c.48.96 1.421 1.46 2.823 1.055q.048.267.067.528c.062.885-.14 1.81-.819 2.488c-.97.97-2.408.968-3.64.603a7 7 0 0 1-.291-.094l-.175-.063c-1.363-.514-1.55-1.86-1.55-1.86c-.34 1.018-.028 2.037 1.25 2.742a5 5 0 0 1-.327.42C13.757 21.49 12.96 22 12 22c-1.372 0-2.387-1.018-3-2.148a7 7 0 0 1-.14-.272l-.078-.168C8.18 18.084 9 17 9 17c-.96.48-1.46 1.421-1.055 2.823a5 5 0 0 1-.528.067c-.885.062-1.81-.14-2.488-.819c-.97-.97-.968-2.408-.603-3.64q.043-.146.094-.291l.063-.175c.514-1.363 1.86-1.55 1.86-1.55c-1.018-.34-2.037-.028-2.742 1.25a5 5 0 0 1-.42-.327C2.51 13.756 2 12.96 2 12c0-1.372 1.018-2.387 2.148-3q.133-.072.272-.14l.168-.078C5.916 8.18 7 9 7 9c-.48-.96-1.421-1.46-2.823-1.055M12 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFlower5Fill(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" fillRule="evenodd" d="M4.177 7.945a5 5 0 0 1-.067-.528c-.062-.885.14-1.81.819-2.488c.97-.97 2.408-.968 3.64-.603q.146.043.291.094l.175.063c1.363.514 1.55 1.86 1.55 1.86c.34-1.018.028-2.037-1.25-2.742q.156-.223.327-.42C10.244 2.51 11.04 2 12 2c1.372 0 2.387 1.018 3 2.148q.072.133.14.272l.078.168C15.82 5.916 15 7 15 7c.96-.48 1.46-1.421 1.055-2.823q.267-.048.528-.067c.885-.062 1.81.14 2.488.819c.97.97.968 2.408.603 3.64q-.043.146-.094.291l-.063.175c-.514 1.363-1.86 1.55-1.86 1.55c1.018.34 2.037.028 2.742-1.25q.223.156.42.327C21.49 10.244 22 11.04 22 12c0 1.372-1.018 2.387-2.148 3q-.133.072-.272.14l-.168.078C18.084 15.82 17 15 17 15c.48.96 1.421 1.46 2.823 1.055q.048.267.067.528c.062.885-.14 1.81-.819 2.488c-.97.97-2.408.968-3.64.603a7 7 0 0 1-.291-.094l-.175-.063c-1.363-.514-1.55-1.86-1.55-1.86c-.34 1.018-.028 2.037 1.25 2.742a5 5 0 0 1-.327.42C13.757 21.49 12.96 22 12 22c-1.372 0-2.387-1.018-3-2.148a7 7 0 0 1-.14-.272l-.078-.168C8.18 18.084 9 17 9 17c-.96.48-1.46 1.421-1.055 2.823a5 5 0 0 1-.528.067c-.885.062-1.81-.14-2.488-.819c-.97-.97-.968-2.408-.603-3.64q.043-.146.094-.291l.063-.175c.514-1.363 1.86-1.55 1.86-1.55c-1.018-.34-2.037-.028-2.742 1.25a5 5 0 0 1-.42-.327C2.51 13.756 2 12.96 2 12c0-1.372 1.018-2.387 2.148-3q.133-.072.272-.14l.168-.078C5.916 8.18 7 9 7 9c-.48-.96-1.421-1.46-2.823-1.055M12 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.177 7.945a5 5 0 0 1-.067-.528c-.062-.885.14-1.81.819-2.488c.97-.97 2.408-.968 3.64-.603q.146.043.291.094l.175.063c1.363.514 1.55 1.86 1.55 1.86c.34-1.018.028-2.037-1.25-2.742q.156-.223.327-.42C10.244 2.51 11.04 2 12 2c1.372 0 2.387 1.018 3 2.148q.072.133.14.272l.078.168C15.82 5.916 15 7 15 7c.96-.48 1.46-1.421 1.055-2.823q.267-.048.528-.067c.885-.062 1.81.14 2.488.819c.97.97.968 2.408.603 3.64q-.043.146-.094.291l-.063.175c-.514 1.363-1.86 1.55-1.86 1.55c1.018.34 2.037.028 2.742-1.25q.223.156.42.327C21.49 10.244 22 11.04 22 12c0 1.372-1.018 2.387-2.148 3q-.133.072-.272.14l-.168.078C18.084 15.82 17 15 17 15c.48.96 1.421 1.46 2.823 1.055q.048.267.067.528c.062.885-.14 1.81-.819 2.488c-.97.97-2.408.968-3.64.603a7 7 0 0 1-.291-.094l-.175-.063c-1.363-.514-1.55-1.86-1.55-1.86c-.34 1.018-.028 2.037 1.25 2.742a5 5 0 0 1-.327.42C13.757 21.49 12.96 22 12 22c-1.372 0-2.387-1.018-3-2.148a7 7 0 0 1-.14-.272l-.078-.168C8.18 18.084 9 17 9 17c-.96.48-1.46 1.421-1.055 2.823a5 5 0 0 1-.528.067c-.885.062-1.81-.14-2.488-.819c-.97-.97-.968-2.408-.603-3.64q.043-.146.094-.291l.063-.175c.514-1.363 1.86-1.55 1.86-1.55c-1.018-.34-2.037-.028-2.742 1.25a5 5 0 0 1-.42-.327C2.51 13.756 2 12.96 2 12c0-1.372 1.018-2.387 2.148-3q.133-.072.272-.14l.168-.078C5.916 8.18 7 9 7 9c-.48-.96-1.421-1.46-2.823-1.055M12 13a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></svg> </template>
CSS
.icon-flower-5-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.177%207.945a5%205%200%200%201-.067-.528c-.062-.885.14-1.81.819-2.488c.97-.97%202.408-.968%203.64-.603q.146.043.291.094l.175.063c1.363.514%201.55%201.86%201.55%201.86c.34-1.018.028-2.037-1.25-2.742q.156-.223.327-.42C10.244%202.51%2011.04%202%2012%202c1.372%200%202.387%201.018%203%202.148q.072.133.14.272l.078.168C15.82%205.916%2015%207%2015%207c.96-.48%201.46-1.421%201.055-2.823q.267-.048.528-.067c.885-.062%201.81.14%202.488.819c.97.97.968%202.408.603%203.64q-.043.146-.094.291l-.063.175c-.514%201.363-1.86%201.55-1.86%201.55c1.018.34%202.037.028%202.742-1.25q.223.156.42.327C21.49%2010.244%2022%2011.04%2022%2012c0%201.372-1.018%202.387-2.148%203q-.133.072-.272.14l-.168.078C18.084%2015.82%2017%2015%2017%2015c.48.96%201.421%201.46%202.823%201.055q.048.267.067.528c.062.885-.14%201.81-.819%202.488c-.97.97-2.408.968-3.64.603a7%207%200%200%201-.291-.094l-.175-.063c-1.363-.514-1.55-1.86-1.55-1.86c-.34%201.018-.028%202.037%201.25%202.742a5%205%200%200%201-.327.42C13.757%2021.49%2012.96%2022%2012%2022c-1.372%200-2.387-1.018-3-2.148a7%207%200%200%201-.14-.272l-.078-.168C8.18%2018.084%209%2017%209%2017c-.96.48-1.46%201.421-1.055%202.823a5%205%200%200%201-.528.067c-.885.062-1.81-.14-2.488-.819c-.97-.97-.968-2.408-.603-3.64q.043-.146.094-.291l.063-.175c.514-1.363%201.86-1.55%201.86-1.55c-1.018-.34-2.037-.028-2.742%201.25a5%205%200%200%201-.42-.327C2.51%2013.756%202%2012.96%202%2012c0-1.372%201.018-2.387%202.148-3q.133-.072.272-.14l.168-.078C5.916%208.18%207%209%207%209c-.48-.96-1.421-1.46-2.823-1.055M12%2013a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.177%207.945a5%205%200%200%201-.067-.528c-.062-.885.14-1.81.819-2.488c.97-.97%202.408-.968%203.64-.603q.146.043.291.094l.175.063c1.363.514%201.55%201.86%201.55%201.86c.34-1.018.028-2.037-1.25-2.742q.156-.223.327-.42C10.244%202.51%2011.04%202%2012%202c1.372%200%202.387%201.018%203%202.148q.072.133.14.272l.078.168C15.82%205.916%2015%207%2015%207c.96-.48%201.46-1.421%201.055-2.823q.267-.048.528-.067c.885-.062%201.81.14%202.488.819c.97.97.968%202.408.603%203.64q-.043.146-.094.291l-.063.175c-.514%201.363-1.86%201.55-1.86%201.55c1.018.34%202.037.028%202.742-1.25q.223.156.42.327C21.49%2010.244%2022%2011.04%2022%2012c0%201.372-1.018%202.387-2.148%203q-.133.072-.272.14l-.168.078C18.084%2015.82%2017%2015%2017%2015c.48.96%201.421%201.46%202.823%201.055q.048.267.067.528c.062.885-.14%201.81-.819%202.488c-.97.97-2.408.968-3.64.603a7%207%200%200%201-.291-.094l-.175-.063c-1.363-.514-1.55-1.86-1.55-1.86c-.34%201.018-.028%202.037%201.25%202.742a5%205%200%200%201-.327.42C13.757%2021.49%2012.96%2022%2012%2022c-1.372%200-2.387-1.018-3-2.148a7%207%200%200%201-.14-.272l-.078-.168C8.18%2018.084%209%2017%209%2017c-.96.48-1.46%201.421-1.055%202.823a5%205%200%200%201-.528.067c-.885.062-1.81-.14-2.488-.819c-.97-.97-.968-2.408-.603-3.64q.043-.146.094-.291l.063-.175c.514-1.363%201.86-1.55%201.86-1.55c-1.018-.34-2.037-.028-2.742%201.25a5%205%200%200%201-.42-.327C2.51%2013.756%202%2012.96%202%2012c0-1.372%201.018-2.387%202.148-3q.133-.072.272-.14l.168-.078C5.916%208.18%207%209%207%209c-.48-.96-1.421-1.46-2.823-1.055M12%2013a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/flower-5-fill.svg?color=%231a73e8&size=48