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

export const EarbudsIcon = ({
  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="m6,3h-1c-1.65,0-3,1.35-3,3v4c0,1.65,1.35,3,3,3v5c0,1.65,1.35,3,3,3s3-1.35,3-3v-10c0-2.76-2.24-5-5-5Zm3,15c0,.55-.45,1-1,1s-1-.45-1-1v-6c0-.55-.45-1-1-1h-1c-.55,0-1-.45-1-1v-4c0-.55.45-1,1-1h1c1.65,0,3,1.35,3,3v10Z" />
      <path d="m19,3h-1c-2.76,0-5,2.24-5,5v10c0,1.65,1.35,3,3,3s3-1.35,3-3v-5c1.65,0,3-1.35,3-3v-4c0-1.65-1.35-3-3-3Zm1,7c0,.55-.45,1-1,1h-1c-.55,0-1,.45-1,1v6c0,.55-.45,1-1,1s-1-.45-1-1v-10c0-1.65,1.35-3,3-3h1c.55,0,1,.45,1,1v4Z" />
      <path d="m18.5,6c-.28,0-.5.22-.5.5v3c0,.28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5Z" />
      <path d="m5.5,6c-.28,0-.5.22-.5.5v3c0,.28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5Z" />
  </svg>
);

Icon

Earbuds

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

CalculatorCCTVKeyboardLaptopMicroscopeMobileMousePrinter