Radioupnp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radioupnp 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/331878.svg" alt="Radioupnp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331878.svg" alt="Radioupnp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331878.svg" alt="Radioupnp icon" :width="24" :height="24" />
CSS background
.icon-radioupnp {
background-image: url('https://proicons.com/icon/331878.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M13.59,9.51a12.0208,12.0208,0,0,1,20.8206,0"/><path class="a" d="M16.7451,12.1073a8.4146,8.4146,0,0,1,14.5745,0"/><path class="a" d="M19.8742,15.2251a4.8082,4.8082,0,0,1,8.3282,0"/><path class="a" d="M20.47,21.2055a3.6063,3.6063,0,0,1,3.6062-3.6062h0a3.6063,3.6063,0,0,1,3.6063,3.6062h0"/><path class="a" d="M27.6829,31.7824a3.6063,3.6063,0,1,1-7.2125,0"/><path class="b" d="M27.6829,21.2055V31.7824"/><path class="b" d="M20.47,21.2055V31.7824"/><path class="a" d="M31.2508,32.2014a7.2125,7.2125,0,0,1-14.425,0"/><path class="b" d="M24.1535,39.413v5.0677"/><path class="b" d="M20.8583,44.5h6.3983"/><path class="b" d="M31.2508,29.0981v3.1033"/><path class="b" d="M16.8258,29.0981v3.1033"/></svg>
Copied!