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

Name
radar-fill
Set
MingCute Icon
Style
Fill
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.575 4.575a1.5 1.5 0 1 1 2.122 2.122A7.47 7.47 0 0 0 4.5 12a7.47 7.47 0 0 0 2.197 5.303a1.5 1.5 0 1 1-2.122 2.122A10.47 10.47 0 0 1 1.5 12c0-2.9 1.177-5.526 3.075-7.425m12.728 0a1.5 1.5 0 0 1 2.122 0A10.47 10.47 0 0 1 22.5 12c0 2.9-1.177 5.526-3.075 7.425a1.5 1.5 0 1 1-2.122-2.122A7.47 7.47 0 0 0 19.5 12a7.47 7.47 0 0 0-2.197-5.303a1.5 1.5 0 0 1 0-2.122M9.525 7.404a1.5 1.5 0 0 1 0 2.121A3.48 3.48 0 0 0 8.5 12c0 .912.347 1.741.92 2.365l.148.152a1.5 1.5 0 1 1-2.085 2.157A6.5 6.5 0 0 1 5.5 12c0-1.794.73-3.422 1.904-4.596a1.5 1.5 0 0 1 2.121 0m7.114.043A6.48 6.48 0 0 1 18.5 12c0 1.794-.73 3.422-1.904 4.596a1.5 1.5 0 1 1-2.121-2.121A3.48 3.48 0 0 0 15.5 12c0-.955-.38-1.819-1.002-2.452a1.5 1.5 0 1 1 2.14-2.101ZM12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></g></svg>

React

import type { SVGProps } from "react";

export function MingcuteRadarFill(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.575 4.575a1.5 1.5 0 1 1 2.122 2.122A7.47 7.47 0 0 0 4.5 12a7.47 7.47 0 0 0 2.197 5.303a1.5 1.5 0 1 1-2.122 2.122A10.47 10.47 0 0 1 1.5 12c0-2.9 1.177-5.526 3.075-7.425m12.728 0a1.5 1.5 0 0 1 2.122 0A10.47 10.47 0 0 1 22.5 12c0 2.9-1.177 5.526-3.075 7.425a1.5 1.5 0 1 1-2.122-2.122A7.47 7.47 0 0 0 19.5 12a7.47 7.47 0 0 0-2.197-5.303a1.5 1.5 0 0 1 0-2.122M9.525 7.404a1.5 1.5 0 0 1 0 2.121A3.48 3.48 0 0 0 8.5 12c0 .912.347 1.741.92 2.365l.148.152a1.5 1.5 0 1 1-2.085 2.157A6.5 6.5 0 0 1 5.5 12c0-1.794.73-3.422 1.904-4.596a1.5 1.5 0 0 1 2.121 0m7.114.043A6.48 6.48 0 0 1 18.5 12c0 1.794-.73 3.422-1.904 4.596a1.5 1.5 0 1 1-2.121-2.121A3.48 3.48 0 0 0 15.5 12c0-.955-.38-1.819-1.002-2.452a1.5 1.5 0 1 1 2.14-2.101ZM12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></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.575 4.575a1.5 1.5 0 1 1 2.122 2.122A7.47 7.47 0 0 0 4.5 12a7.47 7.47 0 0 0 2.197 5.303a1.5 1.5 0 1 1-2.122 2.122A10.47 10.47 0 0 1 1.5 12c0-2.9 1.177-5.526 3.075-7.425m12.728 0a1.5 1.5 0 0 1 2.122 0A10.47 10.47 0 0 1 22.5 12c0 2.9-1.177 5.526-3.075 7.425a1.5 1.5 0 1 1-2.122-2.122A7.47 7.47 0 0 0 19.5 12a7.47 7.47 0 0 0-2.197-5.303a1.5 1.5 0 0 1 0-2.122M9.525 7.404a1.5 1.5 0 0 1 0 2.121A3.48 3.48 0 0 0 8.5 12c0 .912.347 1.741.92 2.365l.148.152a1.5 1.5 0 1 1-2.085 2.157A6.5 6.5 0 0 1 5.5 12c0-1.794.73-3.422 1.904-4.596a1.5 1.5 0 0 1 2.121 0m7.114.043A6.48 6.48 0 0 1 18.5 12c0 1.794-.73 3.422-1.904 4.596a1.5 1.5 0 1 1-2.121-2.121A3.48 3.48 0 0 0 15.5 12c0-.955-.38-1.819-1.002-2.452a1.5 1.5 0 1 1 2.14-2.101ZM12 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></g></svg>
</template>

CSS

.icon-radar-fill {
  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.575%204.575a1.5%201.5%200%201%201%202.122%202.122A7.47%207.47%200%200%200%204.5%2012a7.47%207.47%200%200%200%202.197%205.303a1.5%201.5%200%201%201-2.122%202.122A10.47%2010.47%200%200%201%201.5%2012c0-2.9%201.177-5.526%203.075-7.425m12.728%200a1.5%201.5%200%200%201%202.122%200A10.47%2010.47%200%200%201%2022.5%2012c0%202.9-1.177%205.526-3.075%207.425a1.5%201.5%200%201%201-2.122-2.122A7.47%207.47%200%200%200%2019.5%2012a7.47%207.47%200%200%200-2.197-5.303a1.5%201.5%200%200%201%200-2.122M9.525%207.404a1.5%201.5%200%200%201%200%202.121A3.48%203.48%200%200%200%208.5%2012c0%20.912.347%201.741.92%202.365l.148.152a1.5%201.5%200%201%201-2.085%202.157A6.5%206.5%200%200%201%205.5%2012c0-1.794.73-3.422%201.904-4.596a1.5%201.5%200%200%201%202.121%200m7.114.043A6.48%206.48%200%200%201%2018.5%2012c0%201.794-.73%203.422-1.904%204.596a1.5%201.5%200%201%201-2.121-2.121A3.48%203.48%200%200%200%2015.5%2012c0-.955-.38-1.819-1.002-2.452a1.5%201.5%200%201%201%202.14-2.101ZM12%2010a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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.575%204.575a1.5%201.5%200%201%201%202.122%202.122A7.47%207.47%200%200%200%204.5%2012a7.47%207.47%200%200%200%202.197%205.303a1.5%201.5%200%201%201-2.122%202.122A10.47%2010.47%200%200%201%201.5%2012c0-2.9%201.177-5.526%203.075-7.425m12.728%200a1.5%201.5%200%200%201%202.122%200A10.47%2010.47%200%200%201%2022.5%2012c0%202.9-1.177%205.526-3.075%207.425a1.5%201.5%200%201%201-2.122-2.122A7.47%207.47%200%200%200%2019.5%2012a7.47%207.47%200%200%200-2.197-5.303a1.5%201.5%200%200%201%200-2.122M9.525%207.404a1.5%201.5%200%200%201%200%202.121A3.48%203.48%200%200%200%208.5%2012c0%20.912.347%201.741.92%202.365l.148.152a1.5%201.5%200%201%201-2.085%202.157A6.5%206.5%200%200%201%205.5%2012c0-1.794.73-3.422%201.904-4.596a1.5%201.5%200%200%201%202.121%200m7.114.043A6.48%206.48%200%200%201%2018.5%2012c0%201.794-.73%203.422-1.904%204.596a1.5%201.5%200%201%201-2.121-2.121A3.48%203.48%200%200%200%2015.5%2012c0-.955-.38-1.819-1.002-2.452a1.5%201.5%200%201%201%202.14-2.101ZM12%2010a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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-fill.svg?color=%231a73e8&size=48