bell slash dot icon

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

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

Related icons in Codicons

Use the bell slash dot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.854 1.146a.5.5 0 0 0-.707.707l2.249 2.249A4.8 4.8 0 0 0 3 5.999V9.9l-.964 2.413a.5.5 0 0 0 .464.686H6c0 1.108.892 2 2 2s2-.892 2-2h2.293l1.854 1.854a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707zM8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m-4.762-2l.726-1.817A.5.5 0 0 0 4 9.997V5.999c0-.392.057-.771.163-1.13l7.13 7.13zM13 7.858v2.043l.651 1.628L12 9.878V7.999c.347 0 .678-.057 1-.141m-7.761-4.74l-.707-.707C5.432 1.541 6.652 1 7.999 1c.412 0 .806.064 1.19.159a4 4 0 0 0-.662.895c-.174-.023-.347-.053-.527-.053a3.98 3.98 0 0 0-2.761 1.117M9 4a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconBellSlashDot(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="M1.854 1.146a.5.5 0 0 0-.707.707l2.249 2.249A4.8 4.8 0 0 0 3 5.999V9.9l-.964 2.413a.5.5 0 0 0 .464.686H6c0 1.108.892 2 2 2s2-.892 2-2h2.293l1.854 1.854a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707zM8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m-4.762-2l.726-1.817A.5.5 0 0 0 4 9.997V5.999c0-.392.057-.771.163-1.13l7.13 7.13zM13 7.858v2.043l.651 1.628L12 9.878V7.999c.347 0 .678-.057 1-.141m-7.761-4.74l-.707-.707C5.432 1.541 6.652 1 7.999 1c.412 0 .806.064 1.19.159a4 4 0 0 0-.662.895c-.174-.023-.347-.053-.527-.053a3.98 3.98 0 0 0-2.761 1.117M9 4a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.854 1.146a.5.5 0 0 0-.707.707l2.249 2.249A4.8 4.8 0 0 0 3 5.999V9.9l-.964 2.413a.5.5 0 0 0 .464.686H6c0 1.108.892 2 2 2s2-.892 2-2h2.293l1.854 1.854a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707zM8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m-4.762-2l.726-1.817A.5.5 0 0 0 4 9.997V5.999c0-.392.057-.771.163-1.13l7.13 7.13zM13 7.858v2.043l.651 1.628L12 9.878V7.999c.347 0 .678-.057 1-.141m-7.761-4.74l-.707-.707C5.432 1.541 6.652 1 7.999 1c.412 0 .806.064 1.19.159a4 4 0 0 0-.662.895c-.174-.023-.347-.053-.527-.053a3.98 3.98 0 0 0-2.761 1.117M9 4a3 3 0 1 1 6 0a3 3 0 0 1-6 0"/></svg>
</template>

CSS

.icon-bell-slash-dot {
  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%22M1.854%201.146a.5.5%200%200%200-.707.707l2.249%202.249A4.8%204.8%200%200%200%203%205.999V9.9l-.964%202.413a.5.5%200%200%200%20.464.686H6c0%201.108.892%202%202%202s2-.892%202-2h2.293l1.854%201.854a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707zM8%2014c-.556%200-1-.444-1-1h2c0%20.556-.444%201-1%201m-4.762-2l.726-1.817A.5.5%200%200%200%204%209.997V5.999c0-.392.057-.771.163-1.13l7.13%207.13zM13%207.858v2.043l.651%201.628L12%209.878V7.999c.347%200%20.678-.057%201-.141m-7.761-4.74l-.707-.707C5.432%201.541%206.652%201%207.999%201c.412%200%20.806.064%201.19.159a4%204%200%200%200-.662.895c-.174-.023-.347-.053-.527-.053a3.98%203.98%200%200%200-2.761%201.117M9%204a3%203%200%201%201%206%200a3%203%200%200%201-6%200%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%22M1.854%201.146a.5.5%200%200%200-.707.707l2.249%202.249A4.8%204.8%200%200%200%203%205.999V9.9l-.964%202.413a.5.5%200%200%200%20.464.686H6c0%201.108.892%202%202%202s2-.892%202-2h2.293l1.854%201.854a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707zM8%2014c-.556%200-1-.444-1-1h2c0%20.556-.444%201-1%201m-4.762-2l.726-1.817A.5.5%200%200%200%204%209.997V5.999c0-.392.057-.771.163-1.13l7.13%207.13zM13%207.858v2.043l.651%201.628L12%209.878V7.999c.347%200%20.678-.057%201-.141m-7.761-4.74l-.707-.707C5.432%201.541%206.652%201%207.999%201c.412%200%20.806.064%201.19.159a4%204%200%200%200-.662.895c-.174-.023-.347-.053-.527-.053a3.98%203.98%200%200%200-2.761%201.117M9%204a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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