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

export const SocketIOIcon = ({
  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 18.39c-4.62 0-8.39-3.76-8.39-8.39S7.38 3.61 12 3.61s8.39 3.76 8.39 8.39-3.76 8.39-8.39 8.39" />
      <path d="M12.59 11.5c1.18-1.81 2.4-3.61 3.58-5.42-2.25 1.75-4.41 3.61-6.61 5.41q1.515.015 3.03 0Zm-4.75 6.42c2.26-1.74 4.4-3.62 6.62-5.41-1.01-.01-2.03-.01-3.04-.01-1.18 1.81-2.4 3.61-3.58 5.43Zm1.71-6.43" />
  </svg>
);

Icon

SocketIO

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee