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

export const WineIcon = ({
  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,17.92v2.08h-3v2h8v-2h-3v-2.08c3.18-.4,5.89-2.66,6.76-5.79.26-.95.31-2.03.14-3.21l-.87-6.06c-.07-.49-.49-.86-.99-.86H5.96c-.5,0-.92.37-.99.86l-.87,6.06c-.17,1.18-.12,2.26.14,3.21.87,3.13,3.57,5.39,6.76,5.79Zm6.83-6.33c-.72,2.6-3.12,4.41-5.83,4.41-2.56,0-4.83-1.63-5.68-4,.72.32,1.47.49,2.22.49,1.46,0,2.92-.6,4.15-1.77,1.5-1.44,3.35-1.61,4.95-.47l.35.25c-.02.39-.07.75-.16,1.08ZM6.83,4h10.34l.58,4.03c-2.15-.98-4.57-.55-6.44,1.25-1.5,1.44-3.35,1.61-4.95.47l-.31-.22c.01-.11.02-.21.03-.32l.75-5.2Z" />
  </svg>
);

Icon

Wine

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