radar2 icon

radar2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
radar2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

More newicons icons from Reicon

Use the radar2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 17.75c-4.27 0-7.75-3.48-7.75-7.75c0-1.36.36-2.69 1.03-3.86a.75.75 0 0 1 1.02-.28l6.07 3.49c.36.21.48.66.28 1.02c-.21.36-.66.48-1.02.28L6.24 9.56c-.32.77-.49 1.6-.49 2.44c0 3.45 2.8 6.25 6.25 6.25s6.25-2.8 6.25-6.25a6.252 6.252 0 0 0-10-5a.75.75 0 0 1-.9-1.2A7.7 7.7 0 0 1 12 4.25c4.27 0 7.75 3.48 7.75 7.75s-3.48 7.75-7.75 7.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRadar2Filled(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" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 17.75c-4.27 0-7.75-3.48-7.75-7.75c0-1.36.36-2.69 1.03-3.86a.75.75 0 0 1 1.02-.28l6.07 3.49c.36.21.48.66.28 1.02c-.21.36-.66.48-1.02.28L6.24 9.56c-.32.77-.49 1.6-.49 2.44c0 3.45 2.8 6.25 6.25 6.25s6.25-2.8 6.25-6.25a6.252 6.252 0 0 0-10-5a.75.75 0 0 1-.9-1.2A7.7 7.7 0 0 1 12 4.25c4.27 0 7.75 3.48 7.75 7.75s-3.48 7.75-7.75 7.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 17.75c-4.27 0-7.75-3.48-7.75-7.75c0-1.36.36-2.69 1.03-3.86a.75.75 0 0 1 1.02-.28l6.07 3.49c.36.21.48.66.28 1.02c-.21.36-.66.48-1.02.28L6.24 9.56c-.32.77-.49 1.6-.49 2.44c0 3.45 2.8 6.25 6.25 6.25s6.25-2.8 6.25-6.25a6.252 6.252 0 0 0-10-5a.75.75 0 0 1-.9-1.2A7.7 7.7 0 0 1 12 4.25c4.27 0 7.75 3.48 7.75 7.75s-3.48 7.75-7.75 7.75"/></svg>
</template>

CSS

.icon-radar2-filled {
  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%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%2017.75c-4.27%200-7.75-3.48-7.75-7.75c0-1.36.36-2.69%201.03-3.86a.75.75%200%200%201%201.02-.28l6.07%203.49c.36.21.48.66.28%201.02c-.21.36-.66.48-1.02.28L6.24%209.56c-.32.77-.49%201.6-.49%202.44c0%203.45%202.8%206.25%206.25%206.25s6.25-2.8%206.25-6.25a6.252%206.252%200%200%200-10-5a.75.75%200%200%201-.9-1.2A7.7%207.7%200%200%201%2012%204.25c4.27%200%207.75%203.48%207.75%207.75s-3.48%207.75-7.75%207.75%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%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%2017.75c-4.27%200-7.75-3.48-7.75-7.75c0-1.36.36-2.69%201.03-3.86a.75.75%200%200%201%201.02-.28l6.07%203.49c.36.21.48.66.28%201.02c-.21.36-.66.48-1.02.28L6.24%209.56c-.32.77-.49%201.6-.49%202.44c0%203.45%202.8%206.25%206.25%206.25s6.25-2.8%206.25-6.25a6.252%206.252%200%200%200-10-5a.75.75%200%200%201-.9-1.2A7.7%207.7%200%200%201%2012%204.25c4.27%200%207.75%203.48%207.75%207.75s-3.48%207.75-7.75%207.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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