Notification Bing 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 { IconNotificationBing } from "@devigner-ui/icons";
<IconNotificationBing className="size-6" />
<script setup>
import { IconNotificationBing } from "@devigner-ui/icons-vue";
</script>
<template>
<IconNotificationBing class="size-6" />
</template>
<script>
import { IconNotificationBing } from "@devigner-ui/icons-svelte";
</script>
<IconNotificationBing 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 6.44v3.33" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"></path><path d="M12.69 2a6.66 6.66 0 0 0-6.66 6.66v2.1c0 .68-.28 1.7-.63 2.28l-1.27 2.12c-.78 1.31-.24 2.77 1.2 3.25a23.3 23.3 0 0 0 14.73 0 2.22 2.22 0 0 0 1.2-3.25l-1.27-2.12a5 5 0 0 1-.63-2.28v-2.1A6.7 6.7 0 0 0 12.69 2" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"></path><path opacity="1" d="M16 18.82c0 1.83-1.5 3.33-3.33 3.33a3.34 3.34 0 0 1-3.33-3.33" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>