flower-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
flower-3-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 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.07 11.25Q8 11.615 8 12a4 4 0 0 0 1.353 2.997a6.97 6.97 0 0 0 1.418 5.608a5.69 5.69 0 0 1-7.72-6.047a5 5 0 0 1 5.02-3.308m12.535 1.979a5.69 5.69 0 0 1-6.047 7.72a5 5 0 0 1-3.308-5.02q.365.07.75.071a4 4 0 0 0 2.997-1.354a6.97 6.97 0 0 0 5.608-1.418M12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4m3.31-7a5.69 5.69 0 0 1 5.64 6.44a5 5 0 0 1-5.021 3.309q.07-.365.071-.749a4 4 0 0 0-1.354-2.998a6.97 6.97 0 0 0-1.418-5.608A5.7 5.7 0 0 1 15.31 3M8.69 3q.383 0 .75.05a5 5 0 0 1 3.309 5.02a3.99 3.99 0 0 0-3.747 1.282a6.97 6.97 0 0 0-5.608 1.418A5.69 5.69 0 0 1 8.69 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFlower3Fill(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.07 11.25Q8 11.615 8 12a4 4 0 0 0 1.353 2.997a6.97 6.97 0 0 0 1.418 5.608a5.69 5.69 0 0 1-7.72-6.047a5 5 0 0 1 5.02-3.308m12.535 1.979a5.69 5.69 0 0 1-6.047 7.72a5 5 0 0 1-3.308-5.02q.365.07.75.071a4 4 0 0 0 2.997-1.354a6.97 6.97 0 0 0 5.608-1.418M12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4m3.31-7a5.69 5.69 0 0 1 5.64 6.44a5 5 0 0 1-5.021 3.309q.07-.365.071-.749a4 4 0 0 0-1.354-2.998a6.97 6.97 0 0 0-1.418-5.608A5.7 5.7 0 0 1 15.31 3M8.69 3q.383 0 .75.05a5 5 0 0 1 3.309 5.02a3.99 3.99 0 0 0-3.747 1.282a6.97 6.97 0 0 0-5.608 1.418A5.69 5.69 0 0 1 8.69 3"/></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.07 11.25Q8 11.615 8 12a4 4 0 0 0 1.353 2.997a6.97 6.97 0 0 0 1.418 5.608a5.69 5.69 0 0 1-7.72-6.047a5 5 0 0 1 5.02-3.308m12.535 1.979a5.69 5.69 0 0 1-6.047 7.72a5 5 0 0 1-3.308-5.02q.365.07.75.071a4 4 0 0 0 2.997-1.354a6.97 6.97 0 0 0 5.608-1.418M12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4m3.31-7a5.69 5.69 0 0 1 5.64 6.44a5 5 0 0 1-5.021 3.309q.07-.365.071-.749a4 4 0 0 0-1.354-2.998a6.97 6.97 0 0 0-1.418-5.608A5.7 5.7 0 0 1 15.31 3M8.69 3q.383 0 .75.05a5 5 0 0 1 3.309 5.02a3.99 3.99 0 0 0-3.747 1.282a6.97 6.97 0 0 0-5.608 1.418A5.69 5.69 0 0 1 8.69 3"/></svg>
</template>

CSS

.icon-flower-3-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%20d%3D%22M8.07%2011.25Q8%2011.615%208%2012a4%204%200%200%200%201.353%202.997a6.97%206.97%200%200%200%201.418%205.608a5.69%205.69%200%200%201-7.72-6.047a5%205%200%200%201%205.02-3.308m12.535%201.979a5.69%205.69%200%200%201-6.047%207.72a5%205%200%200%201-3.308-5.02q.365.07.75.071a4%204%200%200%200%202.997-1.354a6.97%206.97%200%200%200%205.608-1.418M12%2010a2%202%200%201%201%200%204a2%202%200%200%201%200-4m3.31-7a5.69%205.69%200%200%201%205.64%206.44a5%205%200%200%201-5.021%203.309q.07-.365.071-.749a4%204%200%200%200-1.354-2.998a6.97%206.97%200%200%200-1.418-5.608A5.7%205.7%200%200%201%2015.31%203M8.69%203q.383%200%20.75.05a5%205%200%200%201%203.309%205.02a3.99%203.99%200%200%200-3.747%201.282a6.97%206.97%200%200%200-5.608%201.418A5.69%205.69%200%200%201%208.69%203%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.07%2011.25Q8%2011.615%208%2012a4%204%200%200%200%201.353%202.997a6.97%206.97%200%200%200%201.418%205.608a5.69%205.69%200%200%201-7.72-6.047a5%205%200%200%201%205.02-3.308m12.535%201.979a5.69%205.69%200%200%201-6.047%207.72a5%205%200%200%201-3.308-5.02q.365.07.75.071a4%204%200%200%200%202.997-1.354a6.97%206.97%200%200%200%205.608-1.418M12%2010a2%202%200%201%201%200%204a2%202%200%200%201%200-4m3.31-7a5.69%205.69%200%200%201%205.64%206.44a5%205%200%200%201-5.021%203.309q.07-.365.071-.749a4%204%200%200%200-1.354-2.998a6.97%206.97%200%200%200-1.418-5.608A5.7%205.7%200%200%201%2015.31%203M8.69%203q.383%200%20.75.05a5%205%200%200%201%203.309%205.02a3.99%203.99%200%200%200-3.747%201.282a6.97%206.97%200%200%200-5.608%201.418A5.69%205.69%200%200%201%208.69%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/flower-3-fill.svg?color=%231a73e8&size=48