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

export const BaseBallIcon = ({
  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 2m1.58 17.84c-.04-.28-.08-.56-.08-.84 0-.34.03-.67.09-1l-1.97-.36c-.08.45-.12.9-.12 1.36 0 .33.03.65.07.98a8 8 0 0 1-7.55-7.55c.32.04.65.07.98.07.46 0 .92-.04 1.36-.12L6 10.41c-.6.11-1.23.1-1.84 0a8.03 8.03 0 0 1 6.26-6.26c.04.28.08.56.08.84 0 .34-.03.67-.09 1l1.97.36c.08-.45.12-.9.12-1.36 0-.33-.03-.65-.07-.98a8 8 0 0 1 7.55 7.55c-.78-.1-1.57-.09-2.34.05l.36 1.97c.6-.11 1.23-.1 1.84 0a8.03 8.03 0 0 1-6.26 6.26" />
      <path d="M14.81 12.78c-.4.27-.77.58-1.11.92s-.65.71-.92 1.11c-.11.17-.22.34-.32.52l1.74.98c.07-.13.15-.26.23-.38.2-.29.42-.57.67-.82s.52-.48.81-.67c.12-.08.25-.16.38-.24l-.98-1.74c-.18.1-.35.21-.52.32ZM9.56 8.07c-.2.29-.42.57-.67.82s-.52.48-.81.67c-.12.08-.25.16-.38.24l.98 1.74c.18-.1.35-.21.52-.32.4-.27.77-.58 1.11-.92s.65-.71.92-1.11c.11-.17.22-.34.32-.52l-1.74-.98c-.07.13-.15.26-.23.38Z" />
  </svg>
);

Icon

BaseBall

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

BasketBallChessChessBishopChessKingChessKnightChessPawnChessQueenChessRook