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

export const ChessQueenIcon = ({
  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="M22 9c0-1.65-1.35-3-3-3s-3 1.35-3 3c0 .37.07.73.2 1.06l-.76 1.27-1.02-4.57c.51-.69.7-1.57.51-2.44a3.01 3.01 0 0 0-2.33-2.27 2.987 2.987 0 0 0-3.59 2.94c0 .64.21 1.26.58 1.77l-1.02 4.57-.76-1.27c.13-.34.2-.7.2-1.06 0-1.65-1.35-3-3-3s-3 1.35-3 3c0 1.06.56 2.02 1.45 2.56L4.45 17h-.44c-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-2h-.44l.99-5.44A2.98 2.98 0 0 0 22.01 9Zm-2.67.94c-.34.12-.59.41-.65.77l-1.29 7.12c-.05.29.03.59.22.82s.47.36.77.36h1.64v1H4v-1h1.64c.3 0 .58-.13.77-.36s.27-.53.22-.82l-1.29-7.12c-.06-.35-.31-.65-.65-.77-.4-.14-.67-.52-.67-.94 0-.55.45-1 1-1s1 .45 1 1c0 .2-.06.39-.17.55-.21.32-.22.74-.03 1.07l2.34 3.89c.21.35.61.54 1.02.47.4-.07.73-.37.82-.77l1.67-7.52a.99.99 0 0 0-.31-.96.98.98 0 0 1-.34-.74c0-.3.13-.58.37-.77.14-.11.43-.29.85-.21.36.07.68.38.76.74.12.52-.18.86-.31.98-.27.24-.39.61-.31.96l1.67 7.52c.09.4.41.71.82.77s.81-.12 1.02-.47l2.34-3.89c.2-.33.19-.75-.03-1.07a1 1 0 0 1-.17-.55c0-.55.45-1 1-1s1 .45 1 1c0 .42-.27.8-.67.94Z" />
  </svg>
);

Icon

ChessQueen

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

BaseBallBasketBallChessChessBishopChessKingChessKnightChessPawnChessRook