alarm-bell from Material Design Icons by Pictogrammers · Filled · Notification · Apache-2.0 Free for personal and commercial use.

Name
alarm-bell
Set
Material Design Icons
Style
Filled
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Material Design Icons

Use the alarm bell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18.66V22H5v-3.34a9.98 9.98 0 0 0 10 0M22 4a2 2 0 0 0-2-2c-.31 0-.61.07-.88.21c-.3.15-.56.37-.76.64A1.997 1.997 0 0 0 20 6h.24c1.73 4.43.42 9.46-3.24 12.5c-.32.25-.65.5-1 .72V21h1v-1.26c3.14-2.24 5-5.88 5-9.74c0-1.5-.28-3-.83-4.38c.52-.38.83-.98.83-1.62m-4 6a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiAlarmBell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18.66V22H5v-3.34a9.98 9.98 0 0 0 10 0M22 4a2 2 0 0 0-2-2c-.31 0-.61.07-.88.21c-.3.15-.56.37-.76.64A1.997 1.997 0 0 0 20 6h.24c1.73 4.43.42 9.46-3.24 12.5c-.32.25-.65.5-1 .72V21h1v-1.26c3.14-2.24 5-5.88 5-9.74c0-1.5-.28-3-.83-4.38c.52-.38.83-.98.83-1.62m-4 6a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 18.66V22H5v-3.34a9.98 9.98 0 0 0 10 0M22 4a2 2 0 0 0-2-2c-.31 0-.61.07-.88.21c-.3.15-.56.37-.76.64A1.997 1.997 0 0 0 20 6h.24c1.73 4.43.42 9.46-3.24 12.5c-.32.25-.65.5-1 .72V21h1v-1.26c3.14-2.24 5-5.88 5-9.74c0-1.5-.28-3-.83-4.38c.52-.38.83-.98.83-1.62m-4 6a8 8 0 0 1-8 8a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-alarm-bell {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2018.66V22H5v-3.34a9.98%209.98%200%200%200%2010%200M22%204a2%202%200%200%200-2-2c-.31%200-.61.07-.88.21c-.3.15-.56.37-.76.64A1.997%201.997%200%200%200%2020%206h.24c1.73%204.43.42%209.46-3.24%2012.5c-.32.25-.65.5-1%20.72V21h1v-1.26c3.14-2.24%205-5.88%205-9.74c0-1.5-.28-3-.83-4.38c.52-.38.83-.98.83-1.62m-4%206a8%208%200%200%201-8%208a8%208%200%200%201-8-8a8%208%200%200%201%208-8a8%208%200%200%201%208%208%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2018.66V22H5v-3.34a9.98%209.98%200%200%200%2010%200M22%204a2%202%200%200%200-2-2c-.31%200-.61.07-.88.21c-.3.15-.56.37-.76.64A1.997%201.997%200%200%200%2020%206h.24c1.73%204.43.42%209.46-3.24%2012.5c-.32.25-.65.5-1%20.72V21h1v-1.26c3.14-2.24%205-5.88%205-9.74c0-1.5-.28-3-.83-4.38c.52-.38.83-.98.83-1.62m-4%206a8%208%200%200%201-8%208a8%208%200%200%201-8-8a8%208%200%200%201%208-8a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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