flower from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
flower
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the flower icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="256" r="48" fill="currentColor"/><path fill="currentColor" d="M475.93 303.91a67.49 67.49 0 0 0-44.34-115.53a5.2 5.2 0 0 1-4.58-3.21a5.21 5.21 0 0 1 1-5.51A67.83 67.83 0 0 0 378 66.33h-.25A67.13 67.13 0 0 0 332.35 84a5.21 5.21 0 0 1-5.52 1a5.23 5.23 0 0 1-3.22-4.58a67.68 67.68 0 0 0-135.23 0a5.2 5.2 0 0 1-3.21 4.58a5.21 5.21 0 0 1-5.52-1a67.1 67.1 0 0 0-45.44-17.69H134a67.91 67.91 0 0 0-50 113.34a5.21 5.21 0 0 1 1 5.51a5.2 5.2 0 0 1-4.58 3.21a67.71 67.71 0 0 0 0 135.23a5.23 5.23 0 0 1 4.58 3.23a5.22 5.22 0 0 1-1 5.52a67.54 67.54 0 0 0 50.08 113h.25A67.38 67.38 0 0 0 179.65 428a5.21 5.21 0 0 1 5.51-1a5.2 5.2 0 0 1 3.21 4.58a67.71 67.71 0 0 0 135.23 0a5.23 5.23 0 0 1 3.22-4.58a5.21 5.21 0 0 1 5.51 1a67.38 67.38 0 0 0 45.29 17.42h.25a67.48 67.48 0 0 0 50.08-113a5.22 5.22 0 0 1-1-5.52a5.23 5.23 0 0 1 4.58-3.22a67.3 67.3 0 0 0 44.4-19.77M256 336a80 80 0 1 1 80-80a80.09 80.09 0 0 1-80 80"/></svg>

React

import type { SVGProps } from "react";

export function IonFlower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="256" r="48" fill="currentColor"/><path fill="currentColor" d="M475.93 303.91a67.49 67.49 0 0 0-44.34-115.53a5.2 5.2 0 0 1-4.58-3.21a5.21 5.21 0 0 1 1-5.51A67.83 67.83 0 0 0 378 66.33h-.25A67.13 67.13 0 0 0 332.35 84a5.21 5.21 0 0 1-5.52 1a5.23 5.23 0 0 1-3.22-4.58a67.68 67.68 0 0 0-135.23 0a5.2 5.2 0 0 1-3.21 4.58a5.21 5.21 0 0 1-5.52-1a67.1 67.1 0 0 0-45.44-17.69H134a67.91 67.91 0 0 0-50 113.34a5.21 5.21 0 0 1 1 5.51a5.2 5.2 0 0 1-4.58 3.21a67.71 67.71 0 0 0 0 135.23a5.23 5.23 0 0 1 4.58 3.23a5.22 5.22 0 0 1-1 5.52a67.54 67.54 0 0 0 50.08 113h.25A67.38 67.38 0 0 0 179.65 428a5.21 5.21 0 0 1 5.51-1a5.2 5.2 0 0 1 3.21 4.58a67.71 67.71 0 0 0 135.23 0a5.23 5.23 0 0 1 3.22-4.58a5.21 5.21 0 0 1 5.51 1a67.38 67.38 0 0 0 45.29 17.42h.25a67.48 67.48 0 0 0 50.08-113a5.22 5.22 0 0 1-1-5.52a5.23 5.23 0 0 1 4.58-3.22a67.3 67.3 0 0 0 44.4-19.77M256 336a80 80 0 1 1 80-80a80.09 80.09 0 0 1-80 80"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="256" r="48" fill="currentColor"/><path fill="currentColor" d="M475.93 303.91a67.49 67.49 0 0 0-44.34-115.53a5.2 5.2 0 0 1-4.58-3.21a5.21 5.21 0 0 1 1-5.51A67.83 67.83 0 0 0 378 66.33h-.25A67.13 67.13 0 0 0 332.35 84a5.21 5.21 0 0 1-5.52 1a5.23 5.23 0 0 1-3.22-4.58a67.68 67.68 0 0 0-135.23 0a5.2 5.2 0 0 1-3.21 4.58a5.21 5.21 0 0 1-5.52-1a67.1 67.1 0 0 0-45.44-17.69H134a67.91 67.91 0 0 0-50 113.34a5.21 5.21 0 0 1 1 5.51a5.2 5.2 0 0 1-4.58 3.21a67.71 67.71 0 0 0 0 135.23a5.23 5.23 0 0 1 4.58 3.23a5.22 5.22 0 0 1-1 5.52a67.54 67.54 0 0 0 50.08 113h.25A67.38 67.38 0 0 0 179.65 428a5.21 5.21 0 0 1 5.51-1a5.2 5.2 0 0 1 3.21 4.58a67.71 67.71 0 0 0 135.23 0a5.23 5.23 0 0 1 3.22-4.58a5.21 5.21 0 0 1 5.51 1a67.38 67.38 0 0 0 45.29 17.42h.25a67.48 67.48 0 0 0 50.08-113a5.22 5.22 0 0 1-1-5.52a5.23 5.23 0 0 1 4.58-3.22a67.3 67.3 0 0 0 44.4-19.77M256 336a80 80 0 1 1 80-80a80.09 80.09 0 0 1-80 80"/></svg>
</template>

CSS

.icon-flower {
  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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M475.93%20303.91a67.49%2067.49%200%200%200-44.34-115.53a5.2%205.2%200%200%201-4.58-3.21a5.21%205.21%200%200%201%201-5.51A67.83%2067.83%200%200%200%20378%2066.33h-.25A67.13%2067.13%200%200%200%20332.35%2084a5.21%205.21%200%200%201-5.52%201a5.23%205.23%200%200%201-3.22-4.58a67.68%2067.68%200%200%200-135.23%200a5.2%205.2%200%200%201-3.21%204.58a5.21%205.21%200%200%201-5.52-1a67.1%2067.1%200%200%200-45.44-17.69H134a67.91%2067.91%200%200%200-50%20113.34a5.21%205.21%200%200%201%201%205.51a5.2%205.2%200%200%201-4.58%203.21a67.71%2067.71%200%200%200%200%20135.23a5.23%205.23%200%200%201%204.58%203.23a5.22%205.22%200%200%201-1%205.52a67.54%2067.54%200%200%200%2050.08%20113h.25A67.38%2067.38%200%200%200%20179.65%20428a5.21%205.21%200%200%201%205.51-1a5.2%205.2%200%200%201%203.21%204.58a67.71%2067.71%200%200%200%20135.23%200a5.23%205.23%200%200%201%203.22-4.58a5.21%205.21%200%200%201%205.51%201a67.38%2067.38%200%200%200%2045.29%2017.42h.25a67.48%2067.48%200%200%200%2050.08-113a5.22%205.22%200%200%201-1-5.52a5.23%205.23%200%200%201%204.58-3.22a67.3%2067.3%200%200%200%2044.4-19.77M256%20336a80%2080%200%201%201%2080-80a80.09%2080.09%200%200%201-80%2080%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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M475.93%20303.91a67.49%2067.49%200%200%200-44.34-115.53a5.2%205.2%200%200%201-4.58-3.21a5.21%205.21%200%200%201%201-5.51A67.83%2067.83%200%200%200%20378%2066.33h-.25A67.13%2067.13%200%200%200%20332.35%2084a5.21%205.21%200%200%201-5.52%201a5.23%205.23%200%200%201-3.22-4.58a67.68%2067.68%200%200%200-135.23%200a5.2%205.2%200%200%201-3.21%204.58a5.21%205.21%200%200%201-5.52-1a67.1%2067.1%200%200%200-45.44-17.69H134a67.91%2067.91%200%200%200-50%20113.34a5.21%205.21%200%200%201%201%205.51a5.2%205.2%200%200%201-4.58%203.21a67.71%2067.71%200%200%200%200%20135.23a5.23%205.23%200%200%201%204.58%203.23a5.22%205.22%200%200%201-1%205.52a67.54%2067.54%200%200%200%2050.08%20113h.25A67.38%2067.38%200%200%200%20179.65%20428a5.21%205.21%200%200%201%205.51-1a5.2%205.2%200%200%201%203.21%204.58a67.71%2067.71%200%200%200%20135.23%200a5.23%205.23%200%200%201%203.22-4.58a5.21%205.21%200%200%201%205.51%201a67.38%2067.38%200%200%200%2045.29%2017.42h.25a67.48%2067.48%200%200%200%2050.08-113a5.22%205.22%200%200%201-1-5.52a5.23%205.23%200%200%201%204.58-3.22a67.3%2067.3%200%200%200%2044.4-19.77M256%20336a80%2080%200%201%201%2080-80a80.09%2080.09%200%200%201-80%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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