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

export const CricketBallIcon = ({
  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="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 2c.98 0 1.91.19 2.78.51l-.52.52.71.71.79-.79c.4.21.78.47 1.13.74L5.68 16.9c-.28-.36-.53-.73-.74-1.13l.79-.79-.71-.71-.52.52a8 8 0 0 1-.51-2.78c0-4.41 3.59-8 8-8Zm0 16c-.98 0-1.91-.19-2.78-.51l.52-.52-.71-.71-.79.79c-.4-.21-.78-.47-1.13-.74L18.32 7.1c.28.36.53.73.74 1.13l-.79.79.71.71.52-.52c.32.87.51 1.8.51 2.78 0 4.41-3.59 8-8 8Z" />
      <path d="m10.06 17.24.35.35.35.35.86-.85.85-.86-.35-.35-.35-.35-.86.85zM12.79 14.5l.36.35.35.36.85-.86.86-.85-.36-.35-.35-.36-.85.86zM15.53 11.77l.35.35.35.35.86-.85.85-.86-.35-.35-.35-.35-.86.85zM13.94 6.76l-.35-.35-.35-.35-.86.85-.85.86.35.35.35.35.86-.85zM11.21 9.5l-.36-.35-.35-.36-.85.86-.86.85.36.35.35.36.85-.86zM8.47 12.23l-.35-.35-.35-.35-.86.85-.85.86.35.35.35.35.86-.85z" />
  </svg>
);

Icon

CricketBall

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