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

export const USBIcon = ({
  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 6H11V11H9z" />
      <path d="M13 6H15V11H13z" />
      <path d="m20,13h-1V3c0-.55-.45-1-1-1H6c-.55,0-1,.45-1,1v10h-1c-.55,0-1,.45-1,1v5c0,1.65,1.35,3,3,3h12c1.65,0,3-1.35,3-3v-5c0-.55-.45-1-1-1ZM7,4h10v9H7V4Zm12,15c0,.55-.45,1-1,1H6c-.55,0-1-.45-1-1v-4h14v4Z" />
  </svg>
);

Icon

USB

Category

tools

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 tools icons

CalculatorCCTVEarbudsKeyboardLaptopMicroscopeMobileMouse