Bell icon in outline, twotone, bold and bulk. Free in all four styles, for alerts, reminders, announcements, badges. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBell } from "@devigner-ui/icons";
<IconBell className="size-6" />
<script setup>
import { IconBell } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBell class="size-6" />
</template>
<script>
import { IconBell } from "@devigner-ui/icons-svelte";
</script>
<IconBell class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 9.7V9A7 7 0 1 0 5 9v.7c0 .85-.25 1.68-.72 2.38L3.13 13.8a2.77 2.77 0 0 0 1.58 4.21 27.7 27.7 0 0 0 14.58 0 2.77 2.77 0 0 0 1.58-4.2l-1.15-1.73A4.3 4.3 0 0 1 19 9.7" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M7.5 19c.66 1.75 2.42 3 4.5 3a4.8 4.8 0 0 0 4.5-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>