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

export const VolumeMuteIcon = ({
  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="m22,12c0-4.09-2.47-7.61-6-9.16v2.24c2.39,1.39,4,3.96,4,6.92,0,1.85-.64,3.54-1.69,4.89l-1.42-1.42c.7-.98,1.12-2.17,1.12-3.47,0-1.77-.78-3.36-2-4.46v7.05l-2-2V4c0-.37-.2-.71-.53-.88-.32-.17-.72-.15-1.03.05l-4.72,3.15L2.71,1.29l-1.41,1.41,20,20,1.41-1.41-2.98-2.98c1.41-1.72,2.27-3.92,2.27-6.32Zm-10-1.41l-2.83-2.83,2.83-1.89v4.72Z" />
      <path d="m12,18.13l-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-6h.76l-1.73-1.73c-.61.34-1.02.99-1.02,1.73v6c0,1.1.9,2,2,2h2.7l5.75,3.83c.17.11.36.17.55.17.16,0,.32-.04.47-.12.33-.17.53-.51.53-.88v-1.76l-2-2v1.89Z" />
  </svg>
);

Icon

VolumeMute

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