bell minus icon
bell-minus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bell-minus
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the bell minus 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="M16.998 4.032a6 6 0 0 0-4.108-2.02C12.694 2 12.462 2 11.998 2c-.465 0-.697 0-.893.013A6 6 0 0 0 5.51 7.608c-.012.196-.012.428-.012.892v1.306c0 .73 0 1.094-.036 1.448a7 7 0 0 1-1.083 3.087c-.193.299-.421.584-.877 1.153l-.17.213c-.454.568-.682.852-.731 1.082a1 1 0 0 0 .531 1.106c.21.105.575.105 1.303.105H19.56c.727 0 1.091 0 1.302-.105a1 1 0 0 0 .531-1.106c-.05-.23-.276-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.876-1.153A7 7 0 0 1 18.65 12"/><path stroke-linejoin="round" d="M14.984 8h6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBellMinus(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="M16.998 4.032a6 6 0 0 0-4.108-2.02C12.694 2 12.462 2 11.998 2c-.465 0-.697 0-.893.013A6 6 0 0 0 5.51 7.608c-.012.196-.012.428-.012.892v1.306c0 .73 0 1.094-.036 1.448a7 7 0 0 1-1.083 3.087c-.193.299-.421.584-.877 1.153l-.17.213c-.454.568-.682.852-.731 1.082a1 1 0 0 0 .531 1.106c.21.105.575.105 1.303.105H19.56c.727 0 1.091 0 1.302-.105a1 1 0 0 0 .531-1.106c-.05-.23-.276-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.876-1.153A7 7 0 0 1 18.65 12"/><path strokeLinejoin="round" d="M14.984 8h6"/></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="M16.998 4.032a6 6 0 0 0-4.108-2.02C12.694 2 12.462 2 11.998 2c-.465 0-.697 0-.893.013A6 6 0 0 0 5.51 7.608c-.012.196-.012.428-.012.892v1.306c0 .73 0 1.094-.036 1.448a7 7 0 0 1-1.083 3.087c-.193.299-.421.584-.877 1.153l-.17.213c-.454.568-.682.852-.731 1.082a1 1 0 0 0 .531 1.106c.21.105.575.105 1.303.105H19.56c.727 0 1.091 0 1.302-.105a1 1 0 0 0 .531-1.106c-.05-.23-.276-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.876-1.153A7 7 0 0 1 18.65 12"/><path stroke-linejoin="round" d="M14.984 8h6"/></g></svg> </template>
CSS
.icon-bell-minus {
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%22M16.998%204.032a6%206%200%200%200-4.108-2.02C12.694%202%2012.462%202%2011.998%202c-.465%200-.697%200-.893.013A6%206%200%200%200%205.51%207.608c-.012.196-.012.428-.012.892v1.306c0%20.73%200%201.094-.036%201.448a7%207%200%200%201-1.083%203.087c-.193.299-.421.584-.877%201.153l-.17.213c-.454.568-.682.852-.731%201.082a1%201%200%200%200%20.531%201.106c.21.105.575.105%201.303.105H19.56c.727%200%201.091%200%201.302-.105a1%201%200%200%200%20.531-1.106c-.05-.23-.276-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.876-1.153A7%207%200%200%201%2018.65%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.984%208h6%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%22M16.998%204.032a6%206%200%200%200-4.108-2.02C12.694%202%2012.462%202%2011.998%202c-.465%200-.697%200-.893.013A6%206%200%200%200%205.51%207.608c-.012.196-.012.428-.012.892v1.306c0%20.73%200%201.094-.036%201.448a7%207%200%200%201-1.083%203.087c-.193.299-.421.584-.877%201.153l-.17.213c-.454.568-.682.852-.731%201.082a1%201%200%200%200%20.531%201.106c.21.105.575.105%201.303.105H19.56c.727%200%201.091%200%201.302-.105a1%201%200%200%200%20.531-1.106c-.05-.23-.276-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.876-1.153A7%207%200%200%201%2018.65%2012%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.984%208h6%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-minus.svg?color=%231a73e8&size=48