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

export const BasketBallIcon = ({
  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 2m4.9 3.69-4.9 4.9-1.54-1.54c.09-.12.18-.23.26-.35.27-.4.5-.83.69-1.27.19-.45.34-.93.44-1.41.1-.49.15-1 .15-1.51 0-.17-.01-.33-.03-.5H12c1.85 0 3.54.63 4.9 1.69ZM7.62 9.03s-.03.02-.04.03a5.341 5.341 0 0 1-1.96.83c-.44.09-.89.11-1.34.09.28-1.06.76-2.03 1.42-2.87l1.93 1.93Zm-.51-3.34c.84-.65 1.81-1.14 2.87-1.42 0 .08.02.15.02.23 0 .37-.04.75-.11 1.11a5.3 5.3 0 0 1-.83 1.96c0 .01-.02.03-.03.04L7.1 5.68Zm-3.1 6.29c.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-.69.12-.08.23-.17.35-.26l1.54 1.54-4.9 4.9A8 8 0 0 1 4 12.01v-.03Zm3.1 6.34 4.9-4.9 1.54 1.54c-.09.12-.18.23-.26.35-.27.4-.5.83-.69 1.27-.19.45-.34.93-.44 1.41-.1.49-.15 1-.15 1.51 0 .17.01.33.03.5h-.03c-1.85 0-3.54-.63-4.9-1.69Zm9.28-3.34s.03-.02.04-.03a5.341 5.341 0 0 1 1.96-.83c.44-.09.89-.11 1.34-.09a7.9 7.9 0 0 1-1.42 2.87l-1.93-1.93Zm.51 3.34c-.84.65-1.81 1.14-2.87 1.42 0-.08-.02-.15-.02-.23 0-.37.04-.75.11-1.11a5.3 5.3 0 0 1 .83-1.96c0-.01.02-.03.03-.04l1.93 1.93Zm3.1-6.29c-.67-.04-1.35 0-2.01.13-.48.1-.96.25-1.41.44-.44.19-.87.42-1.27.69-.12.08-.23.17-.35.26l-1.54-1.54 4.9-4.9a8 8 0 0 1 1.69 4.9v.03Z" />
  </svg>
);

Icon

BasketBall

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

BaseBallChessChessBishopChessKingChessKnightChessPawnChessQueenChessRook