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

export const HeadphoneIcon = ({
  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="m18.45,13.11c-.25-.12-.54-.14-.8-.04-.26.1-.47.3-.57.56l-2,5c-.19.48.02,1.03.48,1.27l2,1c.14.07.29.11.45.11.12,0,.23-.02.34-.06.26-.09.47-.29.58-.55l1.68-3.92c1.24-2.9,1.01-6.25-.63-8.96-1.57-2.61-4.18-4.24-7.15-4.48-.54-.05-1.1-.05-1.64,0-2.97.24-5.58,1.88-7.15,4.48-1.64,2.71-1.87,6.06-.63,8.96l1.68,3.92c.11.25.32.45.58.55.26.09.54.08.79-.04l2-1c.47-.23.67-.78.48-1.27l-2-5c-.1-.26-.31-.46-.57-.56-.26-.1-.55-.08-.8.04l-.88.44c-.2-1.72.16-3.48,1.08-5,1.24-2.05,3.28-3.33,5.6-3.52.43-.04.87-.04,1.31,0,2.32.19,4.36,1.47,5.6,3.52.91,1.52,1.28,3.28,1.08,5l-.88-.44Z" />
  </svg>
);

Icon

Headphone

Category

voice-activity

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 voice-activity icons

CameraOffEqualizerFastForwardHeadphoneMicMicMicrophoneMusicMusicLibrary