bell notification square icon

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

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

1 other variant in Mage Icons

Use the bell notification square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.974 16.208h4.786a1.095 1.095 0 0 0 1.063-1.53c-.252-.764-1.262-1.682-1.262-2.584c0-2.003 0-2.53-.986-3.708a3.5 3.5 0 0 0-1.162-.903l-.55-.267a.77.77 0 0 1-.36-.513a1.42 1.42 0 0 0-1.53-1.2a1.423 1.423 0 0 0-1.49 1.2a.77.77 0 0 1-.398.513l-.55.267a3.5 3.5 0 0 0-1.163.903c-.986 1.177-.986 1.705-.986 3.708c0 .902-.964 1.728-1.216 2.539c-.153.489-.237 1.575 1.04 1.575z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.267 16.208a2.24 2.24 0 0 1-1.408 2.132a2.2 2.2 0 0 1-.885.162a2.245 2.245 0 0 1-2.294-2.294"/><rect width="18.5" height="18.5" x="2.75" y="2.75" stroke-width="1.5" rx="6"/></g></svg>

React

import type { SVGProps } from "react";

export function MageBellNotificationSquare(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"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M11.974 16.208h4.786a1.095 1.095 0 0 0 1.063-1.53c-.252-.764-1.262-1.682-1.262-2.584c0-2.003 0-2.53-.986-3.708a3.5 3.5 0 0 0-1.162-.903l-.55-.267a.77.77 0 0 1-.36-.513a1.42 1.42 0 0 0-1.53-1.2a1.423 1.423 0 0 0-1.49 1.2a.77.77 0 0 1-.398.513l-.55.267a3.5 3.5 0 0 0-1.163.903c-.986 1.177-.986 1.705-.986 3.708c0 .902-.964 1.728-1.216 2.539c-.153.489-.237 1.575 1.04 1.575z"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M14.267 16.208a2.24 2.24 0 0 1-1.408 2.132a2.2 2.2 0 0 1-.885.162a2.245 2.245 0 0 1-2.294-2.294"/><rect width="18.5" height="18.5" x="2.75" y="2.75" strokeWidth="1.5" rx="6"/></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"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M11.974 16.208h4.786a1.095 1.095 0 0 0 1.063-1.53c-.252-.764-1.262-1.682-1.262-2.584c0-2.003 0-2.53-.986-3.708a3.5 3.5 0 0 0-1.162-.903l-.55-.267a.77.77 0 0 1-.36-.513a1.42 1.42 0 0 0-1.53-1.2a1.423 1.423 0 0 0-1.49 1.2a.77.77 0 0 1-.398.513l-.55.267a3.5 3.5 0 0 0-1.163.903c-.986 1.177-.986 1.705-.986 3.708c0 .902-.964 1.728-1.216 2.539c-.153.489-.237 1.575 1.04 1.575z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M14.267 16.208a2.24 2.24 0 0 1-1.408 2.132a2.2 2.2 0 0 1-.885.162a2.245 2.245 0 0 1-2.294-2.294"/><rect width="18.5" height="18.5" x="2.75" y="2.75" stroke-width="1.5" rx="6"/></g></svg>
</template>

CSS

.icon-bell-notification-square {
  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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M11.974%2016.208h4.786a1.095%201.095%200%200%200%201.063-1.53c-.252-.764-1.262-1.682-1.262-2.584c0-2.003%200-2.53-.986-3.708a3.5%203.5%200%200%200-1.162-.903l-.55-.267a.77.77%200%200%201-.36-.513a1.42%201.42%200%200%200-1.53-1.2a1.423%201.423%200%200%200-1.49%201.2a.77.77%200%200%201-.398.513l-.55.267a3.5%203.5%200%200%200-1.163.903c-.986%201.177-.986%201.705-.986%203.708c0%20.902-.964%201.728-1.216%202.539c-.153.489-.237%201.575%201.04%201.575z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M14.267%2016.208a2.24%202.24%200%200%201-1.408%202.132a2.2%202.2%200%200%201-.885.162a2.245%202.245%200%200%201-2.294-2.294%22%2F%3E%3Crect%20width%3D%2218.5%22%20height%3D%2218.5%22%20x%3D%222.75%22%20y%3D%222.75%22%20stroke-width%3D%221.5%22%20rx%3D%226%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%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M11.974%2016.208h4.786a1.095%201.095%200%200%200%201.063-1.53c-.252-.764-1.262-1.682-1.262-2.584c0-2.003%200-2.53-.986-3.708a3.5%203.5%200%200%200-1.162-.903l-.55-.267a.77.77%200%200%201-.36-.513a1.42%201.42%200%200%200-1.53-1.2a1.423%201.423%200%200%200-1.49%201.2a.77.77%200%200%201-.398.513l-.55.267a3.5%203.5%200%200%200-1.163.903c-.986%201.177-.986%201.705-.986%203.708c0%20.902-.964%201.728-1.216%202.539c-.153.489-.237%201.575%201.04%201.575z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M14.267%2016.208a2.24%202.24%200%200%201-1.408%202.132a2.2%202.2%200%200%201-.885.162a2.245%202.245%200%200%201-2.294-2.294%22%2F%3E%3Crect%20width%3D%2218.5%22%20height%3D%2218.5%22%20x%3D%222.75%22%20y%3D%222.75%22%20stroke-width%3D%221.5%22%20rx%3D%226%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/bell-notification-square.svg?color=%231a73e8&size=48