bell minus icon
bell-minus from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bell-minus
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-bell-minus
The same icon in other sets
Related icons in BoxIcons v2
Use the bell minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.707 15.293L19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v3.586l-1.707 1.707A1 1 0 0 0 3 16v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a1 1 0 0 0-.293-.707M19 17H5v-.586l1.707-1.707A1 1 0 0 0 7 14v-4c0-2.757 2.243-5 5-5s5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414zm-7 5a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22"/><path fill="currentColor" d="M8.037 10h7.926v2H8.037z"/></svg>
React
import type { SVGProps } from "react";
export function BxBellMinus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.707 15.293L19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v3.586l-1.707 1.707A1 1 0 0 0 3 16v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a1 1 0 0 0-.293-.707M19 17H5v-.586l1.707-1.707A1 1 0 0 0 7 14v-4c0-2.757 2.243-5 5-5s5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414zm-7 5a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22"/><path fill="currentColor" d="M8.037 10h7.926v2H8.037z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.707 15.293L19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v3.586l-1.707 1.707A1 1 0 0 0 3 16v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a1 1 0 0 0-.293-.707M19 17H5v-.586l1.707-1.707A1 1 0 0 0 7 14v-4c0-2.757 2.243-5 5-5s5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414zm-7 5a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22"/><path fill="currentColor" d="M8.037 10h7.926v2H8.037z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.707%2015.293L19%2013.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562%202.52%2012.846%202%2012%202s-1.562.52-1.855%201.258C7.185%204.074%205%206.783%205%2010v3.586l-1.707%201.707A1%201%200%200%200%203%2016v2a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-2a1%201%200%200%200-.293-.707M19%2017H5v-.586l1.707-1.707A1%201%200%200%200%207%2014v-4c0-2.757%202.243-5%205-5s5%202.243%205%205v4c0%20.266.105.52.293.707L19%2016.414zm-7%205a2.98%202.98%200%200%200%202.818-2H9.182A2.98%202.98%200%200%200%2012%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.037%2010h7.926v2H8.037z%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%22currentColor%22%20d%3D%22M20.707%2015.293L19%2013.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562%202.52%2012.846%202%2012%202s-1.562.52-1.855%201.258C7.185%204.074%205%206.783%205%2010v3.586l-1.707%201.707A1%201%200%200%200%203%2016v2a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-2a1%201%200%200%200-.293-.707M19%2017H5v-.586l1.707-1.707A1%201%200%200%200%207%2014v-4c0-2.757%202.243-5%205-5s5%202.243%205%205v4c0%20.266.105.52.293.707L19%2016.414zm-7%205a2.98%202.98%200%200%200%202.818-2H9.182A2.98%202.98%200%200%200%2012%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.037%2010h7.926v2H8.037z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bell-minus.svg?color=%231a73e8&size=48