radar 2 icon

radar-2 from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.

Name
radar-2
Set
Reicon
Style
Outline
Category
Map
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All radar 2 icons →

More map icons from Reicon

Use the radar 2 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.394 3.065a9.22 9.22 0 0 0-6.938.878a.75.75 0 1 1-.737-1.306a10.72 10.72 0 0 1 8.064-1.021c5.734 1.537 9.138 7.431 7.6 13.166c-1.536 5.735-7.43 9.138-13.165 7.601S.08 14.952 1.617 9.217a10.7 10.7 0 0 1 1.392-3.115c.574-.875 1.732-.943 2.465-.35l6.998 5.665a.75.75 0 0 1-.944 1.166l-4.04-3.27a5.25 5.25 0 1 0 2.851-2.296a.75.75 0 1 1-.473-1.423a6.75 6.75 0 1 1-3.553 2.768L4.53 6.918a.23.23 0 0 0-.168-.052a.13.13 0 0 0-.099.059a9.2 9.2 0 0 0-1.198 2.68a9.25 9.25 0 1 0 11.33-6.54" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRadar2(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.394 3.065a9.22 9.22 0 0 0-6.938.878a.75.75 0 1 1-.737-1.306a10.72 10.72 0 0 1 8.064-1.021c5.734 1.537 9.138 7.431 7.6 13.166c-1.536 5.735-7.43 9.138-13.165 7.601S.08 14.952 1.617 9.217a10.7 10.7 0 0 1 1.392-3.115c.574-.875 1.732-.943 2.465-.35l6.998 5.665a.75.75 0 0 1-.944 1.166l-4.04-3.27a5.25 5.25 0 1 0 2.851-2.296a.75.75 0 1 1-.473-1.423a6.75 6.75 0 1 1-3.553 2.768L4.53 6.918a.23.23 0 0 0-.168-.052a.13.13 0 0 0-.099.059a9.2 9.2 0 0 0-1.198 2.68a9.25 9.25 0 1 0 11.33-6.54" 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.394 3.065a9.22 9.22 0 0 0-6.938.878a.75.75 0 1 1-.737-1.306a10.72 10.72 0 0 1 8.064-1.021c5.734 1.537 9.138 7.431 7.6 13.166c-1.536 5.735-7.43 9.138-13.165 7.601S.08 14.952 1.617 9.217a10.7 10.7 0 0 1 1.392-3.115c.574-.875 1.732-.943 2.465-.35l6.998 5.665a.75.75 0 0 1-.944 1.166l-4.04-3.27a5.25 5.25 0 1 0 2.851-2.296a.75.75 0 1 1-.473-1.423a6.75 6.75 0 1 1-3.553 2.768L4.53 6.918a.23.23 0 0 0-.168-.052a.13.13 0 0 0-.099.059a9.2 9.2 0 0 0-1.198 2.68a9.25 9.25 0 1 0 11.33-6.54" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-radar-2 {
  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.394%203.065a9.22%209.22%200%200%200-6.938.878a.75.75%200%201%201-.737-1.306a10.72%2010.72%200%200%201%208.064-1.021c5.734%201.537%209.138%207.431%207.6%2013.166c-1.536%205.735-7.43%209.138-13.165%207.601S.08%2014.952%201.617%209.217a10.7%2010.7%200%200%201%201.392-3.115c.574-.875%201.732-.943%202.465-.35l6.998%205.665a.75.75%200%200%201-.944%201.166l-4.04-3.27a5.25%205.25%200%201%200%202.851-2.296a.75.75%200%201%201-.473-1.423a6.75%206.75%200%201%201-3.553%202.768L4.53%206.918a.23.23%200%200%200-.168-.052a.13.13%200%200%200-.099.059a9.2%209.2%200%200%200-1.198%202.68a9.25%209.25%200%201%200%2011.33-6.54%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.394%203.065a9.22%209.22%200%200%200-6.938.878a.75.75%200%201%201-.737-1.306a10.72%2010.72%200%200%201%208.064-1.021c5.734%201.537%209.138%207.431%207.6%2013.166c-1.536%205.735-7.43%209.138-13.165%207.601S.08%2014.952%201.617%209.217a10.7%2010.7%200%200%201%201.392-3.115c.574-.875%201.732-.943%202.465-.35l6.998%205.665a.75.75%200%200%201-.944%201.166l-4.04-3.27a5.25%205.25%200%201%200%202.851-2.296a.75.75%200%201%201-.473-1.423a6.75%206.75%200%201%201-3.553%202.768L4.53%206.918a.23.23%200%200%200-.168-.052a.13.13%200%200%200-.099.059a9.2%209.2%200%200%200-1.198%202.68a9.25%209.25%200%201%200%2011.33-6.54%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/reicon/radar-2.svg?color=%231a73e8&size=48