Volume Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Volume Off 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/309022.svg" alt="Volume Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309022.svg" alt="Volume Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309022.svg" alt="Volume Off Svg icon" :width="24" :height="24" />
CSS background
.icon-volume-off---svg {
background-image: url('https://proicons.com/icon/309022.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.7074 9.29289C17.3168 8.90237 16.6837 8.90237 16.2931 9.29289C15.9026 9.68342 15.9026 10.3166 16.2931 10.7071L17.586 12L16.2931 13.2929C15.9026 13.6834 15.9026 14.3166 16.2931 14.7071C16.6837 15.0976 17.3168 15.0976 17.7074 14.7071L19.0002 13.4142L20.2931 14.7071C20.6837 15.0976 21.3168 15.0976 21.7074 14.7071C22.0979 14.3166 22.0979 13.6834 21.7074 13.2929L20.4145 12L21.7074 10.7071C22.0979 10.3166 22.0979 9.68342 21.7074 9.29289C21.3168 8.90237 20.6837 8.90237 20.2931 9.29289L19.0002 10.5858L17.7074 9.29289Z" fill="#292929"/> </svg>
Copied!