Volume Down Icon
Free SVG icon from the IconaMoon 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/309325.svg" alt="Volume Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309325.svg" alt="Volume Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309325.svg" alt="Volume Down icon" :width="24" :height="24" />
CSS background
.icon-volume-down {
background-image: url('https://proicons.com/icon/309325.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="M13 12C13 10.1158 12.8372 8.26967 12.5248 6.47486C12.4022 5.77087 11.5882 5.4564 11.0053 5.86965L8.51965 7.63163C8.18158 7.87128 7.77742 8 7.36303 8H5C3.89543 8 3 8.89543 3 10V14C3 15.1046 3.89543 16 5 16H7.36303C7.77742 16 8.18158 16.1287 8.51965 16.3684L11.0053 18.1304C11.5882 18.5436 12.4022 18.2291 12.5248 17.5251C12.8372 15.7303 13 13.8842 13 12Z" stroke="#292929" stroke-width="1.5" stroke-linejoin="round"/> <path d="M16.8767 9C16.9583 9.9892 16.9999 10.9897 16.9999 12C16.9999 13.0103 16.9583 14.0108 16.8767 15" stroke="#292929" stroke-width="1.5" stroke-linecap="round"/> </svg>
Volume Down in other icon packs
Copied!