Volume Down Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Volume Down Svg 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/309021.svg" alt="Volume Down Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309021.svg" alt="Volume Down Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309021.svg" alt="Volume Down Svg icon" :width="24" :height="24" />
CSS background
.icon-volume-down---svg {
background-image: url('https://proicons.com/icon/309021.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 fill-rule="evenodd" clip-rule="evenodd" d="M10.4269 5.05383C11.5778 4.23802 13.2548 4.8374 13.51 6.30339C13.8322 8.15458 14 10.0581 14 12C14 13.9419 13.8322 15.8454 13.51 17.6966C13.2548 19.1626 11.5778 19.762 10.4269 18.9462L7.94134 17.1842C7.77231 17.0644 7.57023 17 7.36303 17H5C3.34315 17 2 15.6569 2 14V10C2 8.34315 3.34315 7 5 7H7.36303C7.57022 7 7.77231 6.93564 7.94134 6.81582L10.4269 5.05383ZM17.8733 8.91778C17.8279 8.36737 17.3449 7.95798 16.7945 8.00339C16.2441 8.04879 15.8347 8.5318 15.8801 9.08222C15.9594 10.0441 15.9999 11.0172 15.9999 12C15.9999 12.9828 15.9594 13.9559 15.8801 14.9178C15.8347 15.4682 16.2441 15.9512 16.7945 15.9966C17.3449 16.042 17.8279 15.6326 17.8733 15.0822C17.9572 14.0657 17.9999 13.0377 17.9999 12C17.9999 10.9623 17.9572 9.9343 17.8733 8.91778Z" fill="#292929"/> </svg>
Copied!