Canadaradar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Canadaradar 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/337973.svg" alt="Canadaradar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337973.svg" alt="Canadaradar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337973.svg" alt="Canadaradar icon" :width="24" :height="24" />
CSS background
.icon-canadaradar {
background-image: url('https://proicons.com/icon/337973.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M11.07,14.58a16,16,0,1,0,3.51-3.51"/><path class="a" d="M15.4193,29a9.93,9.93,0,1,1,16.56.89"/><path class="a" d="M29.8493,32a9.93,9.93,0,0,1-10.87.58"/><circle class="a" cx="23.9793" cy="24" r="4.43"/><circle class="a" cx="12.69" cy="12.69" r="2.5"/><circle class="a" cx="17.0493" cy="30.93" r="2.5"/><circle class="a" cx="30.9093" cy="30.94" r="1.5"/></svg>
Copied!