bell slash icon
bell-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- bell-slash-thin
- Set
- Phosphor
- Style
- Thin
- 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="M51 37.31a4 4 0 0 0-6 5.38l18.8 20.63A75.5 75.5 0 0 0 52 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0 0 48 196h44.23a36 36 0 0 0 71.54 0h20.64L205 218.69a4 4 0 1 0 5.92-5.38ZM128 220a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 128 220m-80-32a3.89 3.89 0 0 1-3.43-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a67.6 67.6 0 0 1 9.4-34.51L177.14 188Zm164.55-12.48a3.9 3.9 0 0 1-1.46.28a4 4 0 0 1-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0 0 94.46 44.83a4 4 0 1 1-4-6.95A76 76 0 0 1 204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 0 1-2.26 5.18Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBellSlashThin(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="M51 37.31a4 4 0 0 0-6 5.38l18.8 20.63A75.5 75.5 0 0 0 52 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0 0 48 196h44.23a36 36 0 0 0 71.54 0h20.64L205 218.69a4 4 0 1 0 5.92-5.38ZM128 220a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 128 220m-80-32a3.89 3.89 0 0 1-3.43-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a67.6 67.6 0 0 1 9.4-34.51L177.14 188Zm164.55-12.48a3.9 3.9 0 0 1-1.46.28a4 4 0 0 1-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0 0 94.46 44.83a4 4 0 1 1-4-6.95A76 76 0 0 1 204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 0 1-2.26 5.18Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M51 37.31a4 4 0 0 0-6 5.38l18.8 20.63A75.5 75.5 0 0 0 52 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0 0 48 196h44.23a36 36 0 0 0 71.54 0h20.64L205 218.69a4 4 0 1 0 5.92-5.38ZM128 220a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 128 220m-80-32a3.89 3.89 0 0 1-3.43-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a67.6 67.6 0 0 1 9.4-34.51L177.14 188Zm164.55-12.48a3.9 3.9 0 0 1-1.46.28a4 4 0 0 1-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0 0 94.46 44.83a4 4 0 1 1-4-6.95A76 76 0 0 1 204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 0 1-2.26 5.18Z"/></svg> </template>
CSS
.icon-bell-slash-thin {
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%22M51%2037.31a4%204%200%200%200-6%205.38l18.8%2020.63A75.5%2075.5%200%200%200%2052%20104c0%2036.13-8.58%2064-14.36%2073.95A12%2012%200%200%200%2048%20196h44.23a36%2036%200%200%200%2071.54%200h20.64L205%20218.69a4%204%200%201%200%205.92-5.38ZM128%20220a28%2028%200%200%201-27.71-24h55.42A28%2028%200%200%201%20128%20220m-80-32a3.89%203.89%200%200%201-3.43-2a4%204%200%200%201%200-4C52%20169.17%2060%20139.32%2060%20104a67.6%2067.6%200%200%201%209.4-34.51L177.14%20188Zm164.55-12.48a3.9%203.9%200%200%201-1.46.28a4%204%200%200%201-3.72-2.54C200.24%20155.17%20196%20129.28%20196%20104A68%2068%200%200%200%2094.46%2044.83a4%204%200%201%201-4-6.95A76%2076%200%200%201%20204%20104c0%2036.05%208.26%2059.89%2010.79%2066.34a4%204%200%200%201-2.26%205.18Z%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%22M51%2037.31a4%204%200%200%200-6%205.38l18.8%2020.63A75.5%2075.5%200%200%200%2052%20104c0%2036.13-8.58%2064-14.36%2073.95A12%2012%200%200%200%2048%20196h44.23a36%2036%200%200%200%2071.54%200h20.64L205%20218.69a4%204%200%201%200%205.92-5.38ZM128%20220a28%2028%200%200%201-27.71-24h55.42A28%2028%200%200%201%20128%20220m-80-32a3.89%203.89%200%200%201-3.43-2a4%204%200%200%201%200-4C52%20169.17%2060%20139.32%2060%20104a67.6%2067.6%200%200%201%209.4-34.51L177.14%20188Zm164.55-12.48a3.9%203.9%200%200%201-1.46.28a4%204%200%200%201-3.72-2.54C200.24%20155.17%20196%20129.28%20196%20104A68%2068%200%200%200%2094.46%2044.83a4%204%200%201%201-4-6.95A76%2076%200%200%201%20204%20104c0%2036.05%208.26%2059.89%2010.79%2066.34a4%204%200%200%201-2.26%205.18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bell-slash-thin.svg?color=%231a73e8&size=48