Siren 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 { IconSiren } from "@devigner-ui/icons";
<IconSiren className="size-6" />
<script setup>
import { IconSiren } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSiren class="size-6" />
</template>
<script>
import { IconSiren } from "@devigner-ui/icons-svelte";
</script>
<IconSiren 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-6c0-2.8 0-4.2-.55-5.27a5 5 0 0 0-2.18-2.18C16.2 8 14.8 8 12 8s-4.2 0-5.27.55a5 5 0 0 0-2.19 2.18C4 11.8 4 13.2 4 16v6" stroke="currentColor" stroke-width="1.5"></path><path d="M15 10.82c1.23 0 2.23.95 2.18 2.18" 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 5-1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m3 5 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>