bell off icon
bell-off from Reicon by REICON · Outline · Notifications · MIT Free for personal and commercial use.
- Name
- bell-off
- Set
- Reicon
- Style
- Outline
- Category
- Notifications
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All bell off icons →bell-offBoxIcons v2bell-offBoxIcons v2 Solidbell-off-fillEva Iconsbell-offFeather Iconsbell-offHuge Iconsbell-offHumbleiconsbell-offIconoirbell-offJam Iconsbell-offKeyline Iconsbell-offLucidebell-offMaterial Design Iconsbell-offMyna UI Iconsbell-offPixelarticonsbell-off-boldSolarbell-offTabler Icons
More notifications icons from Reicon
Use the bell off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 9.75a.75.75 0 1 1 0-1.5h4a.75.75 0 0 1 .53 1.28l-2.72 2.72H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.53-1.28l2.72-2.72z"/><path fill-rule="evenodd" d="M4.25 9a7.75 7.75 0 1 1 15.5 0v.704c0 .697.206 1.378.593 1.958l1.148 1.723c1.334 2 .316 4.718-2.003 5.35q-1.133.309-2.284.523l-.002.005c-.769 2.052-2.824 3.487-5.202 3.487s-4.433-1.435-5.202-3.487l-.002-.005a29 29 0 0 1-2.284-.523c-2.319-.632-3.337-3.35-2.003-5.35l1.148-1.723a3.53 3.53 0 0 0 .593-1.958zm4.373 10.537c.711 1.021 1.948 1.713 3.377 1.713s2.665-.692 3.376-1.713a28.5 28.5 0 0 1-6.753 0M12 2.75A6.25 6.25 0 0 0 5.75 9v.704a5.03 5.03 0 0 1-.845 2.79l-1.148 1.723a2.02 2.02 0 0 0 1.15 3.071a26.96 26.96 0 0 0 14.187 0a2.02 2.02 0 0 0 1.15-3.07l-1.15-1.724a5.03 5.03 0 0 1-.844-2.79V9A6.25 6.25 0 0 0 12 2.75" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBellOff(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="M10 9.75a.75.75 0 1 1 0-1.5h4a.75.75 0 0 1 .53 1.28l-2.72 2.72H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.53-1.28l2.72-2.72z"/><path fillRule="evenodd" d="M4.25 9a7.75 7.75 0 1 1 15.5 0v.704c0 .697.206 1.378.593 1.958l1.148 1.723c1.334 2 .316 4.718-2.003 5.35q-1.133.309-2.284.523l-.002.005c-.769 2.052-2.824 3.487-5.202 3.487s-4.433-1.435-5.202-3.487l-.002-.005a29 29 0 0 1-2.284-.523c-2.319-.632-3.337-3.35-2.003-5.35l1.148-1.723a3.53 3.53 0 0 0 .593-1.958zm4.373 10.537c.711 1.021 1.948 1.713 3.377 1.713s2.665-.692 3.376-1.713a28.5 28.5 0 0 1-6.753 0M12 2.75A6.25 6.25 0 0 0 5.75 9v.704a5.03 5.03 0 0 1-.845 2.79l-1.148 1.723a2.02 2.02 0 0 0 1.15 3.071a26.96 26.96 0 0 0 14.187 0a2.02 2.02 0 0 0 1.15-3.07l-1.15-1.724a5.03 5.03 0 0 1-.844-2.79V9A6.25 6.25 0 0 0 12 2.75" clipRule="evenodd"/></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="M10 9.75a.75.75 0 1 1 0-1.5h4a.75.75 0 0 1 .53 1.28l-2.72 2.72H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.53-1.28l2.72-2.72z"/><path fill-rule="evenodd" d="M4.25 9a7.75 7.75 0 1 1 15.5 0v.704c0 .697.206 1.378.593 1.958l1.148 1.723c1.334 2 .316 4.718-2.003 5.35q-1.133.309-2.284.523l-.002.005c-.769 2.052-2.824 3.487-5.202 3.487s-4.433-1.435-5.202-3.487l-.002-.005a29 29 0 0 1-2.284-.523c-2.319-.632-3.337-3.35-2.003-5.35l1.148-1.723a3.53 3.53 0 0 0 .593-1.958zm4.373 10.537c.711 1.021 1.948 1.713 3.377 1.713s2.665-.692 3.376-1.713a28.5 28.5 0 0 1-6.753 0M12 2.75A6.25 6.25 0 0 0 5.75 9v.704a5.03 5.03 0 0 1-.845 2.79l-1.148 1.723a2.02 2.02 0 0 0 1.15 3.071a26.96 26.96 0 0 0 14.187 0a2.02 2.02 0 0 0 1.15-3.07l-1.15-1.724a5.03 5.03 0 0 1-.844-2.79V9A6.25 6.25 0 0 0 12 2.75" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bell-off {
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%22M10%209.75a.75.75%200%201%201%200-1.5h4a.75.75%200%200%201%20.53%201.28l-2.72%202.72H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.53-1.28l2.72-2.72z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.25%209a7.75%207.75%200%201%201%2015.5%200v.704c0%20.697.206%201.378.593%201.958l1.148%201.723c1.334%202%20.316%204.718-2.003%205.35q-1.133.309-2.284.523l-.002.005c-.769%202.052-2.824%203.487-5.202%203.487s-4.433-1.435-5.202-3.487l-.002-.005a29%2029%200%200%201-2.284-.523c-2.319-.632-3.337-3.35-2.003-5.35l1.148-1.723a3.53%203.53%200%200%200%20.593-1.958zm4.373%2010.537c.711%201.021%201.948%201.713%203.377%201.713s2.665-.692%203.376-1.713a28.5%2028.5%200%200%201-6.753%200M12%202.75A6.25%206.25%200%200%200%205.75%209v.704a5.03%205.03%200%200%201-.845%202.79l-1.148%201.723a2.02%202.02%200%200%200%201.15%203.071a26.96%2026.96%200%200%200%2014.187%200a2.02%202.02%200%200%200%201.15-3.07l-1.15-1.724a5.03%205.03%200%200%201-.844-2.79V9A6.25%206.25%200%200%200%2012%202.75%22%20clip-rule%3D%22evenodd%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%22M10%209.75a.75.75%200%201%201%200-1.5h4a.75.75%200%200%201%20.53%201.28l-2.72%202.72H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.53-1.28l2.72-2.72z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.25%209a7.75%207.75%200%201%201%2015.5%200v.704c0%20.697.206%201.378.593%201.958l1.148%201.723c1.334%202%20.316%204.718-2.003%205.35q-1.133.309-2.284.523l-.002.005c-.769%202.052-2.824%203.487-5.202%203.487s-4.433-1.435-5.202-3.487l-.002-.005a29%2029%200%200%201-2.284-.523c-2.319-.632-3.337-3.35-2.003-5.35l1.148-1.723a3.53%203.53%200%200%200%20.593-1.958zm4.373%2010.537c.711%201.021%201.948%201.713%203.377%201.713s2.665-.692%203.376-1.713a28.5%2028.5%200%200%201-6.753%200M12%202.75A6.25%206.25%200%200%200%205.75%209v.704a5.03%205.03%200%200%201-.845%202.79l-1.148%201.723a2.02%202.02%200%200%200%201.15%203.071a26.96%2026.96%200%200%200%2014.187%200a2.02%202.02%200%200%200%201.15-3.07l-1.15-1.724a5.03%205.03%200%200%201-.844-2.79V9A6.25%206.25%200%200%200%2012%202.75%22%20clip-rule%3D%22evenodd%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-off.svg?color=%231a73e8&size=48