bell slash icon

bell-slash from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
bell-slash
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Related icons in Codicons

Use the bell slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.239 3.118l-.707-.707C5.432 1.541 6.652 1 7.999 1c2.757 0 5 2.243 5 5v3.901l.651 1.628l-1.651-1.651V5.999c0-2.206-1.794-4-4-4a3.98 3.98 0 0 0-2.761 1.118zm9.615 11.736a.5.5 0 0 1-.708 0L12.292 13H9.999c0 1.108-.892 2-2 2s-2-.892-2-2h-3.5a.5.5 0 0 1-.464-.686l.964-2.413V6c0-.675.147-1.312.396-1.897L1.146 1.854a.5.5 0 0 1 .707-.707l13 13a.5.5 0 0 1 0 .707zM9 13H7c0 .556.444 1 1 1s1-.444 1-1m2.293-1l-7.13-7.13A4 4 0 0 0 4 6v3.998a.5.5 0 0 1-.036.186l-.726 1.817z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconBellSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.239 3.118l-.707-.707C5.432 1.541 6.652 1 7.999 1c2.757 0 5 2.243 5 5v3.901l.651 1.628l-1.651-1.651V5.999c0-2.206-1.794-4-4-4a3.98 3.98 0 0 0-2.761 1.118zm9.615 11.736a.5.5 0 0 1-.708 0L12.292 13H9.999c0 1.108-.892 2-2 2s-2-.892-2-2h-3.5a.5.5 0 0 1-.464-.686l.964-2.413V6c0-.675.147-1.312.396-1.897L1.146 1.854a.5.5 0 0 1 .707-.707l13 13a.5.5 0 0 1 0 .707zM9 13H7c0 .556.444 1 1 1s1-.444 1-1m2.293-1l-7.13-7.13A4 4 0 0 0 4 6v3.998a.5.5 0 0 1-.036.186l-.726 1.817z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m5.239 3.118l-.707-.707C5.432 1.541 6.652 1 7.999 1c2.757 0 5 2.243 5 5v3.901l.651 1.628l-1.651-1.651V5.999c0-2.206-1.794-4-4-4a3.98 3.98 0 0 0-2.761 1.118zm9.615 11.736a.5.5 0 0 1-.708 0L12.292 13H9.999c0 1.108-.892 2-2 2s-2-.892-2-2h-3.5a.5.5 0 0 1-.464-.686l.964-2.413V6c0-.675.147-1.312.396-1.897L1.146 1.854a.5.5 0 0 1 .707-.707l13 13a.5.5 0 0 1 0 .707zM9 13H7c0 .556.444 1 1 1s1-.444 1-1m2.293-1l-7.13-7.13A4 4 0 0 0 4 6v3.998a.5.5 0 0 1-.036.186l-.726 1.817z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.239%203.118l-.707-.707C5.432%201.541%206.652%201%207.999%201c2.757%200%205%202.243%205%205v3.901l.651%201.628l-1.651-1.651V5.999c0-2.206-1.794-4-4-4a3.98%203.98%200%200%200-2.761%201.118zm9.615%2011.736a.5.5%200%200%201-.708%200L12.292%2013H9.999c0%201.108-.892%202-2%202s-2-.892-2-2h-3.5a.5.5%200%200%201-.464-.686l.964-2.413V6c0-.675.147-1.312.396-1.897L1.146%201.854a.5.5%200%200%201%20.707-.707l13%2013a.5.5%200%200%201%200%20.707zM9%2013H7c0%20.556.444%201%201%201s1-.444%201-1m2.293-1l-7.13-7.13A4%204%200%200%200%204%206v3.998a.5.5%200%200%201-.036.186l-.726%201.817z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.239%203.118l-.707-.707C5.432%201.541%206.652%201%207.999%201c2.757%200%205%202.243%205%205v3.901l.651%201.628l-1.651-1.651V5.999c0-2.206-1.794-4-4-4a3.98%203.98%200%200%200-2.761%201.118zm9.615%2011.736a.5.5%200%200%201-.708%200L12.292%2013H9.999c0%201.108-.892%202-2%202s-2-.892-2-2h-3.5a.5.5%200%200%201-.464-.686l.964-2.413V6c0-.675.147-1.312.396-1.897L1.146%201.854a.5.5%200%200%201%20.707-.707l13%2013a.5.5%200%200%201%200%20.707zM9%2013H7c0%20.556.444%201%201%201s1-.444%201-1m2.293-1l-7.13-7.13A4%204%200%200%200%204%206v3.998a.5.5%200%200%201-.036.186l-.726%201.817z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/bell-slash.svg?color=%231a73e8&size=48