radar-line from Remix Icon by Remix Design · Line · Device · Apache-2.0 Free for personal and commercial use.

Name
radar-line
Set
Remix Icon
Style
Line
Category
Device
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More device icons from Remix Icon

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.507 3.623l-1.024 1.772c-2.91-.879-5.513-.45-6.41 1.105c-1.178 2.04.79 5.652 4.677 7.897c3.888 2.245 8.001 2.142 9.179.103c.897-1.555-.033-4.024-2.25-6.105l1.024-1.772c3.082 2.709 4.462 6.27 2.957 8.877c-1.86 3.222-7.188 3.355-11.91.63C4.03 13.402 1.48 8.721 3.34 5.5c1.505-2.607 5.28-3.192 9.167-1.877m3.377-1.85l1.732 1l-5 8.66l-1.732-1zM6.732 20H17v2H5.018a1 1 0 0 1-1.015-.922a1 1 0 0 1 .131-.578l2.25-3.897l1.732 1z"/></svg>

React

import type { SVGProps } from "react";

export function RiRadarLine(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.507 3.623l-1.024 1.772c-2.91-.879-5.513-.45-6.41 1.105c-1.178 2.04.79 5.652 4.677 7.897c3.888 2.245 8.001 2.142 9.179.103c.897-1.555-.033-4.024-2.25-6.105l1.024-1.772c3.082 2.709 4.462 6.27 2.957 8.877c-1.86 3.222-7.188 3.355-11.91.63C4.03 13.402 1.48 8.721 3.34 5.5c1.505-2.607 5.28-3.192 9.167-1.877m3.377-1.85l1.732 1l-5 8.66l-1.732-1zM6.732 20H17v2H5.018a1 1 0 0 1-1.015-.922a1 1 0 0 1 .131-.578l2.25-3.897l1.732 1z"/></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.507 3.623l-1.024 1.772c-2.91-.879-5.513-.45-6.41 1.105c-1.178 2.04.79 5.652 4.677 7.897c3.888 2.245 8.001 2.142 9.179.103c.897-1.555-.033-4.024-2.25-6.105l1.024-1.772c3.082 2.709 4.462 6.27 2.957 8.877c-1.86 3.222-7.188 3.355-11.91.63C4.03 13.402 1.48 8.721 3.34 5.5c1.505-2.607 5.28-3.192 9.167-1.877m3.377-1.85l1.732 1l-5 8.66l-1.732-1zM6.732 20H17v2H5.018a1 1 0 0 1-1.015-.922a1 1 0 0 1 .131-.578l2.25-3.897l1.732 1z"/></svg>
</template>

CSS

.icon-radar-line {
  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.507%203.623l-1.024%201.772c-2.91-.879-5.513-.45-6.41%201.105c-1.178%202.04.79%205.652%204.677%207.897c3.888%202.245%208.001%202.142%209.179.103c.897-1.555-.033-4.024-2.25-6.105l1.024-1.772c3.082%202.709%204.462%206.27%202.957%208.877c-1.86%203.222-7.188%203.355-11.91.63C4.03%2013.402%201.48%208.721%203.34%205.5c1.505-2.607%205.28-3.192%209.167-1.877m3.377-1.85l1.732%201l-5%208.66l-1.732-1zM6.732%2020H17v2H5.018a1%201%200%200%201-1.015-.922a1%201%200%200%201%20.131-.578l2.25-3.897l1.732%201z%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.507%203.623l-1.024%201.772c-2.91-.879-5.513-.45-6.41%201.105c-1.178%202.04.79%205.652%204.677%207.897c3.888%202.245%208.001%202.142%209.179.103c.897-1.555-.033-4.024-2.25-6.105l1.024-1.772c3.082%202.709%204.462%206.27%202.957%208.877c-1.86%203.222-7.188%203.355-11.91.63C4.03%2013.402%201.48%208.721%203.34%205.5c1.505-2.607%205.28-3.192%209.167-1.877m3.377-1.85l1.732%201l-5%208.66l-1.732-1zM6.732%2020H17v2H5.018a1%201%200%200%201-1.015-.922a1%201%200%200%201%20.131-.578l2.25-3.897l1.732%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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