bell off icon
bell-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bell-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M16 18a4 4 0 0 1-8 0"/><path d="M8 3.126a6 6 0 0 1 3.107-1.113C11.303 2 11.535 2 12 2c.464 0 .696 0 .892.013a6 6 0 0 1 5.595 5.595c.013.196.013.428.013.892v1.306c0 .73 0 1.094.036 1.448a7 7 0 0 0 1.082 3.087c.193.299.421.584.877 1.153l.17.213l.234.293M18 18H4.437c-.728 0-1.092 0-1.303-.105a1 1 0 0 1-.531-1.106c.05-.23.277-.514.731-1.082l.17-.213c.456-.57.684-.854.877-1.153a7 7 0 0 0 1.082-3.087c.037-.354.037-.719.037-1.448V8.5c0-.464 0-.696.012-.892c.037-.561.15-1.1.33-1.608"/><path stroke-linejoin="round" d="m2 2l20 20"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBellOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M16 18a4 4 0 0 1-8 0"/><path d="M8 3.126a6 6 0 0 1 3.107-1.113C11.303 2 11.535 2 12 2c.464 0 .696 0 .892.013a6 6 0 0 1 5.595 5.595c.013.196.013.428.013.892v1.306c0 .73 0 1.094.036 1.448a7 7 0 0 0 1.082 3.087c.193.299.421.584.877 1.153l.17.213l.234.293M18 18H4.437c-.728 0-1.092 0-1.303-.105a1 1 0 0 1-.531-1.106c.05-.23.277-.514.731-1.082l.17-.213c.456-.57.684-.854.877-1.153a7 7 0 0 0 1.082-3.087c.037-.354.037-.719.037-1.448V8.5c0-.464 0-.696.012-.892c.037-.561.15-1.1.33-1.608"/><path strokeLinejoin="round" d="m2 2l20 20"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M16 18a4 4 0 0 1-8 0"/><path d="M8 3.126a6 6 0 0 1 3.107-1.113C11.303 2 11.535 2 12 2c.464 0 .696 0 .892.013a6 6 0 0 1 5.595 5.595c.013.196.013.428.013.892v1.306c0 .73 0 1.094.036 1.448a7 7 0 0 0 1.082 3.087c.193.299.421.584.877 1.153l.17.213l.234.293M18 18H4.437c-.728 0-1.092 0-1.303-.105a1 1 0 0 1-.531-1.106c.05-.23.277-.514.731-1.082l.17-.213c.456-.57.684-.854.877-1.153a7 7 0 0 0 1.082-3.087c.037-.354.037-.719.037-1.448V8.5c0-.464 0-.696.012-.892c.037-.561.15-1.1.33-1.608"/><path stroke-linejoin="round" d="m2 2l20 20"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2018a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20d%3D%22M8%203.126a6%206%200%200%201%203.107-1.113C11.303%202%2011.535%202%2012%202c.464%200%20.696%200%20.892.013a6%206%200%200%201%205.595%205.595c.013.196.013.428.013.892v1.306c0%20.73%200%201.094.036%201.448a7%207%200%200%200%201.082%203.087c.193.299.421.584.877%201.153l.17.213l.234.293M18%2018H4.437c-.728%200-1.092%200-1.303-.105a1%201%200%200%201-.531-1.106c.05-.23.277-.514.731-1.082l.17-.213c.456-.57.684-.854.877-1.153a7%207%200%200%200%201.082-3.087c.037-.354.037-.719.037-1.448V8.5c0-.464%200-.696.012-.892c.037-.561.15-1.1.33-1.608%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%202l20%2020%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2018a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20d%3D%22M8%203.126a6%206%200%200%201%203.107-1.113C11.303%202%2011.535%202%2012%202c.464%200%20.696%200%20.892.013a6%206%200%200%201%205.595%205.595c.013.196.013.428.013.892v1.306c0%20.73%200%201.094.036%201.448a7%207%200%200%200%201.082%203.087c.193.299.421.584.877%201.153l.17.213l.234.293M18%2018H4.437c-.728%200-1.092%200-1.303-.105a1%201%200%200%201-.531-1.106c.05-.23.277-.514.731-1.082l.17-.213c.456-.57.684-.854.877-1.153a7%207%200%200%200%201.082-3.087c.037-.354.037-.719.037-1.448V8.5c0-.464%200-.696.012-.892c.037-.561.15-1.1.33-1.608%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%202l20%2020%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bell-off.svg?color=%231a73e8&size=48