bell off2 icon
bell-off2 from Reicon by REICON · Outline · Notifications · MIT Free for personal and commercial use.
- Name
- bell-off2
- Set
- Reicon
- Style
- Outline
- 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 fill-rule="evenodd" 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.06L6.51 5.448l-.025-.024zm3.775 5.896q-.07.332-.101.677L6.026 10a12.9 12.9 0 0 1-2.11 5.98l-.034.05a.785.785 0 0 0 .653 1.22H16.19z" clip-rule="evenodd"/><path d="M7.151 3.086A7.32 7.32 0 0 1 19.29 7.907l.178 1.957a11.4 11.4 0 0 0 1.865 5.283l.033.05c.25.376.384.817.384 1.268v.035q-.002.34-.096.653a.75.75 0 0 1-1.436-.435a.8.8 0 0 0 .032-.218v-.035a.8.8 0 0 0-.132-.436l-.033-.05a12.9 12.9 0 0 1-2.11-5.98l-.179-1.956A5.82 5.82 0 0 0 8.145 4.21a.75.75 0 0 1-.994-1.124M9.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 ReiconBellOff2(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 fillRule="evenodd" 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.06L6.51 5.448l-.025-.024zm3.775 5.896q-.07.332-.101.677L6.026 10a12.9 12.9 0 0 1-2.11 5.98l-.034.05a.785.785 0 0 0 .653 1.22H16.19z" clipRule="evenodd"/><path d="M7.151 3.086A7.32 7.32 0 0 1 19.29 7.907l.178 1.957a11.4 11.4 0 0 0 1.865 5.283l.033.05c.25.376.384.817.384 1.268v.035q-.002.34-.096.653a.75.75 0 0 1-1.436-.435a.8.8 0 0 0 .032-.218v-.035a.8.8 0 0 0-.132-.436l-.033-.05a12.9 12.9 0 0 1-2.11-5.98l-.179-1.956A5.82 5.82 0 0 0 8.145 4.21a.75.75 0 0 1-.994-1.124M9.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 fill-rule="evenodd" 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.06L6.51 5.448l-.025-.024zm3.775 5.896q-.07.332-.101.677L6.026 10a12.9 12.9 0 0 1-2.11 5.98l-.034.05a.785.785 0 0 0 .653 1.22H16.19z" clip-rule="evenodd"/><path d="M7.151 3.086A7.32 7.32 0 0 1 19.29 7.907l.178 1.957a11.4 11.4 0 0 0 1.865 5.283l.033.05c.25.376.384.817.384 1.268v.035q-.002.34-.096.653a.75.75 0 0 1-1.436-.435a.8.8 0 0 0 .032-.218v-.035a.8.8 0 0 0-.132-.436l-.033-.05a12.9 12.9 0 0 1-2.11-5.98l-.179-1.956A5.82 5.82 0 0 0 8.145 4.21a.75.75 0 0 1-.994-1.124M9.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 {
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%20fill-rule%3D%22evenodd%22%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.06L6.51%205.448l-.025-.024zm3.775%205.896q-.07.332-.101.677L6.026%2010a12.9%2012.9%200%200%201-2.11%205.98l-.034.05a.785.785%200%200%200%20.653%201.22H16.19z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.151%203.086A7.32%207.32%200%200%201%2019.29%207.907l.178%201.957a11.4%2011.4%200%200%200%201.865%205.283l.033.05c.25.376.384.817.384%201.268v.035q-.002.34-.096.653a.75.75%200%200%201-1.436-.435a.8.8%200%200%200%20.032-.218v-.035a.8.8%200%200%200-.132-.436l-.033-.05a12.9%2012.9%200%200%201-2.11-5.98l-.179-1.956A5.82%205.82%200%200%200%208.145%204.21a.75.75%200%200%201-.994-1.124M9.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%20fill-rule%3D%22evenodd%22%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.06L6.51%205.448l-.025-.024zm3.775%205.896q-.07.332-.101.677L6.026%2010a12.9%2012.9%200%200%201-2.11%205.98l-.034.05a.785.785%200%200%200%20.653%201.22H16.19z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.151%203.086A7.32%207.32%200%200%201%2019.29%207.907l.178%201.957a11.4%2011.4%200%200%200%201.865%205.283l.033.05c.25.376.384.817.384%201.268v.035q-.002.34-.096.653a.75.75%200%200%201-1.436-.435a.8.8%200%200%200%20.032-.218v-.035a.8.8%200%200%200-.132-.436l-.033-.05a12.9%2012.9%200%200%201-2.11-5.98l-.179-1.956A5.82%205.82%200%200%200%208.145%204.21a.75.75%200%200%201-.994-1.124M9.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.svg?color=%231a73e8&size=48