radar from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
radar
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-radar

The same icon in other sets

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" d="M12 2C6.579 2 2 6.58 2 12s4.579 10 10 10s10-4.58 10-10S17.421 2 12 2m0 18c-4.337 0-8-3.664-8-8c0-3.998 3.115-7.417 7-7.927V6.09C8.167 6.569 6 9.033 6 12c0 3.309 2.691 6 6 6c1.595 0 3.1-.626 4.237-1.763l-1.414-1.415A3.97 3.97 0 0 1 12 16c-2.206 0-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858v2.146c-.59.353-1 .993-1 1.712c0 1.081.919 2 2 2s2-.919 2-2c0-.719-.41-1.359-1-1.712V4.073c3.885.51 7 3.929 7 7.927c0 4.336-3.663 8-8 8"/></svg>

React

import type { SVGProps } from "react";

export function BxRadar(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.579 2 2 6.58 2 12s4.579 10 10 10s10-4.58 10-10S17.421 2 12 2m0 18c-4.337 0-8-3.664-8-8c0-3.998 3.115-7.417 7-7.927V6.09C8.167 6.569 6 9.033 6 12c0 3.309 2.691 6 6 6c1.595 0 3.1-.626 4.237-1.763l-1.414-1.415A3.97 3.97 0 0 1 12 16c-2.206 0-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858v2.146c-.59.353-1 .993-1 1.712c0 1.081.919 2 2 2s2-.919 2-2c0-.719-.41-1.359-1-1.712V4.073c3.885.51 7 3.929 7 7.927c0 4.336-3.663 8-8 8"/></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.579 2 2 6.58 2 12s4.579 10 10 10s10-4.58 10-10S17.421 2 12 2m0 18c-4.337 0-8-3.664-8-8c0-3.998 3.115-7.417 7-7.927V6.09C8.167 6.569 6 9.033 6 12c0 3.309 2.691 6 6 6c1.595 0 3.1-.626 4.237-1.763l-1.414-1.415A3.97 3.97 0 0 1 12 16c-2.206 0-4-1.794-4-4c0-1.858 1.279-3.411 3-3.858v2.146c-.59.353-1 .993-1 1.712c0 1.081.919 2 2 2s2-.919 2-2c0-.719-.41-1.359-1-1.712V4.073c3.885.51 7 3.929 7 7.927c0 4.336-3.663 8-8 8"/></svg>
</template>

CSS

.icon-radar {
  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.579%202%202%206.58%202%2012s4.579%2010%2010%2010s10-4.58%2010-10S17.421%202%2012%202m0%2018c-4.337%200-8-3.664-8-8c0-3.998%203.115-7.417%207-7.927V6.09C8.167%206.569%206%209.033%206%2012c0%203.309%202.691%206%206%206c1.595%200%203.1-.626%204.237-1.763l-1.414-1.415A3.97%203.97%200%200%201%2012%2016c-2.206%200-4-1.794-4-4c0-1.858%201.279-3.411%203-3.858v2.146c-.59.353-1%20.993-1%201.712c0%201.081.919%202%202%202s2-.919%202-2c0-.719-.41-1.359-1-1.712V4.073c3.885.51%207%203.929%207%207.927c0%204.336-3.663%208-8%208%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.579%202%202%206.58%202%2012s4.579%2010%2010%2010s10-4.58%2010-10S17.421%202%2012%202m0%2018c-4.337%200-8-3.664-8-8c0-3.998%203.115-7.417%207-7.927V6.09C8.167%206.569%206%209.033%206%2012c0%203.309%202.691%206%206%206c1.595%200%203.1-.626%204.237-1.763l-1.414-1.415A3.97%203.97%200%200%201%2012%2016c-2.206%200-4-1.794-4-4c0-1.858%201.279-3.411%203-3.858v2.146c-.59.353-1%20.993-1%201.712c0%201.081.919%202%202%202s2-.919%202-2c0-.719-.41-1.359-1-1.712V4.073c3.885.51%207%203.929%207%207.927c0%204.336-3.663%208-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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