notification bell pending icon

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

Name
notification-bell-pending
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 pending 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.568 2.975a2.06 2.06 0 0 0-.73 1.27a1 1 0 0 1-.2.42a1 1 0 0 1-.36.3l-.79.38a5.1 5.1 0 0 0-1.65 1.29c-1.4 1.67-1.4 2.42-1.4 5.27c0 1.29-1.37 2.46-1.73 3.62c-.22.69-.34 2.25 1.48 2.25h13.58a1.6 1.6 0 0 0 .77-.16a1.64 1.64 0 0 0 .6-.51c.148-.218.24-.469.27-.73a1.6 1.6 0 0 0-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.228 17.775c.003.427-.075.851-.23 1.25a3.4 3.4 0 0 1-.71 1.06a3.2 3.2 0 0 1-2.33.94a3.2 3.2 0 0 1-1.26-.25a3.3 3.3 0 0 1-1.77-1.77a3.2 3.2 0 0 1-.23-1.23"/><circle cx="15.228" cy="5.475" r="2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MageNotificationBellPending(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M10.568 2.975a2.06 2.06 0 0 0-.73 1.27a1 1 0 0 1-.2.42a1 1 0 0 1-.36.3l-.79.38a5.1 5.1 0 0 0-1.65 1.29c-1.4 1.67-1.4 2.42-1.4 5.27c0 1.29-1.37 2.46-1.73 3.62c-.22.69-.34 2.25 1.48 2.25h13.58a1.6 1.6 0 0 0 .77-.16a1.64 1.64 0 0 0 .6-.51c.148-.218.24-.469.27-.73a1.6 1.6 0 0 0-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13"/><path strokeLinecap="round" strokeLinejoin="round" d="M15.228 17.775c.003.427-.075.851-.23 1.25a3.4 3.4 0 0 1-.71 1.06a3.2 3.2 0 0 1-2.33.94a3.2 3.2 0 0 1-1.26-.25a3.3 3.3 0 0 1-1.77-1.77a3.2 3.2 0 0 1-.23-1.23"/><circle cx="15.228" cy="5.475" r="2.5"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.568 2.975a2.06 2.06 0 0 0-.73 1.27a1 1 0 0 1-.2.42a1 1 0 0 1-.36.3l-.79.38a5.1 5.1 0 0 0-1.65 1.29c-1.4 1.67-1.4 2.42-1.4 5.27c0 1.29-1.37 2.46-1.73 3.62c-.22.69-.34 2.25 1.48 2.25h13.58a1.6 1.6 0 0 0 .77-.16a1.64 1.64 0 0 0 .6-.51c.148-.218.24-.469.27-.73a1.6 1.6 0 0 0-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13"/><path stroke-linecap="round" stroke-linejoin="round" d="M15.228 17.775c.003.427-.075.851-.23 1.25a3.4 3.4 0 0 1-.71 1.06a3.2 3.2 0 0 1-2.33.94a3.2 3.2 0 0 1-1.26-.25a3.3 3.3 0 0 1-1.77-1.77a3.2 3.2 0 0 1-.23-1.23"/><circle cx="15.228" cy="5.475" r="2.5"/></g></svg>
</template>

CSS

.icon-notification-bell-pending {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.568%202.975a2.06%202.06%200%200%200-.73%201.27a1%201%200%200%201-.2.42a1%201%200%200%201-.36.3l-.79.38a5.1%205.1%200%200%200-1.65%201.29c-1.4%201.67-1.4%202.42-1.4%205.27c0%201.29-1.37%202.46-1.73%203.62c-.22.69-.34%202.25%201.48%202.25h13.58a1.6%201.6%200%200%200%20.77-.16a1.64%201.64%200%200%200%20.6-.51c.148-.218.24-.469.27-.73a1.6%201.6%200%200%200-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.228%2017.775c.003.427-.075.851-.23%201.25a3.4%203.4%200%200%201-.71%201.06a3.2%203.2%200%200%201-2.33.94a3.2%203.2%200%200%201-1.26-.25a3.3%203.3%200%200%201-1.77-1.77a3.2%203.2%200%200%201-.23-1.23%22%2F%3E%3Ccircle%20cx%3D%2215.228%22%20cy%3D%225.475%22%20r%3D%222.5%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.568%202.975a2.06%202.06%200%200%200-.73%201.27a1%201%200%200%201-.2.42a1%201%200%200%201-.36.3l-.79.38a5.1%205.1%200%200%200-1.65%201.29c-1.4%201.67-1.4%202.42-1.4%205.27c0%201.29-1.37%202.46-1.73%203.62c-.22.69-.34%202.25%201.48%202.25h13.58a1.6%201.6%200%200%200%20.77-.16a1.64%201.64%200%200%200%20.6-.51c.148-.218.24-.469.27-.73a1.6%201.6%200%200%200-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.228%2017.775c.003.427-.075.851-.23%201.25a3.4%203.4%200%200%201-.71%201.06a3.2%203.2%200%200%201-2.33.94a3.2%203.2%200%200%201-1.26-.25a3.3%203.3%200%200%201-1.77-1.77a3.2%203.2%200%200%201-.23-1.23%22%2F%3E%3Ccircle%20cx%3D%2215.228%22%20cy%3D%225.475%22%20r%3D%222.5%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-pending.svg?color=%231a73e8&size=48