bell off2 icon
bell-off2-filled from Reicon by REICON · Filled · Notifications · MIT Free for personal and commercial use.
- Name
- bell-off2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Notifications
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More notifications icons from Reicon
Use the bell off2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l3.62 3.62a7.3 7.3 0 0 0-.38 1.757l-.178 1.957a11.4 11.4 0 0 1-1.865 5.283l-.033.05a2.285 2.285 0 0 0 1.901 3.553H17.69l3.78 3.78a.75.75 0 1 0 1.061-1.06l-4-4zM12 1.25c-1.85 0-3.553.69-4.849 1.836a.75.75 0 0 0-.033 1.092l13.28 13.281a.75.75 0 0 0 1.246-.304a2.29 2.29 0 0 0-.278-1.958l-.033-.05a11.4 11.4 0 0 1-1.865-5.283l-.178-1.957A7.32 7.32 0 0 0 12 1.25"/><path d="M9.026 19.85a.75.75 0 0 1 1.025.274a2.249 2.249 0 0 0 3.899 0a.75.75 0 0 1 1.298.751a3.749 3.749 0 0 1-6.496 0a.75.75 0 0 1 .274-1.024"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBellOff2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l3.62 3.62a7.3 7.3 0 0 0-.38 1.757l-.178 1.957a11.4 11.4 0 0 1-1.865 5.283l-.033.05a2.285 2.285 0 0 0 1.901 3.553H17.69l3.78 3.78a.75.75 0 1 0 1.061-1.06l-4-4zM12 1.25c-1.85 0-3.553.69-4.849 1.836a.75.75 0 0 0-.033 1.092l13.28 13.281a.75.75 0 0 0 1.246-.304a2.29 2.29 0 0 0-.278-1.958l-.033-.05a11.4 11.4 0 0 1-1.865-5.283l-.178-1.957A7.32 7.32 0 0 0 12 1.25"/><path d="M9.026 19.85a.75.75 0 0 1 1.025.274a2.249 2.249 0 0 0 3.899 0a.75.75 0 0 1 1.298.751a3.749 3.749 0 0 1-6.496 0a.75.75 0 0 1 .274-1.024"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l3.62 3.62a7.3 7.3 0 0 0-.38 1.757l-.178 1.957a11.4 11.4 0 0 1-1.865 5.283l-.033.05a2.285 2.285 0 0 0 1.901 3.553H17.69l3.78 3.78a.75.75 0 1 0 1.061-1.06l-4-4zM12 1.25c-1.85 0-3.553.69-4.849 1.836a.75.75 0 0 0-.033 1.092l13.28 13.281a.75.75 0 0 0 1.246-.304a2.29 2.29 0 0 0-.278-1.958l-.033-.05a11.4 11.4 0 0 1-1.865-5.283l-.178-1.957A7.32 7.32 0 0 0 12 1.25"/><path d="M9.026 19.85a.75.75 0 0 1 1.025.274a2.249 2.249 0 0 0 3.899 0a.75.75 0 0 1 1.298.751a3.749 3.749 0 0 1-6.496 0a.75.75 0 0 1 .274-1.024"/></g></svg> </template>
CSS
.icon-bell-off2-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l3.62%203.62a7.3%207.3%200%200%200-.38%201.757l-.178%201.957a11.4%2011.4%200%200%201-1.865%205.283l-.033.05a2.285%202.285%200%200%200%201.901%203.553H17.69l3.78%203.78a.75.75%200%201%200%201.061-1.06l-4-4zM12%201.25c-1.85%200-3.553.69-4.849%201.836a.75.75%200%200%200-.033%201.092l13.28%2013.281a.75.75%200%200%200%201.246-.304a2.29%202.29%200%200%200-.278-1.958l-.033-.05a11.4%2011.4%200%200%201-1.865-5.283l-.178-1.957A7.32%207.32%200%200%200%2012%201.25%22%2F%3E%3Cpath%20d%3D%22M9.026%2019.85a.75.75%200%200%201%201.025.274a2.249%202.249%200%200%200%203.899%200a.75.75%200%200%201%201.298.751a3.749%203.749%200%200%201-6.496%200a.75.75%200%200%201%20.274-1.024%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%22currentColor%22%3E%3Cpath%20d%3D%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l3.62%203.62a7.3%207.3%200%200%200-.38%201.757l-.178%201.957a11.4%2011.4%200%200%201-1.865%205.283l-.033.05a2.285%202.285%200%200%200%201.901%203.553H17.69l3.78%203.78a.75.75%200%201%200%201.061-1.06l-4-4zM12%201.25c-1.85%200-3.553.69-4.849%201.836a.75.75%200%200%200-.033%201.092l13.28%2013.281a.75.75%200%200%200%201.246-.304a2.29%202.29%200%200%200-.278-1.958l-.033-.05a11.4%2011.4%200%200%201-1.865-5.283l-.178-1.957A7.32%207.32%200%200%200%2012%201.25%22%2F%3E%3Cpath%20d%3D%22M9.026%2019.85a.75.75%200%200%201%201.025.274a2.249%202.249%200%200%200%203.899%200a.75.75%200%200%201%201.298.751a3.749%203.749%200%200%201-6.496%200a.75.75%200%200%201%20.274-1.024%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bell-off2-filled.svg?color=%231a73e8&size=48