Radarbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Radarbot 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/346422.svg" alt="Radarbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346422.svg" alt="Radarbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346422.svg" alt="Radarbot icon" :width="24" :height="24" />
CSS background
.icon-radarbot {
background-image: url('https://proicons.com/icon/346422.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="M15.7291,23.9956c.0005,2.1686-1.757,3.927-3.9256,3.9275h-.001c-2.1686,0-3.9265-1.758-3.9265-3.9265-.0005-2.1686,1.757-3.927,3.9256-3.9275h.001c2.1686,0,3.9265,1.758,3.9265,3.9265M19.0854,17.6174c1.5466,1.7647,2.3987,4.0316,2.3974,6.3782h0c.0014,2.3497-.8529,4.6195-2.4033,6.3851M23.4441,13.3041c2.6787,2.9162,4.1652,6.7317,4.1653,10.6914,0,3.962-1.4879,7.7795-4.1692,10.6964M27.7179,9.0826c3.7883,4.0415,5.8963,9.3735,5.8957,14.913.0004,5.5437-2.1109,10.8794-5.9046,14.9218"/><path class="c" d="M32.3459,4.5c4.9946,5.262,7.7788,12.2405,7.7781,19.4956.0006,7.2593-2.787,14.2416-7.787,19.5044"/></svg>
Copied!