notification bell cross icon

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

Name
notification-bell-cross
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 cross 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="M11.962 17.986h6.81a1.555 1.555 0 0 0 1.512-2.175c-.36-1.088-1.795-2.393-1.795-3.677c0-2.85 0-3.6-1.403-5.276a5 5 0 0 0-1.654-1.283l-.783-.38a1.1 1.1 0 0 1-.511-.73a2.023 2.023 0 0 0-2.176-1.707a2.024 2.024 0 0 0-2.12 1.707a1.09 1.09 0 0 1-.566.73l-.784.38A5 5 0 0 0 6.84 6.858c-1.403 1.676-1.403 2.426-1.403 5.276c0 1.284-1.37 2.458-1.73 3.611c-.217.697-.337 2.241 1.48 2.241z"/><path stroke-linejoin="round" d="M15.226 17.986a3.196 3.196 0 0 1-3.264 3.263A3.195 3.195 0 0 1 8.7 17.986"/><path stroke-miterlimit="10" d="m13.75 9.497l-3.5 3.492m0-3.485l3.5 3.493"/></g></svg>

React

import type { SVGProps } from "react";

export function MageNotificationBellCross(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="M11.962 17.986h6.81a1.555 1.555 0 0 0 1.512-2.175c-.36-1.088-1.795-2.393-1.795-3.677c0-2.85 0-3.6-1.403-5.276a5 5 0 0 0-1.654-1.283l-.783-.38a1.1 1.1 0 0 1-.511-.73a2.023 2.023 0 0 0-2.176-1.707a2.024 2.024 0 0 0-2.12 1.707a1.09 1.09 0 0 1-.566.73l-.784.38A5 5 0 0 0 6.84 6.858c-1.403 1.676-1.403 2.426-1.403 5.276c0 1.284-1.37 2.458-1.73 3.611c-.217.697-.337 2.241 1.48 2.241z"/><path strokeLinejoin="round" d="M15.226 17.986a3.196 3.196 0 0 1-3.264 3.263A3.195 3.195 0 0 1 8.7 17.986"/><path strokeMiterlimit="10" d="m13.75 9.497l-3.5 3.492m0-3.485l3.5 3.493"/></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="M11.962 17.986h6.81a1.555 1.555 0 0 0 1.512-2.175c-.36-1.088-1.795-2.393-1.795-3.677c0-2.85 0-3.6-1.403-5.276a5 5 0 0 0-1.654-1.283l-.783-.38a1.1 1.1 0 0 1-.511-.73a2.023 2.023 0 0 0-2.176-1.707a2.024 2.024 0 0 0-2.12 1.707a1.09 1.09 0 0 1-.566.73l-.784.38A5 5 0 0 0 6.84 6.858c-1.403 1.676-1.403 2.426-1.403 5.276c0 1.284-1.37 2.458-1.73 3.611c-.217.697-.337 2.241 1.48 2.241z"/><path stroke-linejoin="round" d="M15.226 17.986a3.196 3.196 0 0 1-3.264 3.263A3.195 3.195 0 0 1 8.7 17.986"/><path stroke-miterlimit="10" d="m13.75 9.497l-3.5 3.492m0-3.485l3.5 3.493"/></g></svg>
</template>

CSS

.icon-notification-bell-cross {
  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%22M11.962%2017.986h6.81a1.555%201.555%200%200%200%201.512-2.175c-.36-1.088-1.795-2.393-1.795-3.677c0-2.85%200-3.6-1.403-5.276a5%205%200%200%200-1.654-1.283l-.783-.38a1.1%201.1%200%200%201-.511-.73a2.023%202.023%200%200%200-2.176-1.707a2.024%202.024%200%200%200-2.12%201.707a1.09%201.09%200%200%201-.566.73l-.784.38A5%205%200%200%200%206.84%206.858c-1.403%201.676-1.403%202.426-1.403%205.276c0%201.284-1.37%202.458-1.73%203.611c-.217.697-.337%202.241%201.48%202.241z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.226%2017.986a3.196%203.196%200%200%201-3.264%203.263A3.195%203.195%200%200%201%208.7%2017.986%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m13.75%209.497l-3.5%203.492m0-3.485l3.5%203.493%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%22M11.962%2017.986h6.81a1.555%201.555%200%200%200%201.512-2.175c-.36-1.088-1.795-2.393-1.795-3.677c0-2.85%200-3.6-1.403-5.276a5%205%200%200%200-1.654-1.283l-.783-.38a1.1%201.1%200%200%201-.511-.73a2.023%202.023%200%200%200-2.176-1.707a2.024%202.024%200%200%200-2.12%201.707a1.09%201.09%200%200%201-.566.73l-.784.38A5%205%200%200%200%206.84%206.858c-1.403%201.676-1.403%202.426-1.403%205.276c0%201.284-1.37%202.458-1.73%203.611c-.217.697-.337%202.241%201.48%202.241z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.226%2017.986a3.196%203.196%200%200%201-3.264%203.263A3.195%203.195%200%200%201%208.7%2017.986%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m13.75%209.497l-3.5%203.492m0-3.485l3.5%203.493%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-cross.svg?color=%231a73e8&size=48