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

Name
radar-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the radar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M4.929 4.929a1 1 0 0 1 1.414 1.414A7.97 7.97 0 0 0 4 12a7.97 7.97 0 0 0 2.343 5.657A1 1 0 1 1 4.93 19.07A9.97 9.97 0 0 1 2 12a9.97 9.97 0 0 1 2.929-7.071m12.728 0a1 1 0 0 1 1.414 0A9.97 9.97 0 0 1 22 12a9.97 9.97 0 0 1-2.929 7.071a1 1 0 0 1-1.414-1.414A7.97 7.97 0 0 0 20 12a7.97 7.97 0 0 0-2.343-5.657a1 1 0 0 1 0-1.414M9.172 7.757a1 1 0 0 1 0 1.415A3.98 3.98 0 0 0 8 12c0 1.13.467 2.148 1.22 2.877a1 1 0 1 1-1.39 1.437A6 6 0 0 1 6 12c0-1.657.673-3.158 1.757-4.243a1 1 0 0 1 1.415 0m7.11.04A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.757 4.243a1 1 0 0 1-1.415-1.415A3.98 3.98 0 0 0 16 12c0-1.091-.436-2.08-1.145-2.802a1 1 0 0 1 1.427-1.401M12 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></g></svg>

React

import type { SVGProps } from "react";

export function MingcuteRadarLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M4.929 4.929a1 1 0 0 1 1.414 1.414A7.97 7.97 0 0 0 4 12a7.97 7.97 0 0 0 2.343 5.657A1 1 0 1 1 4.93 19.07A9.97 9.97 0 0 1 2 12a9.97 9.97 0 0 1 2.929-7.071m12.728 0a1 1 0 0 1 1.414 0A9.97 9.97 0 0 1 22 12a9.97 9.97 0 0 1-2.929 7.071a1 1 0 0 1-1.414-1.414A7.97 7.97 0 0 0 20 12a7.97 7.97 0 0 0-2.343-5.657a1 1 0 0 1 0-1.414M9.172 7.757a1 1 0 0 1 0 1.415A3.98 3.98 0 0 0 8 12c0 1.13.467 2.148 1.22 2.877a1 1 0 1 1-1.39 1.437A6 6 0 0 1 6 12c0-1.657.673-3.158 1.757-4.243a1 1 0 0 1 1.415 0m7.11.04A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.757 4.243a1 1 0 0 1-1.415-1.415A3.98 3.98 0 0 0 16 12c0-1.091-.436-2.08-1.145-2.802a1 1 0 0 1 1.427-1.401M12 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z"/><path fill="currentColor" d="M4.929 4.929a1 1 0 0 1 1.414 1.414A7.97 7.97 0 0 0 4 12a7.97 7.97 0 0 0 2.343 5.657A1 1 0 1 1 4.93 19.07A9.97 9.97 0 0 1 2 12a9.97 9.97 0 0 1 2.929-7.071m12.728 0a1 1 0 0 1 1.414 0A9.97 9.97 0 0 1 22 12a9.97 9.97 0 0 1-2.929 7.071a1 1 0 0 1-1.414-1.414A7.97 7.97 0 0 0 20 12a7.97 7.97 0 0 0-2.343-5.657a1 1 0 0 1 0-1.414M9.172 7.757a1 1 0 0 1 0 1.415A3.98 3.98 0 0 0 8 12c0 1.13.467 2.148 1.22 2.877a1 1 0 1 1-1.39 1.437A6 6 0 0 1 6 12c0-1.657.673-3.158 1.757-4.243a1 1 0 0 1 1.415 0m7.11.04A5.98 5.98 0 0 1 18 12a5.98 5.98 0 0 1-1.757 4.243a1 1 0 0 1-1.415-1.415A3.98 3.98 0 0 0 16 12c0-1.091-.436-2.08-1.145-2.802a1 1 0 0 1 1.427-1.401M12 10.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m12.593%2023.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.929%204.929a1%201%200%200%201%201.414%201.414A7.97%207.97%200%200%200%204%2012a7.97%207.97%200%200%200%202.343%205.657A1%201%200%201%201%204.93%2019.07A9.97%209.97%200%200%201%202%2012a9.97%209.97%200%200%201%202.929-7.071m12.728%200a1%201%200%200%201%201.414%200A9.97%209.97%200%200%201%2022%2012a9.97%209.97%200%200%201-2.929%207.071a1%201%200%200%201-1.414-1.414A7.97%207.97%200%200%200%2020%2012a7.97%207.97%200%200%200-2.343-5.657a1%201%200%200%201%200-1.414M9.172%207.757a1%201%200%200%201%200%201.415A3.98%203.98%200%200%200%208%2012c0%201.13.467%202.148%201.22%202.877a1%201%200%201%201-1.39%201.437A6%206%200%200%201%206%2012c0-1.657.673-3.158%201.757-4.243a1%201%200%200%201%201.415%200m7.11.04A5.98%205.98%200%200%201%2018%2012a5.98%205.98%200%200%201-1.757%204.243a1%201%200%200%201-1.415-1.415A3.98%203.98%200%200%200%2016%2012c0-1.091-.436-2.08-1.145-2.802a1%201%200%200%201%201.427-1.401M12%2010.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22m12.593%2023.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02%200%200%200-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.929%204.929a1%201%200%200%201%201.414%201.414A7.97%207.97%200%200%200%204%2012a7.97%207.97%200%200%200%202.343%205.657A1%201%200%201%201%204.93%2019.07A9.97%209.97%200%200%201%202%2012a9.97%209.97%200%200%201%202.929-7.071m12.728%200a1%201%200%200%201%201.414%200A9.97%209.97%200%200%201%2022%2012a9.97%209.97%200%200%201-2.929%207.071a1%201%200%200%201-1.414-1.414A7.97%207.97%200%200%200%2020%2012a7.97%207.97%200%200%200-2.343-5.657a1%201%200%200%201%200-1.414M9.172%207.757a1%201%200%200%201%200%201.415A3.98%203.98%200%200%200%208%2012c0%201.13.467%202.148%201.22%202.877a1%201%200%201%201-1.39%201.437A6%206%200%200%201%206%2012c0-1.657.673-3.158%201.757-4.243a1%201%200%200%201%201.415%200m7.11.04A5.98%205.98%200%200%201%2018%2012a5.98%205.98%200%200%201-1.757%204.243a1%201%200%200%201-1.415-1.415A3.98%203.98%200%200%200%2016%2012c0-1.091-.436-2.08-1.145-2.802a1%201%200%200%201%201.427-1.401M12%2010.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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