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

export const ChessRookIcon = ({
  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 17h-2.12l-.75-6H18c1.1 0 2-.9 2-2V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v6c0 1.1.9 2 2 2h.87l-.75 6H4c-1.1 0-2 .9-2 2v1c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2m0 3H4v-1h3c.5 0 .93-.38.99-.88l1-8A1 1 0 0 0 8 8.99H6v-5h2v2c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2h2v2c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-2h2v5h-2a.98.98 0 0 0-.75.34 1 1 0 0 0-.24.79l1 8c.06.5.49.88.99.88h3z" />
  </svg>
);

Icon

ChessRook

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

BaseBallBasketBallChessChessBishopChessKingChessKnightChessPawnChessQueen