Microphone Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Microphone Off Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309612.svg" alt="Microphone Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309612.svg" alt="Microphone Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309612.svg" alt="Microphone Off Svg icon" :width="24" :height="24" />
CSS background
.icon-microphone-off---svg {
background-image: url('https://proicons.com/icon/309612.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.9999 11C18.9999 11.7099 18.8942 12.3951 18.6977 13.0408M11.9999 18C8.13388 18 4.99988 14.866 4.99988 11M11.9999 18V21M11.9999 18C13.6783 18 15.2187 17.4093 16.4246 16.4244M9.71401 4.05703C10.2643 3.41027 11.0842 3 11.9999 3C13.6567 3 14.9999 4.34315 14.9999 6V9.3429M8.99988 8.99975V11C8.99988 12.6569 10.343 14 11.9999 14C12.5721 14 13.1069 13.8398 13.5619 13.5618" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.00012 4L20.0001 20" stroke="#292929" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!