Skip to main contentMynaUI
All Icons
MicrophoneSlash
microphone-slash
npm install @mynaui/icons-react
                  
import { MicrophoneSlash } from "@mynaui/icons-react";

const App = () => {
  return <MicrophoneSlash />;
};