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

export const GolfBallIcon = ({
  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 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8" />
      <path d="M6.75 13.25a1 1 0 1 0 0 2 1 1 0 1 0 0-2M10.25 12.75a1 1 0 1 0 0 2 1 1 0 1 0 0-2M7.25 9.75a1 1 0 1 0 0 2 1 1 0 1 0 0-2M9.75 16.25a1 1 0 1 0 0 2 1 1 0 1 0 0-2M13.25 15.75a1 1 0 1 0 0 2 1 1 0 1 0 0-2" />
  </svg>
);

Icon

GolfBall

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