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

export const WaterDropIcon = ({
  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="M12 22c4.41 0 8-3.59 8-8 0-7.49-7.2-11.69-7.5-11.87a.98.98 0 0 0-.99 0C11.2 2.3 4.01 6.5 4.01 14c0 4.41 3.59 8 8 8Zm0-17.81c1.34.91 4.99 3.74 5.82 8.05l-.19.11c-1.6.91-3.55.85-5.08-.17a6.79 6.79 0 0 0-6.19-.71C7.45 7.61 10.74 5.05 12 4.19m-5.99 9.67.36-.2a4.8 4.8 0 0 1 5.08.17c1.15.77 2.47 1.15 3.79 1.15.93 0 1.87-.2 2.75-.59-.2 3.12-2.8 5.61-5.98 5.61s-6-2.69-6-6z" />
  </svg>
);

Icon

WaterDrop

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