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

export const VolleyBallIcon = ({
  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 2c-1.8 0-3.49.48-4.95 1.32-.04.02-.07.04-.11.06-2.95 1.74-4.95 4.95-4.95 8.61s1.96 6.83 4.88 8.57c.03.03.07.04.11.06 1.48.86 3.19 1.36 5.01 1.36 5.51 0 10-4.49 10-10S17.51 2 12 2m-1.47 17.56c-.15.04-.28.12-.39.22h-.04c1.89-1.18 2.64-2.89 2.93-4.28.26-1.27.16-2.43.06-3.11.52-.41 1.51-1.08 2.77-1.29.28 1.71.63 6.88-5.32 8.48ZM6.28 7.08c.4 3.19 2.93 4.99 4.85 5.69.11.68.19 1.89-.27 3.08-1.7-.66-6.12-2.97-4.59-8.77Zm5.48 3.79c-.62-.24-1.66-.74-2.45-1.67 1.4-1.13 5.58-3.79 9.82.31-2.96-1.25-5.79.04-7.36 1.35Zm5.28-5.07c-2.12-.79-4.07-.54-5.54-.05-1.33.44-2.4 1.12-3.12 1.65-.18-.71-.2-1.55 0-2.53C9.47 4.32 10.7 4 12 4c1.91 0 3.66.68 5.04 1.8M4 12c0-.37.03-.74.08-1.1.38 2.21 1.57 3.76 2.72 4.79 1.02.9 2.1 1.48 2.91 1.84-.51.47-1.19.87-2.08 1.16a8 8 0 0 1-3.64-6.7Zm11.24 7.31c1.53-1.39 2.23-3.09 2.52-4.52.29-1.4.23-2.69.12-3.58.68.2 1.38.59 2.09 1.22a7.99 7.99 0 0 1-4.74 6.88Z" />
  </svg>
);

Icon

VolleyBall

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