Event Radar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Event Radar 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/340137.svg" alt="Event Radar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340137.svg" alt="Event Radar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340137.svg" alt="Event Radar icon" :width="24" :height="24" />
CSS background
.icon-event-radar {
background-image: url('https://proicons.com/icon/340137.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><path class="a" d="M7.9851,13.2308c-.0144.3113-.0471.6179-.0471.9328a19.9695,19.9695,0,0,0,32.124,15.87Z"/><line class="a" x1="23.8898" y1="21.5621" x2="25.2102" y2="19.2587"/><path class="a" d="M24.31,33.8306S24,37.9907,27.2,43.5H10.0706a89.0143,89.0143,0,0,0,5.0706-13.9688"/><path class="a" d="M39.03,15.6537a12.8128,12.8128,0,0,0-18.233-9.9"/><path class="a" d="M35.517,16.1106a9.269,9.269,0,0,0-13.19-7.1616"/><path class="a" d="M32.0042,16.5674a5.7249,5.7249,0,0,0-8.1466-4.4232"/><circle class="a" cx="25.7436" cy="18.3281" r="1.0765"/></svg>
Copied!