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

export const DislikeIcon = ({
  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="M20 3H6.69a2 2 0 0 0-1.87 1.3l-2.76 7.35c-.04.11-.06.23-.06.35v2c0 1.1.9 2 2 2h5.61l-1.12 3.37c-.2.61-.1 1.28.27 1.8.38.52.98.83 1.62.83h1.61c.3 0 .58-.13.77-.36l4.7-5.64h2.53c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-4 11.64L11.53 20h-1.15l1.56-4.68a1.01 1.01 0 0 0-.95-1.32h-7v-1.82L6.68 5h9.31v9.64Zm4-.64h-2V5h2z" />
       
  </svg>
);

Icon

Dislike

Category

activity

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 activity icons

BanBookmarkColorFillCopyCropCutEditErase