Microphone Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Microphone 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/309003.svg" alt="Microphone Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309003.svg" alt="Microphone Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309003.svg" alt="Microphone Svg icon" :width="24" :height="24" />
CSS background
.icon-microphone---svg {
background-image: url('https://proicons.com/icon/309003.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="M12 2C9.79086 2 8 3.79086 8 6V11C8 13.2091 9.79086 15 12 15C14.2091 15 16 13.2091 16 11V6C16 3.79086 14.2091 2 12 2ZM5 10C5.55228 10 6 10.4477 6 11C6 14.3137 8.68629 17 12 17C15.3137 17 18 14.3137 18 11C18 10.4477 18.4477 10 19 10C19.5523 10 20 10.4477 20 11C20 15.0796 16.9463 18.446 13 18.9381V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18.9381C7.05369 18.446 4 15.0796 4 11C4 10.4477 4.44772 10 5 10Z" fill="#292929"/> </svg>
Copied!