# MicOffIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated mic off icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/mic-off

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/mic-off.json"
```

## Usage

```tsx
import { MicOffIcon } from "@/components/icons/mic-off";

export function Demo() {
  return <MicOffIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- microphone
- audio
- sound
- mute
- silent
- disabled

## Similar icons

- [MicIcon](https://lucide-animated.com/icons/mic.md)
- [VolumeIcon](https://lucide-animated.com/icons/volume.md)
- [AccessibilityIcon](https://lucide-animated.com/icons/accessibility.md)
- [ActivityIcon](https://lucide-animated.com/icons/activity.md)
- [AudioLinesIcon](https://lucide-animated.com/icons/audio-lines.md)
- [BellIcon](https://lucide-animated.com/icons/bell.md)
