Radiodroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radiodroid 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/346430.svg" alt="Radiodroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346430.svg" alt="Radiodroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346430.svg" alt="Radiodroid icon" :width="24" :height="24" />
CSS background
.icon-radiodroid {
background-image: url('https://proicons.com/icon/346430.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.77,7.16a16.84,16.84,0,0,1,0,33.68m0-5.62a11.22,11.22,0,1,0,0-22.44M20,7.51c.77-.11,1.16.71,1.16,2.46V38c0,2.81-1,3.21-3,1.24L5.72,26.81a4.09,4.09,0,0,1,0-5.62L18.18,8.73A3.89,3.89,0,0,1,20,7.51Zm6.78,10.56a5.93,5.93,0,0,1,0,11.86"/></svg>
Copied!