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

export const VolumeLowIcon = ({
  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="m4,17h2.7l5.75,3.83c.17.11.36.17.55.17.16,0,.32-.04.47-.12.33-.17.53-.51.53-.88V4c0-.37-.2-.71-.53-.88-.32-.17-.72-.16-1.03.05l-5.75,3.83h-2.7c-1.1,0-2,.9-2,2v6c0,1.1.9,2,2,2Zm0-8h3s.06-.02.09-.02c.07,0,.13-.02.19-.04.07-.02.13-.04.19-.08.03-.01.06-.02.08-.03l4.45-2.96v12.26l-4.45-2.96s-.06-.02-.08-.03c-.06-.03-.12-.06-.19-.08-.07-.02-.13-.03-.2-.04-.03,0-.06-.02-.09-.02h-3v-6Z" />
      <path d="m18,12c0-1.77-.78-3.36-2-4.46v8.92c1.22-1.1,2-2.69,2-4.46Z" />
  </svg>
);

Icon

VolumeLow

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