bell badge icon
bell-badge-outline from Material Design Icons by Pictogrammers · Outline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- bell-badge-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bell-notification-outline
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="M19 17v-5.2c-.5.1-1 .2-1.5.2H17v6H7v-7c0-2.8 2.2-5 5-5c.1-1.3.7-2.4 1.5-3.3c-.3-.4-.9-.7-1.5-.7c-1.1 0-2 .9-2 2v.3C7 5.2 5 7.9 5 11v6l-2 2v1h18v-1zm-9 4c0 1.1.9 2 2 2s2-.9 2-2zM21 6.5c0 1.9-1.6 3.5-3.5 3.5S14 8.4 14 6.5S15.6 3 17.5 3S21 4.6 21 6.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiBellBadgeOutline(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="M19 17v-5.2c-.5.1-1 .2-1.5.2H17v6H7v-7c0-2.8 2.2-5 5-5c.1-1.3.7-2.4 1.5-3.3c-.3-.4-.9-.7-1.5-.7c-1.1 0-2 .9-2 2v.3C7 5.2 5 7.9 5 11v6l-2 2v1h18v-1zm-9 4c0 1.1.9 2 2 2s2-.9 2-2zM21 6.5c0 1.9-1.6 3.5-3.5 3.5S14 8.4 14 6.5S15.6 3 17.5 3S21 4.6 21 6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 17v-5.2c-.5.1-1 .2-1.5.2H17v6H7v-7c0-2.8 2.2-5 5-5c.1-1.3.7-2.4 1.5-3.3c-.3-.4-.9-.7-1.5-.7c-1.1 0-2 .9-2 2v.3C7 5.2 5 7.9 5 11v6l-2 2v1h18v-1zm-9 4c0 1.1.9 2 2 2s2-.9 2-2zM21 6.5c0 1.9-1.6 3.5-3.5 3.5S14 8.4 14 6.5S15.6 3 17.5 3S21 4.6 21 6.5"/></svg> </template>
CSS
.icon-bell-badge-outline {
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%22M19%2017v-5.2c-.5.1-1%20.2-1.5.2H17v6H7v-7c0-2.8%202.2-5%205-5c.1-1.3.7-2.4%201.5-3.3c-.3-.4-.9-.7-1.5-.7c-1.1%200-2%20.9-2%202v.3C7%205.2%205%207.9%205%2011v6l-2%202v1h18v-1zm-9%204c0%201.1.9%202%202%202s2-.9%202-2zM21%206.5c0%201.9-1.6%203.5-3.5%203.5S14%208.4%2014%206.5S15.6%203%2017.5%203S21%204.6%2021%206.5%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%22M19%2017v-5.2c-.5.1-1%20.2-1.5.2H17v6H7v-7c0-2.8%202.2-5%205-5c.1-1.3.7-2.4%201.5-3.3c-.3-.4-.9-.7-1.5-.7c-1.1%200-2%20.9-2%202v.3C7%205.2%205%207.9%205%2011v6l-2%202v1h18v-1zm-9%204c0%201.1.9%202%202%202s2-.9%202-2zM21%206.5c0%201.9-1.6%203.5-3.5%203.5S14%208.4%2014%206.5S15.6%203%2017.5%203S21%204.6%2021%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bell-badge-outline.svg?color=%231a73e8&size=48