Volumee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Volumee 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/349435.svg" alt="Volumee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349435.svg" alt="Volumee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349435.svg" alt="Volumee icon" :width="24" :height="24" />
CSS background
.icon-volumee {
background-image: url('https://proicons.com/icon/349435.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M37.8762,29.287l-4.6268-2.6439,4.6253-2.6427,4.625,2.6429v5.2857l-18.5,10.571L5.4998,31.929v-5.2857l18.5-10.571,9.25,5.2857-4.6253,2.6427-4.6247-2.6427L5.4998,31.929"/><path class="c" d="M42.5002,16.071l-18.5,10.571-4.6247-2.6427-4.6253,2.6427,9.25,5.2857,18.5-10.571v-5.2857L24.0002,5.5,5.5002,16.071v5.2857l4.625,2.6429,4.626-2.6423-4.6275-2.6443"/><path class="c" d="M37.8762,18.715l-13.876-7.9294L5.5002,21.3566"/><path class="c" d="M42.5002,26.643l-18.5,10.571-13.876-7.9294"/><path class="c" d="M24.0002,37.214l-.0005,5.286M24.0002,26.642v5.2857M23.9998,16.0727v5.2857M24.0002,5.5004v5.2856"/></svg>
Copied!