Wiseradar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wiseradar 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/335205.svg" alt="Wiseradar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335205.svg" alt="Wiseradar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335205.svg" alt="Wiseradar icon" :width="24" :height="24" />
CSS background
.icon-wiseradar {
background-image: url('https://proicons.com/icon/335205.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;}.b{stroke-dasharray:1 2;}</style></defs><path class="a" d="M23.11,38.2,24.53,32c-5.69,1.9-10.19.47-14.58-1.54a21.51,21.51,0,0,1,7.23-1.19,39.8,39.8,0,0,1-5.93-3.67,23.55,23.55,0,0,0-.59-7.59,41.49,41.49,0,0,1,10.67,4.26,29.62,29.62,0,0,0-1.06-6.64l2.6.72a57.74,57.74,0,0,1,2.73-5.46,23.3,23.3,0,0,1,1.9,6.17L30.23,16c-.36,1.9-.6,4-.95,6.17l10.31-3.44c-.35,3.91-.83,7.82-5.21,10.91A28.16,28.16,0,0,1,40,30.85C35.8,33,30.46,32.75,24.89,32"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M24.53,25.4l-10-16.6"/><path class="b" d="M14.57,8.8a18.11,18.11,0,0,1,24.08,5.1"/></svg>
Copied!