bell dot icon

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

Name
bell-dot
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 dot icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 9.901V7.873q-.481.125-1 .126v1.998q0 .097.036.186L12.762 12H3.238l.726-1.817A.5.5 0 0 0 4 9.997V5.999a4.004 4.004 0 0 1 4.518-3.967c.185-.327.416-.626.682-.887A5.006 5.006 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-2h3.5a.5.5 0 0 0 .464-.686zM8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m7-10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconBellDot(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="M13 9.901V7.873q-.481.125-1 .126v1.998q0 .097.036.186L12.762 12H3.238l.726-1.817A.5.5 0 0 0 4 9.997V5.999a4.004 4.004 0 0 1 4.518-3.967c.185-.327.416-.626.682-.887A5.006 5.006 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-2h3.5a.5.5 0 0 0 .464-.686zM8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m7-10a3 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="M13 9.901V7.873q-.481.125-1 .126v1.998q0 .097.036.186L12.762 12H3.238l.726-1.817A.5.5 0 0 0 4 9.997V5.999a4.004 4.004 0 0 1 4.518-3.967c.185-.327.416-.626.682-.887A5.006 5.006 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-2h3.5a.5.5 0 0 0 .464-.686zM8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m7-10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></svg>
</template>

CSS

.icon-bell-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%22M13%209.901V7.873q-.481.125-1%20.126v1.998q0%20.097.036.186L12.762%2012H3.238l.726-1.817A.5.5%200%200%200%204%209.997V5.999a4.004%204.004%200%200%201%204.518-3.967c.185-.327.416-.626.682-.887A5.006%205.006%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-2h3.5a.5.5%200%200%200%20.464-.686zM8%2014c-.556%200-1-.444-1-1h2c0%20.556-.444%201-1%201m7-10a3%203%200%201%201-6%200a3%203%200%200%201%206%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%22M13%209.901V7.873q-.481.125-1%20.126v1.998q0%20.097.036.186L12.762%2012H3.238l.726-1.817A.5.5%200%200%200%204%209.997V5.999a4.004%204.004%200%200%201%204.518-3.967c.185-.327.416-.626.682-.887A5.006%205.006%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-2h3.5a.5.5%200%200%200%20.464-.686zM8%2014c-.556%200-1-.444-1-1h2c0%20.556-.444%201-1%201m7-10a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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