Wo Mic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wo Mic 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/335220.svg" alt="Wo Mic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335220.svg" alt="Wo Mic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335220.svg" alt="Wo Mic icon" :width="24" :height="24" />
CSS background
.icon-wo-mic {
background-image: url('https://proicons.com/icon/335220.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5h0a8.5029,8.5029,0,0,1,8.503,8.5029V23.5146A8.5029,8.5029,0,0,1,24,32.0175h0a8.5029,8.5029,0,0,1-8.503-8.5029V13.0029A8.5029,8.5029,0,0,1,24,4.5Z"/><path class="a" d="M10.8552,26.0449a13.3867,13.3867,0,0,0,26.29,0"/><line class="a" x1="24" y1="36.8982" x2="24" y2="43.5"/><line class="a" x1="10.8552" y1="43.5" x2="37.1448" y2="43.5"/></svg>
Copied!