flower-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
flower-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler 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="M12 1a4 4 0 0 1 4 4l-.002.055l.03-.018a3.97 3.97 0 0 1 2.79-.455l.237.056a3.97 3.97 0 0 1 2.412 1.865a4.01 4.01 0 0 1-1.455 5.461l-.068.036l.071.039a4.01 4.01 0 0 1 1.555 5.27l-.101.186a3.97 3.97 0 0 1-5.441 1.468l-.03-.02L16 19a4 4 0 0 1-3.8 3.995L12 23a4 4 0 0 1-4-4l.001-.056l-.029.019a3.97 3.97 0 0 1-2.79.456l-.236-.056a3.97 3.97 0 0 1-2.413-1.865a4.01 4.01 0 0 1 1.453-5.46l.07-.038l-.071-.038a4.01 4.01 0 0 1-1.555-5.27l.1-.187a3.97 3.97 0 0 1 5.444-1.468L8 5.055V5a4 4 0 0 1 3.8-3.995zm0 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6"/></svg>

React

import type { SVGProps } from "react";

export function TablerFlowerFilled(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="M12 1a4 4 0 0 1 4 4l-.002.055l.03-.018a3.97 3.97 0 0 1 2.79-.455l.237.056a3.97 3.97 0 0 1 2.412 1.865a4.01 4.01 0 0 1-1.455 5.461l-.068.036l.071.039a4.01 4.01 0 0 1 1.555 5.27l-.101.186a3.97 3.97 0 0 1-5.441 1.468l-.03-.02L16 19a4 4 0 0 1-3.8 3.995L12 23a4 4 0 0 1-4-4l.001-.056l-.029.019a3.97 3.97 0 0 1-2.79.456l-.236-.056a3.97 3.97 0 0 1-2.413-1.865a4.01 4.01 0 0 1 1.453-5.46l.07-.038l-.071-.038a4.01 4.01 0 0 1-1.555-5.27l.1-.187a3.97 3.97 0 0 1 5.444-1.468L8 5.055V5a4 4 0 0 1 3.8-3.995zm0 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1a4 4 0 0 1 4 4l-.002.055l.03-.018a3.97 3.97 0 0 1 2.79-.455l.237.056a3.97 3.97 0 0 1 2.412 1.865a4.01 4.01 0 0 1-1.455 5.461l-.068.036l.071.039a4.01 4.01 0 0 1 1.555 5.27l-.101.186a3.97 3.97 0 0 1-5.441 1.468l-.03-.02L16 19a4 4 0 0 1-3.8 3.995L12 23a4 4 0 0 1-4-4l.001-.056l-.029.019a3.97 3.97 0 0 1-2.79.456l-.236-.056a3.97 3.97 0 0 1-2.413-1.865a4.01 4.01 0 0 1 1.453-5.46l.07-.038l-.071-.038a4.01 4.01 0 0 1-1.555-5.27l.1-.187a3.97 3.97 0 0 1 5.444-1.468L8 5.055V5a4 4 0 0 1 3.8-3.995zm0 8a3 3 0 1 0 0 6a3 3 0 0 0 0-6"/></svg>
</template>

CSS

.icon-flower-filled {
  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%22M12%201a4%204%200%200%201%204%204l-.002.055l.03-.018a3.97%203.97%200%200%201%202.79-.455l.237.056a3.97%203.97%200%200%201%202.412%201.865a4.01%204.01%200%200%201-1.455%205.461l-.068.036l.071.039a4.01%204.01%200%200%201%201.555%205.27l-.101.186a3.97%203.97%200%200%201-5.441%201.468l-.03-.02L16%2019a4%204%200%200%201-3.8%203.995L12%2023a4%204%200%200%201-4-4l.001-.056l-.029.019a3.97%203.97%200%200%201-2.79.456l-.236-.056a3.97%203.97%200%200%201-2.413-1.865a4.01%204.01%200%200%201%201.453-5.46l.07-.038l-.071-.038a4.01%204.01%200%200%201-1.555-5.27l.1-.187a3.97%203.97%200%200%201%205.444-1.468L8%205.055V5a4%204%200%200%201%203.8-3.995zm0%208a3%203%200%201%200%200%206a3%203%200%200%200%200-6%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%22M12%201a4%204%200%200%201%204%204l-.002.055l.03-.018a3.97%203.97%200%200%201%202.79-.455l.237.056a3.97%203.97%200%200%201%202.412%201.865a4.01%204.01%200%200%201-1.455%205.461l-.068.036l.071.039a4.01%204.01%200%200%201%201.555%205.27l-.101.186a3.97%203.97%200%200%201-5.441%201.468l-.03-.02L16%2019a4%204%200%200%201-3.8%203.995L12%2023a4%204%200%200%201-4-4l.001-.056l-.029.019a3.97%203.97%200%200%201-2.79.456l-.236-.056a3.97%203.97%200%200%201-2.413-1.865a4.01%204.01%200%200%201%201.453-5.46l.07-.038l-.071-.038a4.01%204.01%200%200%201-1.555-5.27l.1-.187a3.97%203.97%200%200%201%205.444-1.468L8%205.055V5a4%204%200%200%201%203.8-3.995zm0%208a3%203%200%201%200%200%206a3%203%200%200%200%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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