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

export const CoffeeIcon = ({
  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="M17.97 2.76A.995.995 0 0 0 17 2H7c-.46 0-.86.31-.97.76L5.22 6H4v2h1.07L6 21.07c.04.52.47.93 1 .93h10c.52 0 .96-.41 1-.93L18.93 8H20V6h-1.22zM16.71 11H7.29l-.21-3h9.85l-.21 3ZM7.78 4h8.44l.5 2H7.28zm.15 16-.21-3h8.57l-.21 3z" />
  </svg>
);

Icon

Coffee

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