Radio Mic Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Radio 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/306313.svg" alt="Radio Mic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306313.svg" alt="Radio Mic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306313.svg" alt="Radio Mic icon" :width="24" :height="24" />
CSS background
.icon-radio-mic {
background-image: url('https://proicons.com/icon/306313.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M721 546c0 97-95 194-189 194h-63c-95 0-189-97-189-194V351h-63v195c0 130 126 259 252 259v130H280v65h441v-65H532V805c126 0 252-129 252-259V351h-63v195zM531 0h-62c-64 0-117 49-125 113h313C649 49 596 0 531 0zM343 546c0 72 56 130 126 130h63c70 0 126-59 126-130V163H343v383z"/></svg>
Copied!