Volume Styles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Volume Styles 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/334875.svg" alt="Volume Styles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334875.svg" alt="Volume Styles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334875.svg" alt="Volume Styles icon" :width="24" :height="24" />
CSS background
.icon-volume-styles {
background-image: url('https://proicons.com/icon/334875.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="b" 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 class="c" d="m19.5,5.5H7.5c-1.1046,0-2,.8954-2,2v33c0,1.1046.8954,2,2,2h12c1.1046,0,2-.8954,2-2V7.5c0-1.1046-.8954-2-2-2Z"/><path class="c" d="m40.5,5.5h-12c-1.1046,0-2,.8954-2,2v33c0,1.1046.8954,2,2,2h12c1.1046,0,2-.8954,2-2V7.5c0-1.1046-.8954-2-2-2Z"/><circle class="c" cx="13.5" cy="15" r="3"/><circle class="c" cx="34.5" cy="28" r="3"/><line class="c" x1="13.5" y1="33" x2="13.5" y2="18"/><line class="c" x1="13.5" y1="12" x2="13.5" y2="9"/><line class="c" x1="34.5" y1="33" x2="34.5" y2="31"/><line class="c" x1="34.5" y1="25" x2="34.5" y2="9"/><polyline class="c" points="34.8151 39.2121 34.8151 35.2929 36.3466 35.2929"/><circle class="c" cx="33.7343" cy="39.2121" r="1.0808"/><path class="c" d="m11.652,37.8856c.2097-.2144.9966-1.0202,1.07-1.091.1625-.157.0784-.4083.0784-.4083,0,0-.118-.511-.15-.8528-.0256-.2699-.3111-.2396-.3111-.2396h-1.1487c-.1782.0257-.1833.1883-.1833.1883-.0781,1.0393.5052,2.1516.6228,2.3642l-.0003.0003c.0017.003.0036.0057.0053.0087.0099.0178.017.0302.017.0302,0,0,.0009-.0009.0009-.0009.422.7296,1.0285,1.3342,1.7584,1.7545-.0002.0002-.0016.0016-.0016.0016,0,0,.0209.0122.0588.0329.0006.0004.0012.0008.0019.0011h0c.2618.1424,1.3364.6867,2.3405.6111,0,0,.1627-.0054.1881-.1835v-1.1495s.0303-.2858-.2392-.3114c-.3415-.032-.852-.1501-.852-.1501,0,0-.2512-.0842-.4079.0784-.0709.0736-.8751.8605-1.0901,1.0711"/></svg>
Copied!