Volume Zero Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Volume Zero 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/311035.svg" alt="Volume Zero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311035.svg" alt="Volume Zero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311035.svg" alt="Volume Zero icon" :width="24" :height="24" />
CSS background
.icon-volume-zero {
background-image: url('https://proicons.com/icon/311035.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="M7.04991 14.0881V9.91184C7.04991 9.49649 7.19215 9.09814 7.44532 8.80445C7.69849 8.51075 8.04188 8.34575 8.39993 8.34575H10.29C10.5267 8.34461 10.7592 8.2727 10.965 8.13694L14.9341 5.5059C15.1391 5.37099 15.371 5.30072 15.6068 5.30208C15.8425 5.30343 16.0739 5.37638 16.2777 5.51364C16.4816 5.65091 16.651 5.84771 16.7689 6.08448C16.8869 6.32125 16.9493 6.58972 16.9501 6.86318V17.1368C16.9493 17.4102 16.8869 17.6787 16.7689 17.9154C16.651 18.1522 16.4816 18.3491 16.2777 18.4863C16.0739 18.6235 15.8425 18.6965 15.6068 18.6979C15.371 18.6992 15.1391 18.629 14.9341 18.494L10.965 15.863C10.7592 15.7272 10.5267 15.6553 10.29 15.6542H8.39993C8.04188 15.6542 7.69849 15.4891 7.44532 15.1955C7.19215 14.9018 7.04991 14.5035 7.04991 14.0881Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!