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

export const TennisBallIcon = ({
  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 2M9.98 4.27c0 .08.02.15.02.23 0 .37-.04.75-.11 1.11a5.3 5.3 0 0 1-.83 1.96c-.2.29-.42.57-.67.82s-.52.48-.81.67a5.341 5.341 0 0 1-1.96.83c-.44.09-.89.11-1.34.09a8.01 8.01 0 0 1 5.71-5.71Zm4.05 15.46c0-.08-.02-.15-.02-.23 0-.37.04-.75.11-1.11a5.3 5.3 0 0 1 .83-1.96c.2-.29.42-.57.67-.82s.52-.48.81-.67a5.341 5.341 0 0 1 1.96-.83c.44-.09.89-.11 1.34-.09a8.01 8.01 0 0 1-5.71 5.71Zm5.98-7.71c-.67-.04-1.35 0-2.01.13-.48.1-.96.25-1.41.44-.44.19-.87.42-1.27.69s-.77.58-1.11.92-.65.71-.92 1.11-.5.83-.69 1.27c-.19.45-.34.93-.44 1.41-.1.49-.15 1-.15 1.51 0 .17.01.33.03.5h-.03c-4.41 0-8-3.59-8-8v-.03c.17.01.33.03.5.03.51 0 1.02-.05 1.51-.15.48-.1.96-.25 1.41-.44.44-.19.87-.42 1.27-.69s.77-.58 1.11-.92.65-.71.92-1.11.5-.83.69-1.27c.19-.45.34-.93.44-1.41.1-.49.15-1 .15-1.51 0-.17-.01-.33-.03-.5h.03c4.41 0 8 3.59 8 8v.03Z" />
  </svg>
);

Icon

TennisBall

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