Mute Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The 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/307305.svg" alt="Mute icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307305.svg" alt="Mute icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307305.svg" alt="Mute icon" :width="24" :height="24" />
CSS background
.icon-mute {
background-image: url('https://proicons.com/icon/307305.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M8.69386 2.03934C8.87908 2.11749 8.99949 2.29898 8.99949 2.50001V13.5C8.99949 13.7014 8.87862 13.8832 8.69288 13.9611C8.50713 14.039 8.29277 13.9978 8.14909 13.8567L5.22265 10.9817H3.49951C2.67108 10.9817 1.99951 10.3101 1.99951 9.48172V6.49273C1.99951 5.66431 2.67108 4.99273 3.49951 4.99273H5.22389L8.15061 2.14185C8.29461 2.00157 8.50863 1.96119 8.69386 2.03934ZM7.99949 3.68507L5.77605 5.85089C5.68269 5.94184 5.5575 5.99273 5.42717 5.99273H3.49951C3.22337 5.99273 2.99951 6.21659 2.99951 6.49273V9.48172C2.99951 9.75786 3.22337 9.98172 3.49951 9.98172H5.42717C5.55824 9.98172 5.68407 10.0332 5.77757 10.125L7.99949 12.3079V3.68507ZM10.1464 6.14646C10.3417 5.9512 10.6583 5.9512 10.8536 6.14646L12 7.29291L13.1464 6.14646C13.3417 5.9512 13.6583 5.9512 13.8536 6.14646C14.0488 6.34172 14.0488 6.65831 13.8536 6.85357L12.7071 8.00001L13.8536 9.14646C14.0488 9.34172 14.0488 9.65831 13.8536 9.85357C13.6583 10.0488 13.3417 10.0488 13.1464 9.85357L12 8.70712L10.8536 9.85357C10.6583 10.0488 10.3417 10.0488 10.1464 9.85357C9.95118 9.65831 9.95118 9.34172 10.1464 9.14646L11.2929 8.00001L10.1464 6.85357C9.95118 6.65831 9.95118 6.34172 10.1464 6.14646Z"/></svg>
Mute in other icon packs
Copied!