Always Visible Volume Button Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Always Visible Volume Button 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/321656.svg" alt="Always Visible Volume Button icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321656.svg" alt="Always Visible Volume Button icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321656.svg" alt="Always Visible Volume Button icon" :width="24" :height="24" />
CSS background
.icon-always-visible-volume-button {
background-image: url('https://proicons.com/icon/321656.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><g><path class="b" d="M29.442,19.05c1.2,.9,2.2,3.2,2,5.7-.2,1.9-1.2,3.5-2,4.1"/><path class="b" d="M11.442,19.75v8.7h5.8l7.5,6V13.55l-7.5,6.2h-5.8Z"/><path class="b" d="M32.942,15.15c2.1,1.6,3.8,5.7,3.6,10.2-.3,3.4-2,6.2-3.6,7.4"/></g></svg>
Copied!