notification bell plus icon

notification-bell-plus-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
notification-bell-plus-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the notification bell plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.005 15.606a7 7 0 0 0-.87-1.574a4.1 4.1 0 0 1-.89-1.884c0-2.896 0-3.878-1.58-5.772a5.8 5.8 0 0 0-1.9-1.473l-.73-.35a.3.3 0 0 1-.1-.101a.2.2 0 0 1 0-.1a2.78 2.78 0 0 0-1.009-1.745a2.77 2.77 0 0 0-1.921-.6a2.7 2.7 0 0 0-1.85.611a2.74 2.74 0 0 0-1 1.684a.3.3 0 0 1-.06.13a.4.4 0 0 1-.1.09l-.78.38a5.6 5.6 0 0 0-1.91 1.484c-1.57 1.884-1.57 2.866-1.57 5.762a3.85 3.85 0 0 1-.82 1.774a6.6 6.6 0 0 0-.92 1.583a2.8 2.8 0 0 0 .26 2.376a2.24 2.24 0 0 0 1.94.851h2.82q.065.404.22.782c.2.495.495.944.87 1.323c.375.38.824.676 1.32.872c.46.188.953.287 1.45.29h.08a3.9 3.9 0 0 0 1.55-.29c.497-.194.947-.49 1.32-.872a3.8 3.8 0 0 0 .87-1.323q.151-.38.23-.782h2.94c.346-.001.688-.08 1-.23c.351-.178.653-.44.88-.762c.226-.323.364-.7.4-1.092a2.2 2.2 0 0 0-.14-1.042m-6.5-3.337h-1.76v1.743a.75.75 0 0 1-.75.752a.75.75 0 0 1-.75-.752V12.27h-1.74a.75.75 0 0 1-.75-.752a.75.75 0 0 1 .75-.752h1.74V9.002a.75.75 0 0 1 .75-.752a.75.75 0 0 1 .75.752v1.763h1.76a.75.75 0 0 1 .75.752a.75.75 0 0 1-.75.752"/></svg>

React

import type { SVGProps } from "react";

export function MageNotificationBellPlusFill(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="M21.005 15.606a7 7 0 0 0-.87-1.574a4.1 4.1 0 0 1-.89-1.884c0-2.896 0-3.878-1.58-5.772a5.8 5.8 0 0 0-1.9-1.473l-.73-.35a.3.3 0 0 1-.1-.101a.2.2 0 0 1 0-.1a2.78 2.78 0 0 0-1.009-1.745a2.77 2.77 0 0 0-1.921-.6a2.7 2.7 0 0 0-1.85.611a2.74 2.74 0 0 0-1 1.684a.3.3 0 0 1-.06.13a.4.4 0 0 1-.1.09l-.78.38a5.6 5.6 0 0 0-1.91 1.484c-1.57 1.884-1.57 2.866-1.57 5.762a3.85 3.85 0 0 1-.82 1.774a6.6 6.6 0 0 0-.92 1.583a2.8 2.8 0 0 0 .26 2.376a2.24 2.24 0 0 0 1.94.851h2.82q.065.404.22.782c.2.495.495.944.87 1.323c.375.38.824.676 1.32.872c.46.188.953.287 1.45.29h.08a3.9 3.9 0 0 0 1.55-.29c.497-.194.947-.49 1.32-.872a3.8 3.8 0 0 0 .87-1.323q.151-.38.23-.782h2.94c.346-.001.688-.08 1-.23c.351-.178.653-.44.88-.762c.226-.323.364-.7.4-1.092a2.2 2.2 0 0 0-.14-1.042m-6.5-3.337h-1.76v1.743a.75.75 0 0 1-.75.752a.75.75 0 0 1-.75-.752V12.27h-1.74a.75.75 0 0 1-.75-.752a.75.75 0 0 1 .75-.752h1.74V9.002a.75.75 0 0 1 .75-.752a.75.75 0 0 1 .75.752v1.763h1.76a.75.75 0 0 1 .75.752a.75.75 0 0 1-.75.752"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.005 15.606a7 7 0 0 0-.87-1.574a4.1 4.1 0 0 1-.89-1.884c0-2.896 0-3.878-1.58-5.772a5.8 5.8 0 0 0-1.9-1.473l-.73-.35a.3.3 0 0 1-.1-.101a.2.2 0 0 1 0-.1a2.78 2.78 0 0 0-1.009-1.745a2.77 2.77 0 0 0-1.921-.6a2.7 2.7 0 0 0-1.85.611a2.74 2.74 0 0 0-1 1.684a.3.3 0 0 1-.06.13a.4.4 0 0 1-.1.09l-.78.38a5.6 5.6 0 0 0-1.91 1.484c-1.57 1.884-1.57 2.866-1.57 5.762a3.85 3.85 0 0 1-.82 1.774a6.6 6.6 0 0 0-.92 1.583a2.8 2.8 0 0 0 .26 2.376a2.24 2.24 0 0 0 1.94.851h2.82q.065.404.22.782c.2.495.495.944.87 1.323c.375.38.824.676 1.32.872c.46.188.953.287 1.45.29h.08a3.9 3.9 0 0 0 1.55-.29c.497-.194.947-.49 1.32-.872a3.8 3.8 0 0 0 .87-1.323q.151-.38.23-.782h2.94c.346-.001.688-.08 1-.23c.351-.178.653-.44.88-.762c.226-.323.364-.7.4-1.092a2.2 2.2 0 0 0-.14-1.042m-6.5-3.337h-1.76v1.743a.75.75 0 0 1-.75.752a.75.75 0 0 1-.75-.752V12.27h-1.74a.75.75 0 0 1-.75-.752a.75.75 0 0 1 .75-.752h1.74V9.002a.75.75 0 0 1 .75-.752a.75.75 0 0 1 .75.752v1.763h1.76a.75.75 0 0 1 .75.752a.75.75 0 0 1-.75.752"/></svg>
</template>

CSS

.icon-notification-bell-plus-fill {
  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%22M21.005%2015.606a7%207%200%200%200-.87-1.574a4.1%204.1%200%200%201-.89-1.884c0-2.896%200-3.878-1.58-5.772a5.8%205.8%200%200%200-1.9-1.473l-.73-.35a.3.3%200%200%201-.1-.101a.2.2%200%200%201%200-.1a2.78%202.78%200%200%200-1.009-1.745a2.77%202.77%200%200%200-1.921-.6a2.7%202.7%200%200%200-1.85.611a2.74%202.74%200%200%200-1%201.684a.3.3%200%200%201-.06.13a.4.4%200%200%201-.1.09l-.78.38a5.6%205.6%200%200%200-1.91%201.484c-1.57%201.884-1.57%202.866-1.57%205.762a3.85%203.85%200%200%201-.82%201.774a6.6%206.6%200%200%200-.92%201.583a2.8%202.8%200%200%200%20.26%202.376a2.24%202.24%200%200%200%201.94.851h2.82q.065.404.22.782c.2.495.495.944.87%201.323c.375.38.824.676%201.32.872c.46.188.953.287%201.45.29h.08a3.9%203.9%200%200%200%201.55-.29c.497-.194.947-.49%201.32-.872a3.8%203.8%200%200%200%20.87-1.323q.151-.38.23-.782h2.94c.346-.001.688-.08%201-.23c.351-.178.653-.44.88-.762c.226-.323.364-.7.4-1.092a2.2%202.2%200%200%200-.14-1.042m-6.5-3.337h-1.76v1.743a.75.75%200%200%201-.75.752a.75.75%200%200%201-.75-.752V12.27h-1.74a.75.75%200%200%201-.75-.752a.75.75%200%200%201%20.75-.752h1.74V9.002a.75.75%200%200%201%20.75-.752a.75.75%200%200%201%20.75.752v1.763h1.76a.75.75%200%200%201%20.75.752a.75.75%200%200%201-.75.752%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%22M21.005%2015.606a7%207%200%200%200-.87-1.574a4.1%204.1%200%200%201-.89-1.884c0-2.896%200-3.878-1.58-5.772a5.8%205.8%200%200%200-1.9-1.473l-.73-.35a.3.3%200%200%201-.1-.101a.2.2%200%200%201%200-.1a2.78%202.78%200%200%200-1.009-1.745a2.77%202.77%200%200%200-1.921-.6a2.7%202.7%200%200%200-1.85.611a2.74%202.74%200%200%200-1%201.684a.3.3%200%200%201-.06.13a.4.4%200%200%201-.1.09l-.78.38a5.6%205.6%200%200%200-1.91%201.484c-1.57%201.884-1.57%202.866-1.57%205.762a3.85%203.85%200%200%201-.82%201.774a6.6%206.6%200%200%200-.92%201.583a2.8%202.8%200%200%200%20.26%202.376a2.24%202.24%200%200%200%201.94.851h2.82q.065.404.22.782c.2.495.495.944.87%201.323c.375.38.824.676%201.32.872c.46.188.953.287%201.45.29h.08a3.9%203.9%200%200%200%201.55-.29c.497-.194.947-.49%201.32-.872a3.8%203.8%200%200%200%20.87-1.323q.151-.38.23-.782h2.94c.346-.001.688-.08%201-.23c.351-.178.653-.44.88-.762c.226-.323.364-.7.4-1.092a2.2%202.2%200%200%200-.14-1.042m-6.5-3.337h-1.76v1.743a.75.75%200%200%201-.75.752a.75.75%200%200%201-.75-.752V12.27h-1.74a.75.75%200%200%201-.75-.752a.75.75%200%200%201%20.75-.752h1.74V9.002a.75.75%200%200%201%20.75-.752a.75.75%200%200%201%20.75.752v1.763h1.76a.75.75%200%200%201%20.75.752a.75.75%200%200%201-.75.752%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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