bell alert icon

bell-alert-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
bell-alert-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Related icons in HeroIcons

Use the bell alert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.85 3.5a.75.75 0 0 0-1.117-1a9.7 9.7 0 0 0-2.348 4.876a.75.75 0 0 0 1.479.248A8.2 8.2 0 0 1 5.85 3.5m13.417-1a.75.75 0 1 0-1.118 1a8.2 8.2 0 0 1 1.987 4.124a.75.75 0 0 0 1.48-.248a9.7 9.7 0 0 0-2.35-4.876"/><path fill-rule="evenodd" d="M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.22 8.22 0 0 1-2.119 5.52a.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243q-.01.14-.01.281a3.75 3.75 0 1 0 7.49-.28a24.6 24.6 0 0 0 4.83-1.244a.75.75 0 0 0 .298-1.206a8.22 8.22 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25M9.75 18l.002-.1a25 25 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HeroiconsBellAlertSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.85 3.5a.75.75 0 0 0-1.117-1a9.7 9.7 0 0 0-2.348 4.876a.75.75 0 0 0 1.479.248A8.2 8.2 0 0 1 5.85 3.5m13.417-1a.75.75 0 1 0-1.118 1a8.2 8.2 0 0 1 1.987 4.124a.75.75 0 0 0 1.48-.248a9.7 9.7 0 0 0-2.35-4.876"/><path fillRule="evenodd" d="M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.22 8.22 0 0 1-2.119 5.52a.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243q-.01.14-.01.281a3.75 3.75 0 1 0 7.49-.28a24.6 24.6 0 0 0 4.83-1.244a.75.75 0 0 0 .298-1.206a8.22 8.22 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25M9.75 18l.002-.1a25 25 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.85 3.5a.75.75 0 0 0-1.117-1a9.7 9.7 0 0 0-2.348 4.876a.75.75 0 0 0 1.479.248A8.2 8.2 0 0 1 5.85 3.5m13.417-1a.75.75 0 1 0-1.118 1a8.2 8.2 0 0 1 1.987 4.124a.75.75 0 0 0 1.48-.248a9.7 9.7 0 0 0-2.35-4.876"/><path fill-rule="evenodd" d="M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.22 8.22 0 0 1-2.119 5.52a.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243q-.01.14-.01.281a3.75 3.75 0 1 0 7.49-.28a24.6 24.6 0 0 0 4.83-1.244a.75.75 0 0 0 .298-1.206a8.22 8.22 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25M9.75 18l.002-.1a25 25 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-bell-alert-solid {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.85%203.5a.75.75%200%200%200-1.117-1a9.7%209.7%200%200%200-2.348%204.876a.75.75%200%200%200%201.479.248A8.2%208.2%200%200%201%205.85%203.5m13.417-1a.75.75%200%201%200-1.118%201a8.2%208.2%200%200%201%201.987%204.124a.75.75%200%200%200%201.48-.248a9.7%209.7%200%200%200-2.35-4.876%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.25A6.75%206.75%200%200%200%205.25%209v.75a8.22%208.22%200%200%201-2.119%205.52a.75.75%200%200%200%20.298%201.206c1.544.57%203.16.99%204.831%201.243q-.01.14-.01.281a3.75%203.75%200%201%200%207.49-.28a24.6%2024.6%200%200%200%204.83-1.244a.75.75%200%200%200%20.298-1.206a8.22%208.22%200%200%201-2.118-5.52V9A6.75%206.75%200%200%200%2012%202.25M9.75%2018l.002-.1a25%2025%200%200%200%204.496%200l.002.1a2.25%202.25%200%201%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.85%203.5a.75.75%200%200%200-1.117-1a9.7%209.7%200%200%200-2.348%204.876a.75.75%200%200%200%201.479.248A8.2%208.2%200%200%201%205.85%203.5m13.417-1a.75.75%200%201%200-1.118%201a8.2%208.2%200%200%201%201.987%204.124a.75.75%200%200%200%201.48-.248a9.7%209.7%200%200%200-2.35-4.876%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.25A6.75%206.75%200%200%200%205.25%209v.75a8.22%208.22%200%200%201-2.119%205.52a.75.75%200%200%200%20.298%201.206c1.544.57%203.16.99%204.831%201.243q-.01.14-.01.281a3.75%203.75%200%201%200%207.49-.28a24.6%2024.6%200%200%200%204.83-1.244a.75.75%200%200%200%20.298-1.206a8.22%208.22%200%200%201-2.118-5.52V9A6.75%206.75%200%200%200%2012%202.25M9.75%2018l.002-.1a25%2025%200%200%200%204.496%200l.002.1a2.25%202.25%200%201%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/bell-alert-solid.svg?color=%231a73e8&size=48