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/310391.svg" alt="Volume Zero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310391.svg" alt="Volume Zero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310391.svg" alt="Volume Zero icon" :width="24" :height="24" />
CSS background
.icon-volume-zero {
background-image: url('https://proicons.com/icon/310391.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="M17.6787 6.845V17.125C17.6794 17.5102 17.5904 17.8902 17.4187 18.235C17.2508 18.584 16.9916 18.8811 16.6687 19.095C16.3511 19.3143 15.9747 19.4328 15.5887 19.435C15.2039 19.4351 14.8278 19.3202 14.5088 19.105L10.5088 16.475C10.4312 16.4248 10.3411 16.3971 10.2487 16.395H8.41873C8.12829 16.3925 7.84187 16.3269 7.57938 16.2025C7.31688 16.0782 7.08459 15.8982 6.89871 15.675C6.51804 15.2295 6.31199 14.6609 6.31876 14.075V9.89499C6.3126 9.31214 6.51872 8.74698 6.89871 8.30499C7.08742 8.08729 7.32094 7.91291 7.58328 7.79382C7.84563 7.67473 8.13063 7.61373 8.41873 7.61499H10.3087C10.4029 7.61427 10.4943 7.58266 10.5688 7.52499L14.5688 4.89499C14.8943 4.68573 15.2718 4.57146 15.6587 4.565C16.0474 4.57001 16.4262 4.68816 16.7487 4.905C17.0661 5.12239 17.3211 5.41881 17.4887 5.76498C17.6309 6.10658 17.6958 6.4754 17.6787 6.845Z" fill="black"/> </svg>
Copied!