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

export const RugbyBallIcon = ({
  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="m9.34 13.25-1.05 1.04 1.42 1.42 1.04-1.05 1.79 1.8 1.42-1.42-1.8-1.79 1.09-1.09 1.79 1.8 1.42-1.42-1.8-1.79 1.05-1.04-1.42-1.42-1.04 1.05-1.79-1.8-1.42 1.42 1.8 1.79-1.09 1.09-1.79-1.8-1.42 1.42z" />
      <path d="M3.76 20.97c.15.04 1.79.43 4.04.43 2.93 0 6.89-.67 9.91-3.7 5.33-5.33 3.35-13.6 3.26-13.95-.09-.36-.37-.64-.73-.73-.35-.09-8.61-2.09-13.95 3.26s-3.35 13.6-3.26 13.95c.09.36.37.64.73.73Zm1.09-1.82c-.14-.8-.32-2.32-.2-4.08l4.27 4.27c-1.76.12-3.28-.06-4.08-.2Zm14.3-14.3c.13.8.32 2.31.19 4.08l-4.28-4.28c1.76-.12 3.28.06 4.08.2ZM7.71 7.71c1.45-1.45 3.2-2.25 4.91-2.68l6.35 6.35c-.42 1.71-1.22 3.46-2.67 4.91s-3.2 2.25-4.91 2.67l-6.35-6.35c.42-1.71 1.22-3.46 2.67-4.91Z" />
  </svg>
);

Icon

RugbyBall

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