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

export const ChessPawnIcon = ({
  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="M5 22h14c1.1 0 2-.9 2-2v-1c0-1.1-.9-2-2-2h-1.44a25.8 25.8 0 0 1-2.38-5.14C16.32 10.92 17 9.51 17 8s-.69-2.97-1.9-3.92c-1.21-.96-2.78-1.29-4.31-.93a4.95 4.95 0 0 0-3.64 3.61c-.47 1.94.19 3.9 1.67 5.1-.6 1.79-1.4 3.52-2.38 5.14H5c-1.1 0-2 .9-2 2v1c0 1.1.9 2 2 2m0-3h2c.35 0 .67-.18.85-.48l.22-.35c1.23-2.01 2.2-4.17 2.89-6.42a.99.99 0 0 0-.46-1.16c-1.17-.67-1.73-2.02-1.4-3.37.25-1.03 1.12-1.89 2.16-2.14.94-.22 1.87-.03 2.61.55.73.57 1.14 1.43 1.14 2.36 0 1.07-.57 2.06-1.5 2.59-.4.23-.59.71-.46 1.16.69 2.25 1.66 4.41 2.89 6.42l.22.35c.18.3.5.48.85.48h2v1H5v-1Z" />
  </svg>
);

Icon

ChessPawn

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

BaseBallBasketBallChessChessBishopChessKingChessKnightChessQueenChessRook