Siren Rounded 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 { IconSirenRounded } from "@devigner-ui/icons";
<IconSirenRounded className="size-6" />
<script setup>
import { IconSirenRounded } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSirenRounded class="size-6" />
</template>
<script>
import { IconSirenRounded } from "@devigner-ui/icons-svelte";
</script>
<IconSirenRounded 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="M20 22v-6a8 8 0 1 0-16 0v6" stroke="currentColor" stroke-width="1.5"></path><path d="M14.29 11.5a4 4 0 0 1 2.21 2.21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M2 22h20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 2v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m21 6-1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m3 6 1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M13.5 17.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 19v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>