Radioparadise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radioparadise 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/331877.svg" alt="Radioparadise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331877.svg" alt="Radioparadise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331877.svg" alt="Radioparadise icon" :width="24" :height="24" />
CSS background
.icon-radioparadise {
background-image: url('https://proicons.com/icon/331877.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><ellipse class="a" cx="24" cy="23.1884" rx="19.9432" ry="15.6871" transform="translate(-6.4633 9.5615) rotate(-19.9147)"/><path class="a" d="M25.0918,26.95a6.2084,6.2084,0,0,0,7.517,4.4869h0a6.2084,6.2084,0,0,0,4.4869-7.517l-.9848-3.9013a6.2083,6.2083,0,0,0-7.517-4.4869h0a6.2084,6.2084,0,0,0-4.4869,7.517"/><line class="a" x1="22.592" y1="17.0463" x2="28.6522" y2="41.0542"/><path class="a" d="M14.6242,20.4036a6.3712,6.3712,0,0,1,4.5781-7.73h0"/><line class="a" x1="13.0482" y1="14.2495" x2="17.2245" y2="30.5579"/></svg>
Copied!