radar icon

radar-outline from Solar by 480 Design · Outline · Map · CC-BY-4.0 Attribution required.

Name
radar-outline
Set
Solar
Style
Outline
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More map icons from Solar

Use the radar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.3943 3.06477C11.9589 2.41221 9.4915 2.79438 7.45561 3.94297C7.09485 4.14651 6.6374 4.01905 6.43387 3.65829C6.23034 3.29753 6.3578 2.84008 6.71856 2.63655C9.08256 1.30284 11.9528 0.857647 14.7825 1.61589C20.5173 3.15251 23.9206 9.04713 22.3839 14.7819C20.8473 20.5167 14.9527 23.9199 9.21792 22.3833C3.48316 20.8467 0.0798993 14.952 1.61652 9.21728C1.92079 8.08176 2.39655 7.03633 3.00897 6.1023C3.58298 5.22684 4.74075 5.15904 5.47401 5.75252L12.4721 11.4166C12.794 11.6772 12.8438 12.1495 12.5832 12.4714C12.3226 12.7934 11.8503 12.8432 11.5284 12.5826L4.53031 6.91847C4.47447 6.87327 4.41163 6.85969 4.36175 6.86572C4.31632 6.87121 4.28556 6.89094 4.26338 6.92477C3.73738 7.727 3.32785 8.62608 3.06541 9.60551C1.7432 14.5401 4.67159 19.6122 9.60615 20.9344C14.5407 22.2566 19.6128 19.3282 20.935 14.3937C22.2573 9.4591 19.3289 4.38699 14.3943 3.06477Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarRadarOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.3943 3.06477C11.9589 2.41221 9.4915 2.79438 7.45561 3.94297C7.09485 4.14651 6.6374 4.01905 6.43387 3.65829C6.23034 3.29753 6.3578 2.84008 6.71856 2.63655C9.08256 1.30284 11.9528 0.857647 14.7825 1.61589C20.5173 3.15251 23.9206 9.04713 22.3839 14.7819C20.8473 20.5167 14.9527 23.9199 9.21792 22.3833C3.48316 20.8467 0.0798993 14.952 1.61652 9.21728C1.92079 8.08176 2.39655 7.03633 3.00897 6.1023C3.58298 5.22684 4.74075 5.15904 5.47401 5.75252L12.4721 11.4166C12.794 11.6772 12.8438 12.1495 12.5832 12.4714C12.3226 12.7934 11.8503 12.8432 11.5284 12.5826L4.53031 6.91847C4.47447 6.87327 4.41163 6.85969 4.36175 6.86572C4.31632 6.87121 4.28556 6.89094 4.26338 6.92477C3.73738 7.727 3.32785 8.62608 3.06541 9.60551C1.7432 14.5401 4.67159 19.6122 9.60615 20.9344C14.5407 22.2566 19.6128 19.3282 20.935 14.3937C22.2573 9.4591 19.3289 4.38699 14.3943 3.06477Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.3943 3.06477C11.9589 2.41221 9.4915 2.79438 7.45561 3.94297C7.09485 4.14651 6.6374 4.01905 6.43387 3.65829C6.23034 3.29753 6.3578 2.84008 6.71856 2.63655C9.08256 1.30284 11.9528 0.857647 14.7825 1.61589C20.5173 3.15251 23.9206 9.04713 22.3839 14.7819C20.8473 20.5167 14.9527 23.9199 9.21792 22.3833C3.48316 20.8467 0.0798993 14.952 1.61652 9.21728C1.92079 8.08176 2.39655 7.03633 3.00897 6.1023C3.58298 5.22684 4.74075 5.15904 5.47401 5.75252L12.4721 11.4166C12.794 11.6772 12.8438 12.1495 12.5832 12.4714C12.3226 12.7934 11.8503 12.8432 11.5284 12.5826L4.53031 6.91847C4.47447 6.87327 4.41163 6.85969 4.36175 6.86572C4.31632 6.87121 4.28556 6.89094 4.26338 6.92477C3.73738 7.727 3.32785 8.62608 3.06541 9.60551C1.7432 14.5401 4.67159 19.6122 9.60615 20.9344C14.5407 22.2566 19.6128 19.3282 20.935 14.3937C22.2573 9.4591 19.3289 4.38699 14.3943 3.06477Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-radar-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.3943%203.06477C11.9589%202.41221%209.4915%202.79438%207.45561%203.94297C7.09485%204.14651%206.6374%204.01905%206.43387%203.65829C6.23034%203.29753%206.3578%202.84008%206.71856%202.63655C9.08256%201.30284%2011.9528%200.857647%2014.7825%201.61589C20.5173%203.15251%2023.9206%209.04713%2022.3839%2014.7819C20.8473%2020.5167%2014.9527%2023.9199%209.21792%2022.3833C3.48316%2020.8467%200.0798993%2014.952%201.61652%209.21728C1.92079%208.08176%202.39655%207.03633%203.00897%206.1023C3.58298%205.22684%204.74075%205.15904%205.47401%205.75252L12.4721%2011.4166C12.794%2011.6772%2012.8438%2012.1495%2012.5832%2012.4714C12.3226%2012.7934%2011.8503%2012.8432%2011.5284%2012.5826L4.53031%206.91847C4.47447%206.87327%204.41163%206.85969%204.36175%206.86572C4.31632%206.87121%204.28556%206.89094%204.26338%206.92477C3.73738%207.727%203.32785%208.62608%203.06541%209.60551C1.7432%2014.5401%204.67159%2019.6122%209.60615%2020.9344C14.5407%2022.2566%2019.6128%2019.3282%2020.935%2014.3937C22.2573%209.4591%2019.3289%204.38699%2014.3943%203.06477Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.3943%203.06477C11.9589%202.41221%209.4915%202.79438%207.45561%203.94297C7.09485%204.14651%206.6374%204.01905%206.43387%203.65829C6.23034%203.29753%206.3578%202.84008%206.71856%202.63655C9.08256%201.30284%2011.9528%200.857647%2014.7825%201.61589C20.5173%203.15251%2023.9206%209.04713%2022.3839%2014.7819C20.8473%2020.5167%2014.9527%2023.9199%209.21792%2022.3833C3.48316%2020.8467%200.0798993%2014.952%201.61652%209.21728C1.92079%208.08176%202.39655%207.03633%203.00897%206.1023C3.58298%205.22684%204.74075%205.15904%205.47401%205.75252L12.4721%2011.4166C12.794%2011.6772%2012.8438%2012.1495%2012.5832%2012.4714C12.3226%2012.7934%2011.8503%2012.8432%2011.5284%2012.5826L4.53031%206.91847C4.47447%206.87327%204.41163%206.85969%204.36175%206.86572C4.31632%206.87121%204.28556%206.89094%204.26338%206.92477C3.73738%207.727%203.32785%208.62608%203.06541%209.60551C1.7432%2014.5401%204.67159%2019.6122%209.60615%2020.9344C14.5407%2022.2566%2019.6128%2019.3282%2020.935%2014.3937C22.2573%209.4591%2019.3289%204.38699%2014.3943%203.06477Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/radar-outline.svg?color=%231a73e8&size=48