Myradar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myradar 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/329900.svg" alt="Myradar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329900.svg" alt="Myradar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329900.svg" alt="Myradar icon" :width="24" :height="24" />
CSS background
.icon-myradar {
background-image: url('https://proicons.com/icon/329900.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="b" cx="33.243" cy="24.8606" r="4"/><path class="b" d="M39.6952,24.1912c0,3.59-5.5318,16.6438-6.5,16.65-1.166.0074-6.5-13.06-6.5-16.65s2.9101-6.5,6.5-6.5,6.5,2.9101,6.5,6.5Z"/><path class="b" d="M37.0359,5.5c-1.961,5.3172,1.5147,9.0739,1.1516,14.5284"/><path class="b" d="M15.6494,5.5s-5.5755,4.7232-4.3984,7.3127c2.1575,4.7466-5.741,7.2273-5.751,7.2032"/><path class="b" d="M22.7251,5.5s-2.7507,5.618-1.9442,8.3645c3.1613,10.7665-15.2809,13.7055-15.2809,13.7055"/><path class="b" d="M30.47,5.5c-2.3211,6.472.283,9.3426.0624,12.76"/><path class="b" d="M26.7976,25.2607c.1353.3384-4.1544,3.4417-6.7817,3.2015-4.9644-.454-13.4,6.7141-14.5159,6.1513"/><path class="b" d="M8.05,42.22c9.5-11.02,13.58-6.86,20.67-10.28"/></svg>
Copied!