bell off icon
bell-off from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- bell-off
- 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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.345 18.931A.99.99 0 0 0 21 18v-1a1 1 0 0 0-.293-.707L19 14.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.258c-1.323.364-2.463 1.128-3.346 2.127L3.707 2.293L2.293 3.707l18 18l1.414-1.414zM12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22M5 10v4.586l-1.707 1.707A1 1 0 0 0 3 17v1a1 1 0 0 0 1 1h10.879L5.068 9.189C5.037 9.457 5 9.724 5 10"/></svg>
React
import type { SVGProps } from "react";
export function BxsBellOff(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.345 18.931A.99.99 0 0 0 21 18v-1a1 1 0 0 0-.293-.707L19 14.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.258c-1.323.364-2.463 1.128-3.346 2.127L3.707 2.293L2.293 3.707l18 18l1.414-1.414zM12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22M5 10v4.586l-1.707 1.707A1 1 0 0 0 3 17v1a1 1 0 0 0 1 1h10.879L5.068 9.189C5.037 9.457 5 9.724 5 10"/></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.345 18.931A.99.99 0 0 0 21 18v-1a1 1 0 0 0-.293-.707L19 14.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.258c-1.323.364-2.463 1.128-3.346 2.127L3.707 2.293L2.293 3.707l18 18l1.414-1.414zM12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22M5 10v4.586l-1.707 1.707A1 1 0 0 0 3 17v1a1 1 0 0 0 1 1h10.879L5.068 9.189C5.037 9.457 5 9.724 5 10"/></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%22currentColor%22%20d%3D%22M20.345%2018.931A.99.99%200%200%200%2021%2018v-1a1%201%200%200%200-.293-.707L19%2014.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.258c-1.323.364-2.463%201.128-3.346%202.127L3.707%202.293L2.293%203.707l18%2018l1.414-1.414zM12%2022a2.98%202.98%200%200%200%202.818-2H9.182A2.98%202.98%200%200%200%2012%2022M5%2010v4.586l-1.707%201.707A1%201%200%200%200%203%2017v1a1%201%200%200%200%201%201h10.879L5.068%209.189C5.037%209.457%205%209.724%205%2010%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.345%2018.931A.99.99%200%200%200%2021%2018v-1a1%201%200%200%200-.293-.707L19%2014.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.258c-1.323.364-2.463%201.128-3.346%202.127L3.707%202.293L2.293%203.707l18%2018l1.414-1.414zM12%2022a2.98%202.98%200%200%200%202.818-2H9.182A2.98%202.98%200%200%200%2012%2022M5%2010v4.586l-1.707%201.707A1%201%200%200%200%203%2017v1a1%201%200%200%200%201%201h10.879L5.068%209.189C5.037%209.457%205%209.724%205%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/bell-off.svg?color=%231a73e8&size=48