Radio Garden Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radio Garden 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/346428.svg" alt="Radio Garden icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346428.svg" alt="Radio Garden icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346428.svg" alt="Radio Garden icon" :width="24" :height="24" />
CSS background
.icon-radio-garden {
background-image: url('https://proicons.com/icon/346428.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="m24,2.5c-11.8718.0055-21.4945,9.6282-21.5,21.5h0c.0055,11.8718,9.6282,21.4945,21.5,21.5h0c11.8718-.0055,21.4945-9.6282,21.5-21.5h0c-.0055-11.8718-9.6282-21.4945-21.5-21.5Zm-4.46,4.1l2.46,2.69-1.52,2.85-5,2.92-1.88,6.42,8.61,2.73-9.21,13.98c-1.0071-.7806-1.9289-1.6656-2.75-2.64l-1.38-11.55,4.73-2.49-6.73-2.95c1.8705-5.9142,6.6543-10.4485,12.66-12l.01.04Zm12.46,1.32c2.2031,1.0926,4.1572,2.6279,5.74,4.51l-8.74.32,3-4.83Zm6.76,5.84c5.2575,7.5342,3.9614,17.8247-3,23.82l-.92-10.21-6-1.7-1.39-6.8,11.31-5.11Z"/><circle class="c" cx="24" cy="24.0231" r="8.5"/></svg>
Copied!