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

export const ChessKingIcon = ({
  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.63 17.1.87-1.94c.76-1.7.65-3.68-.3-5.3s-2.55-2.65-4.41-2.83c-1.3-.13-2.65.18-3.79.82V6h2V4h-2V2h-2v2H9v2h2v1.85a6.4 6.4 0 0 0-3.79-.82c-1.86.18-3.47 1.21-4.41 2.83s-1.05 3.6-.3 5.3l.87 1.94A2.01 2.01 0 0 0 2 19v1c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-.88-.57-1.63-1.37-1.9M20 20H4v-1h.86c.34 0 .65-.17.84-.46s.21-.64.07-.95l-1.45-3.25c-.5-1.11-.42-2.41.2-3.48a3.7 3.7 0 0 1 2.87-1.85c1.43-.14 2.93.47 3.81 1.6.38.48 1.2.48 1.58 0 .79-1.01 2.05-1.62 3.38-1.62.15 0 .29 0 .43.02 1.21.12 2.26.79 2.88 1.85s.69 2.36.2 3.48l-1.45 3.25c-.14.31-.11.67.07.95s.5.46.84.46h.86v1Z" />
  </svg>
);

Icon

ChessKing

Category

sports

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

BaseBallBasketBallChessChessBishopChessKnightChessPawnChessQueenChessRook