flower-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
flower-sharp
Set
IonIcons
Style
Sharp
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="43" fill="currentColor"/><path fill="currentColor" d="M475.93 303.91a67.49 67.49 0 0 0-47.62-115.6c-2.88 0-6.2.14-9.93.43c2.75-2.36 5.23-4.62 7.33-6.71A67.83 67.83 0 0 0 378 66.33h-.25a67.27 67.27 0 0 0-47.82 20c-2.11 2.11-4.37 4.59-6.72 7.33c.29-3.75.44-7.07.44-9.93a67.69 67.69 0 1 0-135.38 0c0 2.87.15 6.19.44 9.93c-2.36-2.74-4.62-5.22-6.72-7.33a67.27 67.27 0 0 0-47.82-20H134A67.9 67.9 0 0 0 86.29 182c2.1 2.09 4.58 4.35 7.34 6.72c-3.74-.29-7.06-.44-9.94-.44a67.69 67.69 0 0 0 0 135.38c2.86 0 6.18-.15 9.93-.44c-2.74 2.35-5.22 4.61-7.33 6.72a67.55 67.55 0 0 0 47.82 115.42h.25A67.32 67.32 0 0 0 182 425.71c2.09-2.1 4.35-4.58 6.71-7.33c-.28 3.73-.43 7.05-.43 9.93a67.69 67.69 0 0 0 135.38 0c0-2.87-.15-6.19-.44-9.94c2.36 2.75 4.62 5.24 6.72 7.34a67.32 67.32 0 0 0 47.67 19.68h.25A67.5 67.5 0 0 0 425.71 330c-2.11-2.11-4.59-4.37-7.33-6.72c3.75.29 7.07.44 9.93.44a67.27 67.27 0 0 0 47.62-19.81M256 341a85 85 0 1 1 85-85a85.1 85.1 0 0 1-85 85"/></svg>

React

import type { SVGProps } from "react";

export function IonFlowerSharp(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="43" fill="currentColor"/><path fill="currentColor" d="M475.93 303.91a67.49 67.49 0 0 0-47.62-115.6c-2.88 0-6.2.14-9.93.43c2.75-2.36 5.23-4.62 7.33-6.71A67.83 67.83 0 0 0 378 66.33h-.25a67.27 67.27 0 0 0-47.82 20c-2.11 2.11-4.37 4.59-6.72 7.33c.29-3.75.44-7.07.44-9.93a67.69 67.69 0 1 0-135.38 0c0 2.87.15 6.19.44 9.93c-2.36-2.74-4.62-5.22-6.72-7.33a67.27 67.27 0 0 0-47.82-20H134A67.9 67.9 0 0 0 86.29 182c2.1 2.09 4.58 4.35 7.34 6.72c-3.74-.29-7.06-.44-9.94-.44a67.69 67.69 0 0 0 0 135.38c2.86 0 6.18-.15 9.93-.44c-2.74 2.35-5.22 4.61-7.33 6.72a67.55 67.55 0 0 0 47.82 115.42h.25A67.32 67.32 0 0 0 182 425.71c2.09-2.1 4.35-4.58 6.71-7.33c-.28 3.73-.43 7.05-.43 9.93a67.69 67.69 0 0 0 135.38 0c0-2.87-.15-6.19-.44-9.94c2.36 2.75 4.62 5.24 6.72 7.34a67.32 67.32 0 0 0 47.67 19.68h.25A67.5 67.5 0 0 0 425.71 330c-2.11-2.11-4.59-4.37-7.33-6.72c3.75.29 7.07.44 9.93.44a67.27 67.27 0 0 0 47.62-19.81M256 341a85 85 0 1 1 85-85a85.1 85.1 0 0 1-85 85"/></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="43" fill="currentColor"/><path fill="currentColor" d="M475.93 303.91a67.49 67.49 0 0 0-47.62-115.6c-2.88 0-6.2.14-9.93.43c2.75-2.36 5.23-4.62 7.33-6.71A67.83 67.83 0 0 0 378 66.33h-.25a67.27 67.27 0 0 0-47.82 20c-2.11 2.11-4.37 4.59-6.72 7.33c.29-3.75.44-7.07.44-9.93a67.69 67.69 0 1 0-135.38 0c0 2.87.15 6.19.44 9.93c-2.36-2.74-4.62-5.22-6.72-7.33a67.27 67.27 0 0 0-47.82-20H134A67.9 67.9 0 0 0 86.29 182c2.1 2.09 4.58 4.35 7.34 6.72c-3.74-.29-7.06-.44-9.94-.44a67.69 67.69 0 0 0 0 135.38c2.86 0 6.18-.15 9.93-.44c-2.74 2.35-5.22 4.61-7.33 6.72a67.55 67.55 0 0 0 47.82 115.42h.25A67.32 67.32 0 0 0 182 425.71c2.09-2.1 4.35-4.58 6.71-7.33c-.28 3.73-.43 7.05-.43 9.93a67.69 67.69 0 0 0 135.38 0c0-2.87-.15-6.19-.44-9.94c2.36 2.75 4.62 5.24 6.72 7.34a67.32 67.32 0 0 0 47.67 19.68h.25A67.5 67.5 0 0 0 425.71 330c-2.11-2.11-4.59-4.37-7.33-6.72c3.75.29 7.07.44 9.93.44a67.27 67.27 0 0 0 47.62-19.81M256 341a85 85 0 1 1 85-85a85.1 85.1 0 0 1-85 85"/></svg>
</template>

CSS

.icon-flower-sharp {
  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%2243%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M475.93%20303.91a67.49%2067.49%200%200%200-47.62-115.6c-2.88%200-6.2.14-9.93.43c2.75-2.36%205.23-4.62%207.33-6.71A67.83%2067.83%200%200%200%20378%2066.33h-.25a67.27%2067.27%200%200%200-47.82%2020c-2.11%202.11-4.37%204.59-6.72%207.33c.29-3.75.44-7.07.44-9.93a67.69%2067.69%200%201%200-135.38%200c0%202.87.15%206.19.44%209.93c-2.36-2.74-4.62-5.22-6.72-7.33a67.27%2067.27%200%200%200-47.82-20H134A67.9%2067.9%200%200%200%2086.29%20182c2.1%202.09%204.58%204.35%207.34%206.72c-3.74-.29-7.06-.44-9.94-.44a67.69%2067.69%200%200%200%200%20135.38c2.86%200%206.18-.15%209.93-.44c-2.74%202.35-5.22%204.61-7.33%206.72a67.55%2067.55%200%200%200%2047.82%20115.42h.25A67.32%2067.32%200%200%200%20182%20425.71c2.09-2.1%204.35-4.58%206.71-7.33c-.28%203.73-.43%207.05-.43%209.93a67.69%2067.69%200%200%200%20135.38%200c0-2.87-.15-6.19-.44-9.94c2.36%202.75%204.62%205.24%206.72%207.34a67.32%2067.32%200%200%200%2047.67%2019.68h.25A67.5%2067.5%200%200%200%20425.71%20330c-2.11-2.11-4.59-4.37-7.33-6.72c3.75.29%207.07.44%209.93.44a67.27%2067.27%200%200%200%2047.62-19.81M256%20341a85%2085%200%201%201%2085-85a85.1%2085.1%200%200%201-85%2085%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%2243%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M475.93%20303.91a67.49%2067.49%200%200%200-47.62-115.6c-2.88%200-6.2.14-9.93.43c2.75-2.36%205.23-4.62%207.33-6.71A67.83%2067.83%200%200%200%20378%2066.33h-.25a67.27%2067.27%200%200%200-47.82%2020c-2.11%202.11-4.37%204.59-6.72%207.33c.29-3.75.44-7.07.44-9.93a67.69%2067.69%200%201%200-135.38%200c0%202.87.15%206.19.44%209.93c-2.36-2.74-4.62-5.22-6.72-7.33a67.27%2067.27%200%200%200-47.82-20H134A67.9%2067.9%200%200%200%2086.29%20182c2.1%202.09%204.58%204.35%207.34%206.72c-3.74-.29-7.06-.44-9.94-.44a67.69%2067.69%200%200%200%200%20135.38c2.86%200%206.18-.15%209.93-.44c-2.74%202.35-5.22%204.61-7.33%206.72a67.55%2067.55%200%200%200%2047.82%20115.42h.25A67.32%2067.32%200%200%200%20182%20425.71c2.09-2.1%204.35-4.58%206.71-7.33c-.28%203.73-.43%207.05-.43%209.93a67.69%2067.69%200%200%200%20135.38%200c0-2.87-.15-6.19-.44-9.94c2.36%202.75%204.62%205.24%206.72%207.34a67.32%2067.32%200%200%200%2047.67%2019.68h.25A67.5%2067.5%200%200%200%20425.71%20330c-2.11-2.11-4.59-4.37-7.33-6.72c3.75.29%207.07.44%209.93.44a67.27%2067.27%200%200%200%2047.62-19.81M256%20341a85%2085%200%201%201%2085-85a85.1%2085.1%200%200%201-85%2085%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Flower sharp icon — IonIcons · IconsDB