Radio Net Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radio Net 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/331870.svg" alt="Radio Net icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331870.svg" alt="Radio Net icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331870.svg" alt="Radio Net icon" :width="24" :height="24" />
CSS background
.icon-radio-net {
background-image: url('https://proicons.com/icon/331870.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m12.9746,9.8571c1.7223,0,3.1091,1.398,3.1091,3.1091,0,1.7223-1.3868,3.1091-3.1091,3.1091-1.7111,0-3.1091-1.3868-3.1091-3.1091,0-1.7111,1.398-3.1091,3.1091-3.1091Z"/><path id="c" class="f" d="m15.5804,19.9561c-3.8728,1.4203-8.1763-.5597-9.612-4.4223-1.4358-3.8627.5398-8.1453,4.4126-9.5656s8.1763.5597,9.612,4.4223c.6162,1.6579.622,3.4783.0162,5.1368"/><path id="d" class="f" d="m15.312,15.2925l8.9359,8.9359c.2982-.2535.6859-.3803,1.1631-.3803h10.8819c1.0289,0,1.5434.5182,1.5434,1.5546v10.8707c0,1.0364-.5145,1.5546-1.5434,1.5546h-10.8819c-1.0364,0-1.5546-.5182-1.5546-1.5546v-9.3162l-4.2722-4.2834c-.261.7829-.3914,1.6925-.3914,2.7289"/><path id="e" class="f" d="m20.7474,20.739c1.0364-1.0364,2.5909-1.5546,4.6637-1.5546h10.8819c4.138,0,6.207,2.0727,6.207,6.2182v10.8707c0,4.1455-2.11,6.2182-6.3301,6.2182h-10.7589c-4.1455,0-6.2182-2.0727-6.2182-6.2182v-10.8707"/></svg>
Copied!