Volume Notification Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Volume Notification icon is commonly used in alert panels, push notification UIs and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/334874.svg" alt="Volume Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334874.svg" alt="Volume Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334874.svg" alt="Volume Notification icon" :width="24" :height="24" />
CSS background
.icon-volume-notification {
background-image: url('https://proicons.com/icon/334874.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m36.2432,31.4311c0-3.1713-2.5708-5.7421-5.7421-5.7421s-5.7421,2.5708-5.7421,5.7421,2.5708,5.7421,5.7421,5.7421,5.7421-2.5708,5.7421-5.7421V10.8278h6.2568M5.5,27.3279h15.706m-15.706-8.2501h23.8005M5.5,10.8268h23.8005"/></svg>
Copied!