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/309004.svg" alt="Microphone Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309004.svg" alt="Microphone Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309004.svg" alt="Microphone Off Svg icon" :width="24" :height="24" />
CSS background
.icon-microphone-off---svg {
background-image: url('https://proicons.com/icon/309004.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 fill-rule="evenodd" clip-rule="evenodd" d="M8.9525 3.40901C9.68466 2.54849 10.7788 2 12 2C14.2091 2 16 3.79086 16 6V9.3429C16 9.89518 15.5523 10.3429 15 10.3429C14.4477 10.3429 14 9.89518 14 9.3429V6C14 4.89543 13.1046 4 12 4C11.3898 4 10.8441 4.27206 10.4758 4.70504C10.1179 5.12567 9.48675 5.17654 9.06611 4.81866C8.64548 4.46077 8.59461 3.82965 8.9525 3.40901ZM14.2885 12.8743C14.2754 12.8605 14.2621 12.8471 14.2484 12.8342L9.72025 8.30604C9.71157 8.29703 9.70272 8.28818 9.69371 8.2795L4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L8 9.41421V11C8 13.2091 9.79086 15 12 15C12.4734 15 12.9287 14.9174 13.3514 14.7656L14.8612 16.2754C14.011 16.7377 13.0368 17 12 17C8.68629 17 6 14.3137 6 11C6 10.4477 5.55228 10 5 10C4.44772 10 4 10.4477 4 11C4 15.0796 7.05369 18.446 11 18.9381V21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21V18.938C14.2113 18.7868 15.3392 18.3646 16.3201 17.7343L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L17.148 15.7337C17.1368 15.722 17.1254 15.7106 17.1138 15.6996L14.2885 12.8743ZM19 10C19.5523 10 20 10.4477 20 11C20 11.8096 19.8794 12.5929 19.6545 13.3319C19.4938 13.8602 18.9351 14.1582 18.4067 13.9974C17.8784 13.8367 17.5804 13.278 17.7412 12.7496C17.9092 12.1973 18 11.6102 18 11C18 10.4477 18.4477 10 19 10Z" fill="#292929"/> </svg>
Copied!