bell badge icon
bell-badge from Material Design Icons by Pictogrammers · Filled · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- bell-badge
- Set
- Material Design Icons
- Style
- Filled
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bell-notification
1 other variant in Material Design Icons
More notification icons from Material Design Icons
Use the bell badge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.5c0 1.93-1.57 3.5-3.5 3.5S14 8.43 14 6.5S15.57 3 17.5 3S21 4.57 21 6.5m-2 5.29c-.5.13-1 .21-1.5.21A5.51 5.51 0 0 1 12 6.5c0-1.47.58-2.8 1.5-3.79A1.93 1.93 0 0 0 12 2c-1.1 0-2 .9-2 2v.29C7.03 5.17 5 7.9 5 11v6l-2 2v1h18v-1l-2-2zM12 23c1.11 0 2-.89 2-2h-4a2 2 0 0 0 2 2"/></svg>
React
import type { SVGProps } from "react";
export function MdiBellBadge(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 6.5c0 1.93-1.57 3.5-3.5 3.5S14 8.43 14 6.5S15.57 3 17.5 3S21 4.57 21 6.5m-2 5.29c-.5.13-1 .21-1.5.21A5.51 5.51 0 0 1 12 6.5c0-1.47.58-2.8 1.5-3.79A1.93 1.93 0 0 0 12 2c-1.1 0-2 .9-2 2v.29C7.03 5.17 5 7.9 5 11v6l-2 2v1h18v-1l-2-2zM12 23c1.11 0 2-.89 2-2h-4a2 2 0 0 0 2 2"/></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 6.5c0 1.93-1.57 3.5-3.5 3.5S14 8.43 14 6.5S15.57 3 17.5 3S21 4.57 21 6.5m-2 5.29c-.5.13-1 .21-1.5.21A5.51 5.51 0 0 1 12 6.5c0-1.47.58-2.8 1.5-3.79A1.93 1.93 0 0 0 12 2c-1.1 0-2 .9-2 2v.29C7.03 5.17 5 7.9 5 11v6l-2 2v1h18v-1l-2-2zM12 23c1.11 0 2-.89 2-2h-4a2 2 0 0 0 2 2"/></svg> </template>
CSS
.icon-bell-badge {
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%206.5c0%201.93-1.57%203.5-3.5%203.5S14%208.43%2014%206.5S15.57%203%2017.5%203S21%204.57%2021%206.5m-2%205.29c-.5.13-1%20.21-1.5.21A5.51%205.51%200%200%201%2012%206.5c0-1.47.58-2.8%201.5-3.79A1.93%201.93%200%200%200%2012%202c-1.1%200-2%20.9-2%202v.29C7.03%205.17%205%207.9%205%2011v6l-2%202v1h18v-1l-2-2zM12%2023c1.11%200%202-.89%202-2h-4a2%202%200%200%200%202%202%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%206.5c0%201.93-1.57%203.5-3.5%203.5S14%208.43%2014%206.5S15.57%203%2017.5%203S21%204.57%2021%206.5m-2%205.29c-.5.13-1%20.21-1.5.21A5.51%205.51%200%200%201%2012%206.5c0-1.47.58-2.8%201.5-3.79A1.93%201.93%200%200%200%2012%202c-1.1%200-2%20.9-2%202v.29C7.03%205.17%205%207.9%205%2011v6l-2%202v1h18v-1l-2-2zM12%2023c1.11%200%202-.89%202-2h-4a2%202%200%200%200%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bell-badge.svg?color=%231a73e8&size=48