next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const FlowerIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="m11.97,8c-2.21.02-3.95,1.76-3.97,4.03.02,2.21,1.76,3.95,4.03,3.97,2.21-.02,3.95-1.76,3.97-3.98v-.05c-.02-2.21-1.76-3.95-4.03-3.97Zm2.03,4.01c-.01,1.1-.88,1.98-2.01,1.99-1.1,0-1.98-.88-1.99-2.01.01-1.1.88-1.98,2.01-1.99,1.1,0,1.98.88,1.99,1.99h1s-1,.03-1,.03Z" />
      <path d="m16.76,5.45h0c-.65-2.02-2.55-3.45-4.75-3.45s-4.1,1.43-4.75,3.45h0c-2.13,0-4.08,1.37-4.75,3.46-.68,2.1.1,4.34,1.82,5.59-.66,2.02.03,4.29,1.81,5.59.88.64,1.92.95,2.94.95s2.07-.32,2.94-.94c1.72,1.24,4.1,1.28,5.88,0,1.78-1.3,2.47-3.57,1.81-5.59,1.72-1.25,2.5-3.49,1.82-5.59-.68-2.09-2.62-3.46-4.75-3.46Zm1.25,7.73c-.25.12-.45.33-.54.6s-.06.56.08.8c.75,1.32.38,2.99-.85,3.89-1.23.89-2.94.73-3.97-.38-.38-.41-1.09-.41-1.46,0-1.03,1.11-2.74,1.27-3.97.38-1.23-.9-1.6-2.57-.85-3.89.14-.24.17-.53.08-.8s-.28-.49-.54-.6c-1.38-.63-2.07-2.2-1.6-3.65.41-1.26,1.57-2.08,2.85-2.08.2,0,.39.02.59.06.28.05.56,0,.78-.17.23-.17.37-.42.4-.69.17-1.51,1.45-2.64,2.98-2.64s2.8,1.14,2.98,2.64c.03.28.18.53.4.69.23.16.51.23.78.17,1.49-.3,2.98.57,3.44,2.02.47,1.45-.22,3.02-1.6,3.65Z" />
  </svg>
);

Icon

Flower

Category

elements

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related elements icons

AlarmBeerBoltBookBugCalenderClockCloud