bell off icon
bell-off from Iconoir by Luca Burgio · Regular · Communication · MIT Free for personal and commercial use.
- Name
- bell-off
- Set
- Iconoir
- Style
- Regular
- Category
- Communication
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More communication icons from Iconoir
app-notificationarrow-email-forwardat-signat-sign-circlebellbell-notificationbubble-downloadbubble-incomebubble-outcomebubble-searchbubble-starbubble-uploadbubble-warningbubble-xmarkchat-bubblechat-bubble-checkchat-bubble-emptychat-bubble-questionchat-bubble-translatechat-bubble-warningchat-bubble-xmarkchat-lineschat-minus-inchat-plus-in
Use the bell off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.27 6.5C6.093 7.11 6 7.75 6 8.4C6 15.867 3 18 3 18h15M7.757 3.875C8.883 2.675 10.41 2 12 2s3.117.674 4.243 1.875C17.368 5.075 18 6.703 18 8.4c0 7.467 3 9.6 3 9.6m-7.27 3a2 2 0 0 1-3.46 0M3 3l18 18"/></svg>
React
import type { SVGProps } from "react";
export function IconoirBellOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.27 6.5C6.093 7.11 6 7.75 6 8.4C6 15.867 3 18 3 18h15M7.757 3.875C8.883 2.675 10.41 2 12 2s3.117.674 4.243 1.875C17.368 5.075 18 6.703 18 8.4c0 7.467 3 9.6 3 9.6m-7.27 3a2 2 0 0 1-3.46 0M3 3l18 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.27 6.5C6.093 7.11 6 7.75 6 8.4C6 15.867 3 18 3 18h15M7.757 3.875C8.883 2.675 10.41 2 12 2s3.117.674 4.243 1.875C17.368 5.075 18 6.703 18 8.4c0 7.467 3 9.6 3 9.6m-7.27 3a2 2 0 0 1-3.46 0M3 3l18 18"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.27%206.5C6.093%207.11%206%207.75%206%208.4C6%2015.867%203%2018%203%2018h15M7.757%203.875C8.883%202.675%2010.41%202%2012%202s3.117.674%204.243%201.875C17.368%205.075%2018%206.703%2018%208.4c0%207.467%203%209.6%203%209.6m-7.27%203a2%202%200%200%201-3.46%200M3%203l18%2018%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.27%206.5C6.093%207.11%206%207.75%206%208.4C6%2015.867%203%2018%203%2018h15M7.757%203.875C8.883%202.675%2010.41%202%2012%202s3.117.674%204.243%201.875C17.368%205.075%2018%206.703%2018%208.4c0%207.467%203%209.6%203%209.6m-7.27%203a2%202%200%200%201-3.46%200M3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/bell-off.svg?color=%231a73e8&size=48