notification bell muted icon

notification-bell-muted from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
notification-bell-muted
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the notification bell muted icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5.443 17.368c-1.153-.293-1.048-1.509-.87-2.096c.346-1.11 1.687-2.242 1.687-3.469c0-2.724 0-3.479 1.352-5.093a5 5 0 0 1 1.583-1.237l.744-.366a1.05 1.05 0 0 0 .513-.703a1.93 1.93 0 0 1 2.096-1.645a1.94 1.94 0 0 1 2.044 1.645a1.05 1.05 0 0 0 .555.703l.744.366q.479.24.902.566m1.135 2.257c.67 1.048.67 2.012.67 4.192c0 1.226 1.394 2.431 1.74 3.532a1.51 1.51 0 0 1-.72 1.94a1.5 1.5 0 0 1-.737.156H8.14"/><path stroke-linejoin="round" d="M15.476 18.105a3.083 3.083 0 0 1-3.145 3.144a3.083 3.083 0 0 1-3.143-3.144"/><path stroke-miterlimit="10" d="M3.542 20.115L19.493 3.33"/></g></svg>

React

import type { SVGProps } from "react";

export function MageNotificationBellMuted(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M5.443 17.368c-1.153-.293-1.048-1.509-.87-2.096c.346-1.11 1.687-2.242 1.687-3.469c0-2.724 0-3.479 1.352-5.093a5 5 0 0 1 1.583-1.237l.744-.366a1.05 1.05 0 0 0 .513-.703a1.93 1.93 0 0 1 2.096-1.645a1.94 1.94 0 0 1 2.044 1.645a1.05 1.05 0 0 0 .555.703l.744.366q.479.24.902.566m1.135 2.257c.67 1.048.67 2.012.67 4.192c0 1.226 1.394 2.431 1.74 3.532a1.51 1.51 0 0 1-.72 1.94a1.5 1.5 0 0 1-.737.156H8.14"/><path strokeLinejoin="round" d="M15.476 18.105a3.083 3.083 0 0 1-3.145 3.144a3.083 3.083 0 0 1-3.143-3.144"/><path strokeMiterlimit="10" d="M3.542 20.115L19.493 3.33"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5.443 17.368c-1.153-.293-1.048-1.509-.87-2.096c.346-1.11 1.687-2.242 1.687-3.469c0-2.724 0-3.479 1.352-5.093a5 5 0 0 1 1.583-1.237l.744-.366a1.05 1.05 0 0 0 .513-.703a1.93 1.93 0 0 1 2.096-1.645a1.94 1.94 0 0 1 2.044 1.645a1.05 1.05 0 0 0 .555.703l.744.366q.479.24.902.566m1.135 2.257c.67 1.048.67 2.012.67 4.192c0 1.226 1.394 2.431 1.74 3.532a1.51 1.51 0 0 1-.72 1.94a1.5 1.5 0 0 1-.737.156H8.14"/><path stroke-linejoin="round" d="M15.476 18.105a3.083 3.083 0 0 1-3.145 3.144a3.083 3.083 0 0 1-3.143-3.144"/><path stroke-miterlimit="10" d="M3.542 20.115L19.493 3.33"/></g></svg>
</template>

CSS

.icon-notification-bell-muted {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.443%2017.368c-1.153-.293-1.048-1.509-.87-2.096c.346-1.11%201.687-2.242%201.687-3.469c0-2.724%200-3.479%201.352-5.093a5%205%200%200%201%201.583-1.237l.744-.366a1.05%201.05%200%200%200%20.513-.703a1.93%201.93%200%200%201%202.096-1.645a1.94%201.94%200%200%201%202.044%201.645a1.05%201.05%200%200%200%20.555.703l.744.366q.479.24.902.566m1.135%202.257c.67%201.048.67%202.012.67%204.192c0%201.226%201.394%202.431%201.74%203.532a1.51%201.51%200%200%201-.72%201.94a1.5%201.5%200%200%201-.737.156H8.14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.476%2018.105a3.083%203.083%200%200%201-3.145%203.144a3.083%203.083%200%200%201-3.143-3.144%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M3.542%2020.115L19.493%203.33%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.443%2017.368c-1.153-.293-1.048-1.509-.87-2.096c.346-1.11%201.687-2.242%201.687-3.469c0-2.724%200-3.479%201.352-5.093a5%205%200%200%201%201.583-1.237l.744-.366a1.05%201.05%200%200%200%20.513-.703a1.93%201.93%200%200%201%202.096-1.645a1.94%201.94%200%200%201%202.044%201.645a1.05%201.05%200%200%200%20.555.703l.744.366q.479.24.902.566m1.135%202.257c.67%201.048.67%202.012.67%204.192c0%201.226%201.394%202.431%201.74%203.532a1.51%201.51%200%200%201-.72%201.94a1.5%201.5%200%200%201-.737.156H8.14%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.476%2018.105a3.083%203.083%200%200%201-3.145%203.144a3.083%203.083%200%200%201-3.143-3.144%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M3.542%2020.115L19.493%203.33%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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