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

export const WaveformIcon = ({
  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="m19,9c0-1.65-1.35-3-3-3s-3,1.35-3,3v9c0,.55-.45,1-1,1s-1-.45-1-1V6c0-1.65-1.35-3-3-3s-3,1.35-3,3v5h-3v2h4c.55,0,1-.45,1-1v-6c0-.55.45-1,1-1s1,.45,1,1v12c0,1.65,1.35,3,3,3s3-1.35,3-3v-9c0-.55.45-1,1-1s1,.45,1,1v3c0,.55.45,1,1,1h4v-2h-3v-2Z" />
  </svg>
);

Icon

Waveform

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

CameraOffEqualizerFastForwardHeadphoneHeadphoneMicMicMicrophoneMusic