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

export const ChessKnightIcon = ({
  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-.63c.61-2.21 1.41-6.63-.73-9.74-1.43-2.08-3.85-3.17-7.22-3.25L9.71 2.3a1.01 1.01 0 0 0-.81-.29c-.3.03-.57.19-.73.44l-6 9c-.26.4-.21.92.12 1.26l2 2c.34.34.87.39 1.26.12L8.3 13h.56l-3.33 4H4c-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-1h2c.3 0 .58-.13.77-.36l5-6A1 1 0 0 0 11 11H8c-.2 0-.39.06-.55.17l-2.32 1.54-.84-.84 4.87-7.3 1.14 1.14c.19.19.44.29.71.29 2.88 0 4.9.8 5.99 2.39 2.3 3.34.1 9.2.08 9.25a.997.997 0 0 0 .93 1.35h2v1Z" />
      <path d="M9.5 7.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1m0 1h.5z" />
  </svg>
);

Icon

ChessKnight

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

BaseBallBasketBallChessChessBishopChessKingChessPawnChessQueenChessRook