Commonvoice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Commonvoice 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/323953.svg" alt="Commonvoice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323953.svg" alt="Commonvoice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323953.svg" alt="Commonvoice icon" :width="24" :height="24" />
CSS background
.icon-commonvoice {
background-image: url('https://proicons.com/icon/323953.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M28.77,26.07H19.2a.12.12,0,0,0-.08.14A5.41,5.41,0,0,0,24,29.6a5.41,5.41,0,0,0,4.88-3.38v0A.13.13,0,0,0,28.77,26.07Z"/><path class="cls-1" d="M31.82,19.2a.07.07,0,0,0-.1.05,1.2,1.2,0,0,1-1.11.74,1.23,1.23,0,0,1-1.1-.74,1.21,1.21,0,0,1,.65-1.57.07.07,0,0,0,.07-.07.08.08,0,0,0-.07-.08,2.86,2.86,0,0,0-1.2-.08,2.79,2.79,0,1,0,3,3.47,2.73,2.73,0,0,0-.11-1.67A.08.08,0,0,0,31.82,19.2Z"/><path class="cls-1" d="M41,17.32a8.08,8.08,0,0,0-7.87-6.41H14.92a8.08,8.08,0,0,0-7.87,6.41A3.65,3.65,0,0,0,4.5,20.78v5.84A4.24,4.24,0,0,0,8.05,30.8a11.52,11.52,0,0,0,10.26,6.29H29.6A11.53,11.53,0,0,0,39.87,30.8a4.24,4.24,0,0,0,3.63-4.18V20.78A3.65,3.65,0,0,0,41,17.32Zm-4.23,9.5a6.58,6.58,0,0,1-6.56,6.56H17.84a6.59,6.59,0,0,1-6.57-6.56V19.74h0A5.74,5.74,0,0,1,17,14H31a5.75,5.75,0,0,1,5.73,5.73Z"/><path class="cls-1" d="M21.4,20.89a2.7,2.7,0,0,0-.06-1.64.08.08,0,0,0-.05-.05.07.07,0,0,0-.1.05,1.2,1.2,0,1,1-1.56-1.57.07.07,0,0,0,.07-.07.08.08,0,0,0-.07-.08,2.46,2.46,0,0,0-.45-.11A2.78,2.78,0,0,0,16,19.68h0a2.79,2.79,0,0,0,5.45,1.22Z"/></svg>
Copied!