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

export const DishIcon = ({
  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="M2 19H22V21H2z" />
      <path d="m13,5.05v-2.05h-2v2.05c-5.05.5-9,4.77-9,9.95v1c0,.55.45,1,1,1h18c.55,0,1-.45,1-1v-1c0-5.18-3.95-9.45-9-9.95ZM4,15c0-4.41,3.59-8,8-8s8,3.59,8,8H4Z" />
  </svg>
);

Icon

Dish

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