Volume Down Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Volume Down 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/319257.svg" alt="Volume Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319257.svg" alt="Volume Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319257.svg" alt="Volume Down icon" :width="24" :height="24" />
CSS background
.icon-volume-down {
background-image: url('https://proicons.com/icon/319257.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>volume--down</title><path d="M25.1,10.66,23.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z"/><path d="M20,30a1,1,0,0,1-.71-.3L11.67,22H5a1,1,0,0,1-1-1H4V11a1,1,0,0,1,1-1h6.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,21,3V29A1,1,0,0,1,20,30ZM6,20h6a1.17,1.17,0,0,1,.79.3L19,26.57V5.43L12.79,11.7A1.17,1.17,0,0,1,12,12H6Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Volume Down in other icon packs
Copied!