Radar3 icon in outline, twotone, bold and bulk. Free in all four styles, for auth, passwords, permissions, privacy, scanning. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRadar3 } from "@devigner-ui/icons";
<IconRadar3 className="size-6" />
<script setup>
import { IconRadar3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRadar3 class="size-6" />
</template>
<script>
import { IconRadar3 } from "@devigner-ui/icons-svelte";
</script>
<IconRadar3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M12.67 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.67 18a10 10 0 0 0 2-6c0-2.25-.74-4.33-2-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.67 6a10 10 0 0 0-2 6c0 2.25.74 4.33 2 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M17.47 15.6a6 6 0 0 0 0-7.2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.87 8.4a6 6 0 0 0 0 7.2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>