bell off icon
bell-off from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- bell-off
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bell-slash
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
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="M15.019 17h-6.04m6.04 0h3.614c1.876 0 1.559-1.86.61-2.804c-1.903-1.89-1.242-5.145-1.78-7.66M15.02 17c0 1.925-.648 4-3.02 4s-3.02-2.075-3.02-4m0 0H7m-4 4l4-4m0 0L17.464 6.536L21 3m-5.5.688C14.687 3.253 13.563 3 12 3c-8.68 0-3.826 7.8-7.244 11.196a2.7 2.7 0 0 0-.626.99"/></svg>
React
import type { SVGProps } from "react";
export function MynauiBellOff(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="M15.019 17h-6.04m6.04 0h3.614c1.876 0 1.559-1.86.61-2.804c-1.903-1.89-1.242-5.145-1.78-7.66M15.02 17c0 1.925-.648 4-3.02 4s-3.02-2.075-3.02-4m0 0H7m-4 4l4-4m0 0L17.464 6.536L21 3m-5.5.688C14.687 3.253 13.563 3 12 3c-8.68 0-3.826 7.8-7.244 11.196a2.7 2.7 0 0 0-.626.99"/></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="M15.019 17h-6.04m6.04 0h3.614c1.876 0 1.559-1.86.61-2.804c-1.903-1.89-1.242-5.145-1.78-7.66M15.02 17c0 1.925-.648 4-3.02 4s-3.02-2.075-3.02-4m0 0H7m-4 4l4-4m0 0L17.464 6.536L21 3m-5.5.688C14.687 3.253 13.563 3 12 3c-8.68 0-3.826 7.8-7.244 11.196a2.7 2.7 0 0 0-.626.99"/></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%22M15.019%2017h-6.04m6.04%200h3.614c1.876%200%201.559-1.86.61-2.804c-1.903-1.89-1.242-5.145-1.78-7.66M15.02%2017c0%201.925-.648%204-3.02%204s-3.02-2.075-3.02-4m0%200H7m-4%204l4-4m0%200L17.464%206.536L21%203m-5.5.688C14.687%203.253%2013.563%203%2012%203c-8.68%200-3.826%207.8-7.244%2011.196a2.7%202.7%200%200%200-.626.99%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%22M15.019%2017h-6.04m6.04%200h3.614c1.876%200%201.559-1.86.61-2.804c-1.903-1.89-1.242-5.145-1.78-7.66M15.02%2017c0%201.925-.648%204-3.02%204s-3.02-2.075-3.02-4m0%200H7m-4%204l4-4m0%200L17.464%206.536L21%203m-5.5.688C14.687%203.253%2013.563%203%2012%203c-8.68%200-3.826%207.8-7.244%2011.196a2.7%202.7%200%200%200-.626.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/bell-off.svg?color=%231a73e8&size=48