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

export const ChessComIcon = ({
  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="M16.82 16.43c-2.64-2.02-2.97-3.82-3.02-4.95v-.75h2.05c.24-.45.36-.86.36-1.37l-2.32-1.53c.81-.58 1.33-1.54 1.33-2.61 0-1.78-1.44-3.22-3.21-3.22S8.79 3.44 8.79 5.22c0 1.07.52 2.02 1.33 2.61L7.8 9.36c0 .51.12.92.36 1.37h2.05v.75c-.05 1.13-.38 2.93-3.02 4.95-1.27.96-1.87 2.62-1.87 4.27 0 .08.17 1.3 6.68 1.3s6.69-1.22 6.69-1.3c0-1.65-.6-3.31-1.87-4.27" />
  </svg>
);

Icon

ChessCom

Category

brands

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

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk