bell slash icon
bell-slash from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- bell-slash
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the bell slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76L58.82 63.8A79.6 79.6 0 0 0 48 104c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0 0 48 200h40.8a40 40 0 0 0 78.4 0h15.44l19.44 21.38a8 8 0 1 0 11.84-10.76ZM128 216a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 128 216m-80-32c7.7-13.24 16-43.92 16-80a63.65 63.65 0 0 1 6.26-27.62L168.09 184Zm166-4.73a8.1 8.1 0 0 1-2.93.55a8 8 0 0 1-7.44-5.08C196.35 156.19 192 129.75 192 104a64 64 0 0 0-95.57-55.69a8 8 0 0 1-7.9-13.91A80 80 0 0 1 208 104c0 35.35 8.05 58.59 10.52 64.88a8 8 0 0 1-4.52 10.37Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBellSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76L58.82 63.8A79.6 79.6 0 0 0 48 104c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0 0 48 200h40.8a40 40 0 0 0 78.4 0h15.44l19.44 21.38a8 8 0 1 0 11.84-10.76ZM128 216a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 128 216m-80-32c7.7-13.24 16-43.92 16-80a63.65 63.65 0 0 1 6.26-27.62L168.09 184Zm166-4.73a8.1 8.1 0 0 1-2.93.55a8 8 0 0 1-7.44-5.08C196.35 156.19 192 129.75 192 104a64 64 0 0 0-95.57-55.69a8 8 0 0 1-7.9-13.91A80 80 0 0 1 208 104c0 35.35 8.05 58.59 10.52 64.88a8 8 0 0 1-4.52 10.37Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M53.92 34.62a8 8 0 1 0-11.84 10.76L58.82 63.8A79.6 79.6 0 0 0 48 104c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0 0 48 200h40.8a40 40 0 0 0 78.4 0h15.44l19.44 21.38a8 8 0 1 0 11.84-10.76ZM128 216a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 128 216m-80-32c7.7-13.24 16-43.92 16-80a63.65 63.65 0 0 1 6.26-27.62L168.09 184Zm166-4.73a8.1 8.1 0 0 1-2.93.55a8 8 0 0 1-7.44-5.08C196.35 156.19 192 129.75 192 104a64 64 0 0 0-95.57-55.69a8 8 0 0 1-7.9-13.91A80 80 0 0 1 208 104c0 35.35 8.05 58.59 10.52 64.88a8 8 0 0 1-4.52 10.37Z"/></svg> </template>
CSS
.icon-bell-slash {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76L58.82%2063.8A79.6%2079.6%200%200%200%2048%20104c0%2035.34-8.26%2062.38-13.81%2071.94A16%2016%200%200%200%2048%20200h40.8a40%2040%200%200%200%2078.4%200h15.44l19.44%2021.38a8%208%200%201%200%2011.84-10.76ZM128%20216a24%2024%200%200%201-22.62-16h45.24A24%2024%200%200%201%20128%20216m-80-32c7.7-13.24%2016-43.92%2016-80a63.65%2063.65%200%200%201%206.26-27.62L168.09%20184Zm166-4.73a8.1%208.1%200%200%201-2.93.55a8%208%200%200%201-7.44-5.08C196.35%20156.19%20192%20129.75%20192%20104a64%2064%200%200%200-95.57-55.69a8%208%200%200%201-7.9-13.91A80%2080%200%200%201%20208%20104c0%2035.35%208.05%2058.59%2010.52%2064.88a8%208%200%200%201-4.52%2010.37Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M53.92%2034.62a8%208%200%201%200-11.84%2010.76L58.82%2063.8A79.6%2079.6%200%200%200%2048%20104c0%2035.34-8.26%2062.38-13.81%2071.94A16%2016%200%200%200%2048%20200h40.8a40%2040%200%200%200%2078.4%200h15.44l19.44%2021.38a8%208%200%201%200%2011.84-10.76ZM128%20216a24%2024%200%200%201-22.62-16h45.24A24%2024%200%200%201%20128%20216m-80-32c7.7-13.24%2016-43.92%2016-80a63.65%2063.65%200%200%201%206.26-27.62L168.09%20184Zm166-4.73a8.1%208.1%200%200%201-2.93.55a8%208%200%200%201-7.44-5.08C196.35%20156.19%20192%20129.75%20192%20104a64%2064%200%200%200-95.57-55.69a8%208%200%200%201-7.9-13.91A80%2080%200%200%201%20208%20104c0%2035.35%208.05%2058.59%2010.52%2064.88a8%208%200%200%201-4.52%2010.37Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bell-slash.svg?color=%231a73e8&size=48