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

Name
flower-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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="M10.586 2.5a2 2 0 0 1 2.829 0l1.63 1.63q.322-.451.623-.905c.383-.573.748-1.425 1.599-1.19A1 1 0 0 1 18 3v6a6 6 0 0 1-5 5.916v4a6 6 0 0 0 4.422-3.344a1 1 0 0 1 1.807.857A8 8 0 0 1 13 20.935V21a1 1 0 0 1-2 0v-.064a8 8 0 0 1-6.23-4.507a1 1 0 0 1 1.807-.858A6 6 0 0 0 11 18.915v-4a6 6 0 0 1-5-5.916v-6a1 1 0 0 1 .733-.963c.846-.234 1.22.62 1.6 1.19c.2.3.407.605.622.905zm-.368 3.195q.378.403.797.755c.53.441.857.549.985.549c.129 0 .456-.108.985-.549a9 9 0 0 0 .796-.756L12 3.914z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFlowerFill(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="M10.586 2.5a2 2 0 0 1 2.829 0l1.63 1.63q.322-.451.623-.905c.383-.573.748-1.425 1.599-1.19A1 1 0 0 1 18 3v6a6 6 0 0 1-5 5.916v4a6 6 0 0 0 4.422-3.344a1 1 0 0 1 1.807.857A8 8 0 0 1 13 20.935V21a1 1 0 0 1-2 0v-.064a8 8 0 0 1-6.23-4.507a1 1 0 0 1 1.807-.858A6 6 0 0 0 11 18.915v-4a6 6 0 0 1-5-5.916v-6a1 1 0 0 1 .733-.963c.846-.234 1.22.62 1.6 1.19c.2.3.407.605.622.905zm-.368 3.195q.378.403.797.755c.53.441.857.549.985.549c.129 0 .456-.108.985-.549a9 9 0 0 0 .796-.756L12 3.914z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.586 2.5a2 2 0 0 1 2.829 0l1.63 1.63q.322-.451.623-.905c.383-.573.748-1.425 1.599-1.19A1 1 0 0 1 18 3v6a6 6 0 0 1-5 5.916v4a6 6 0 0 0 4.422-3.344a1 1 0 0 1 1.807.857A8 8 0 0 1 13 20.935V21a1 1 0 0 1-2 0v-.064a8 8 0 0 1-6.23-4.507a1 1 0 0 1 1.807-.858A6 6 0 0 0 11 18.915v-4a6 6 0 0 1-5-5.916v-6a1 1 0 0 1 .733-.963c.846-.234 1.22.62 1.6 1.19c.2.3.407.605.622.905zm-.368 3.195q.378.403.797.755c.53.441.857.549.985.549c.129 0 .456-.108.985-.549a9 9 0 0 0 .796-.756L12 3.914z"/></svg>
</template>

CSS

.icon-flower-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%22M10.586%202.5a2%202%200%200%201%202.829%200l1.63%201.63q.322-.451.623-.905c.383-.573.748-1.425%201.599-1.19A1%201%200%200%201%2018%203v6a6%206%200%200%201-5%205.916v4a6%206%200%200%200%204.422-3.344a1%201%200%200%201%201.807.857A8%208%200%200%201%2013%2020.935V21a1%201%200%200%201-2%200v-.064a8%208%200%200%201-6.23-4.507a1%201%200%200%201%201.807-.858A6%206%200%200%200%2011%2018.915v-4a6%206%200%200%201-5-5.916v-6a1%201%200%200%201%20.733-.963c.846-.234%201.22.62%201.6%201.19c.2.3.407.605.622.905zm-.368%203.195q.378.403.797.755c.53.441.857.549.985.549c.129%200%20.456-.108.985-.549a9%209%200%200%200%20.796-.756L12%203.914z%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%22M10.586%202.5a2%202%200%200%201%202.829%200l1.63%201.63q.322-.451.623-.905c.383-.573.748-1.425%201.599-1.19A1%201%200%200%201%2018%203v6a6%206%200%200%201-5%205.916v4a6%206%200%200%200%204.422-3.344a1%201%200%200%201%201.807.857A8%208%200%200%201%2013%2020.935V21a1%201%200%200%201-2%200v-.064a8%208%200%200%201-6.23-4.507a1%201%200%200%201%201.807-.858A6%206%200%200%200%2011%2018.915v-4a6%206%200%200%201-5-5.916v-6a1%201%200%200%201%20.733-.963c.846-.234%201.22.62%201.6%201.19c.2.3.407.605.622.905zm-.368%203.195q.378.403.797.755c.53.441.857.549.985.549c.129%200%20.456-.108.985-.549a9%209%200%200%200%20.796-.756L12%203.914z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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