square rounded badge icon
square-rounded-badge from Material Design Icons by Pictogrammers · Filled · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- square-rounded-badge
- Set
- Material Design Icons
- Style
- Filled
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- push-notification
1 other variant in Material Design Icons
More notification icons from Material Design Icons
Use the square rounded 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.5 8C21.43 8 23 6.43 23 4.5S21.43 1 19.5 1S16 2.57 16 4.5S17.57 8 19.5 8m0 2q.75 0 1.5-.21V16c0 2.76-2.24 5-5 5H8c-2.76 0-5-2.24-5-5V8c0-2.76 2.24-5 5-5h6.21Q14 3.75 14 4.5c0 3.04 2.46 5.5 5.5 5.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiSquareRoundedBadge(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.5 8C21.43 8 23 6.43 23 4.5S21.43 1 19.5 1S16 2.57 16 4.5S17.57 8 19.5 8m0 2q.75 0 1.5-.21V16c0 2.76-2.24 5-5 5H8c-2.76 0-5-2.24-5-5V8c0-2.76 2.24-5 5-5h6.21Q14 3.75 14 4.5c0 3.04 2.46 5.5 5.5 5.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.5 8C21.43 8 23 6.43 23 4.5S21.43 1 19.5 1S16 2.57 16 4.5S17.57 8 19.5 8m0 2q.75 0 1.5-.21V16c0 2.76-2.24 5-5 5H8c-2.76 0-5-2.24-5-5V8c0-2.76 2.24-5 5-5h6.21Q14 3.75 14 4.5c0 3.04 2.46 5.5 5.5 5.5"/></svg> </template>
CSS
.icon-square-rounded-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%22M19.5%208C21.43%208%2023%206.43%2023%204.5S21.43%201%2019.5%201S16%202.57%2016%204.5S17.57%208%2019.5%208m0%202q.75%200%201.5-.21V16c0%202.76-2.24%205-5%205H8c-2.76%200-5-2.24-5-5V8c0-2.76%202.24-5%205-5h6.21Q14%203.75%2014%204.5c0%203.04%202.46%205.5%205.5%205.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.5%208C21.43%208%2023%206.43%2023%204.5S21.43%201%2019.5%201S16%202.57%2016%204.5S17.57%208%2019.5%208m0%202q.75%200%201.5-.21V16c0%202.76-2.24%205-5%205H8c-2.76%200-5-2.24-5-5V8c0-2.76%202.24-5%205-5h6.21Q14%203.75%2014%204.5c0%203.04%202.46%205.5%205.5%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/square-rounded-badge.svg?color=%231a73e8&size=48