Volume Mute Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Volume Mute 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/312336.svg" alt="Volume Mute icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312336.svg" alt="Volume Mute icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312336.svg" alt="Volume Mute icon" :width="24" :height="24" />
CSS background
.icon-volume-mute {
background-image: url('https://proicons.com/icon/312336.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-volume-mute" viewBox="0 0 22 22"><path d="M12 7H14V8H15V9H17V8H18V7H20V9H19V10H18V12H19V13H20V15H18V14H17V13H15V14H14V15H12V13H13V12H14V10H13V9H12V7M6 8V7H7V6H8V5H9V4H10V3H11V19H10V18H9V17H8V16H7V15H6V14H2V8H6M7 10H4V12H7V13H8V14H9V8H8V9H7V10Z" /></svg>
Volume Mute in other icon packs
Copied!