bell notification square icon
bell-notification-square-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- bell-notification-square-fill
- Set
- Mage Icons
- Style
- Fill
- 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"><path fill="currentColor" d="M15.25 2.02h-6.5A6.76 6.76 0 0 0 2 8.77v6.46a6.76 6.76 0 0 0 6.75 6.75h6.5A6.76 6.76 0 0 0 22 15.23v-6.5a6.76 6.76 0 0 0-6.75-6.71m2 13.12a.5.5 0 0 1-.08.23a.26.26 0 0 1-.15.12a.5.5 0 0 1-.24 0H7.23c-.18 0-.33 0-.37-.09a.8.8 0 0 1 0-.57q.183-.444.47-.83a3.5 3.5 0 0 0 .78-1.92c0-2 0-2.28.82-3.26a3 3 0 0 1 .93-.72l.57-.28a1.24 1.24 0 0 0 .48-.4c.15-.178.25-.391.29-.62a.77.77 0 0 1 .26-.46a.74.74 0 0 1 .45-.15h.15a.9.9 0 0 1 .28 0a.8.8 0 0 1 .23.13a.68.68 0 0 1 .27.48c.044.2.126.39.24.56c.129.187.3.342.5.45l.55.27c.358.17.676.416.93.72c.82 1 .82 1.29.82 3.26c.078.735.37 1.43.84 2q.295.402.49.86a.34.34 0 0 1 .02.22zm-3.53 2.23c-.216.222-.48.392-.77.5a2.3 2.3 0 0 1-.94.17a3 3 0 0 1-.89-.16a2.32 2.32 0 0 1-1.21-1.16h4.25a2 2 0 0 1-.46.65z"/></svg>
React
import type { SVGProps } from "react";
export function MageBellNotificationSquareFill(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="M15.25 2.02h-6.5A6.76 6.76 0 0 0 2 8.77v6.46a6.76 6.76 0 0 0 6.75 6.75h6.5A6.76 6.76 0 0 0 22 15.23v-6.5a6.76 6.76 0 0 0-6.75-6.71m2 13.12a.5.5 0 0 1-.08.23a.26.26 0 0 1-.15.12a.5.5 0 0 1-.24 0H7.23c-.18 0-.33 0-.37-.09a.8.8 0 0 1 0-.57q.183-.444.47-.83a3.5 3.5 0 0 0 .78-1.92c0-2 0-2.28.82-3.26a3 3 0 0 1 .93-.72l.57-.28a1.24 1.24 0 0 0 .48-.4c.15-.178.25-.391.29-.62a.77.77 0 0 1 .26-.46a.74.74 0 0 1 .45-.15h.15a.9.9 0 0 1 .28 0a.8.8 0 0 1 .23.13a.68.68 0 0 1 .27.48c.044.2.126.39.24.56c.129.187.3.342.5.45l.55.27c.358.17.676.416.93.72c.82 1 .82 1.29.82 3.26c.078.735.37 1.43.84 2q.295.402.49.86a.34.34 0 0 1 .02.22zm-3.53 2.23c-.216.222-.48.392-.77.5a2.3 2.3 0 0 1-.94.17a3 3 0 0 1-.89-.16a2.32 2.32 0 0 1-1.21-1.16h4.25a2 2 0 0 1-.46.65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.25 2.02h-6.5A6.76 6.76 0 0 0 2 8.77v6.46a6.76 6.76 0 0 0 6.75 6.75h6.5A6.76 6.76 0 0 0 22 15.23v-6.5a6.76 6.76 0 0 0-6.75-6.71m2 13.12a.5.5 0 0 1-.08.23a.26.26 0 0 1-.15.12a.5.5 0 0 1-.24 0H7.23c-.18 0-.33 0-.37-.09a.8.8 0 0 1 0-.57q.183-.444.47-.83a3.5 3.5 0 0 0 .78-1.92c0-2 0-2.28.82-3.26a3 3 0 0 1 .93-.72l.57-.28a1.24 1.24 0 0 0 .48-.4c.15-.178.25-.391.29-.62a.77.77 0 0 1 .26-.46a.74.74 0 0 1 .45-.15h.15a.9.9 0 0 1 .28 0a.8.8 0 0 1 .23.13a.68.68 0 0 1 .27.48c.044.2.126.39.24.56c.129.187.3.342.5.45l.55.27c.358.17.676.416.93.72c.82 1 .82 1.29.82 3.26c.078.735.37 1.43.84 2q.295.402.49.86a.34.34 0 0 1 .02.22zm-3.53 2.23c-.216.222-.48.392-.77.5a2.3 2.3 0 0 1-.94.17a3 3 0 0 1-.89-.16a2.32 2.32 0 0 1-1.21-1.16h4.25a2 2 0 0 1-.46.65z"/></svg> </template>
CSS
.icon-bell-notification-square-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%22M15.25%202.02h-6.5A6.76%206.76%200%200%200%202%208.77v6.46a6.76%206.76%200%200%200%206.75%206.75h6.5A6.76%206.76%200%200%200%2022%2015.23v-6.5a6.76%206.76%200%200%200-6.75-6.71m2%2013.12a.5.5%200%200%201-.08.23a.26.26%200%200%201-.15.12a.5.5%200%200%201-.24%200H7.23c-.18%200-.33%200-.37-.09a.8.8%200%200%201%200-.57q.183-.444.47-.83a3.5%203.5%200%200%200%20.78-1.92c0-2%200-2.28.82-3.26a3%203%200%200%201%20.93-.72l.57-.28a1.24%201.24%200%200%200%20.48-.4c.15-.178.25-.391.29-.62a.77.77%200%200%201%20.26-.46a.74.74%200%200%201%20.45-.15h.15a.9.9%200%200%201%20.28%200a.8.8%200%200%201%20.23.13a.68.68%200%200%201%20.27.48c.044.2.126.39.24.56c.129.187.3.342.5.45l.55.27c.358.17.676.416.93.72c.82%201%20.82%201.29.82%203.26c.078.735.37%201.43.84%202q.295.402.49.86a.34.34%200%200%201%20.02.22zm-3.53%202.23c-.216.222-.48.392-.77.5a2.3%202.3%200%200%201-.94.17a3%203%200%200%201-.89-.16a2.32%202.32%200%200%201-1.21-1.16h4.25a2%202%200%200%201-.46.65z%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%22M15.25%202.02h-6.5A6.76%206.76%200%200%200%202%208.77v6.46a6.76%206.76%200%200%200%206.75%206.75h6.5A6.76%206.76%200%200%200%2022%2015.23v-6.5a6.76%206.76%200%200%200-6.75-6.71m2%2013.12a.5.5%200%200%201-.08.23a.26.26%200%200%201-.15.12a.5.5%200%200%201-.24%200H7.23c-.18%200-.33%200-.37-.09a.8.8%200%200%201%200-.57q.183-.444.47-.83a3.5%203.5%200%200%200%20.78-1.92c0-2%200-2.28.82-3.26a3%203%200%200%201%20.93-.72l.57-.28a1.24%201.24%200%200%200%20.48-.4c.15-.178.25-.391.29-.62a.77.77%200%200%201%20.26-.46a.74.74%200%200%201%20.45-.15h.15a.9.9%200%200%201%20.28%200a.8.8%200%200%201%20.23.13a.68.68%200%200%201%20.27.48c.044.2.126.39.24.56c.129.187.3.342.5.45l.55.27c.358.17.676.416.93.72c.82%201%20.82%201.29.82%203.26c.078.735.37%201.43.84%202q.295.402.49.86a.34.34%200%200%201%20.02.22zm-3.53%202.23c-.216.222-.48.392-.77.5a2.3%202.3%200%200%201-.94.17a3%203%200%200%201-.89-.16a2.32%202.32%200%200%201-1.21-1.16h4.25a2%202%200%200%201-.46.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/bell-notification-square-fill.svg?color=%231a73e8&size=48