bell minus icon
bell-minus from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- bell-minus
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in BoxIcons v2 Solid
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="M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22m8.707-5.707L19 14.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v4.586l-1.707 1.707A1 1 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a1 1 0 0 0-.293-.707M16 12H8v-2h8z"/></svg>
React
import type { SVGProps } from "react";
export function BxsBellMinus(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="M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22m8.707-5.707L19 14.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v4.586l-1.707 1.707A1 1 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a1 1 0 0 0-.293-.707M16 12H8v-2h8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22m8.707-5.707L19 14.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v4.586l-1.707 1.707A1 1 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a1 1 0 0 0-.293-.707M16 12H8v-2h8z"/></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%22M12%2022a2.98%202.98%200%200%200%202.818-2H9.182A2.98%202.98%200%200%200%2012%2022m8.707-5.707L19%2014.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562%202.52%2012.846%202%2012%202s-1.562.52-1.855%201.258C7.185%204.074%205%206.783%205%2010v4.586l-1.707%201.707A1%201%200%200%200%203%2017v1a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-1a1%201%200%200%200-.293-.707M16%2012H8v-2h8z%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%22M12%2022a2.98%202.98%200%200%200%202.818-2H9.182A2.98%202.98%200%200%200%2012%2022m8.707-5.707L19%2014.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562%202.52%2012.846%202%2012%202s-1.562.52-1.855%201.258C7.185%204.074%205%206.783%205%2010v4.586l-1.707%201.707A1%201%200%200%200%203%2017v1a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-1a1%201%200%200%200-.293-.707M16%2012H8v-2h8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/bell-minus.svg?color=%231a73e8&size=48