bell with slash emoji

bell-with-slash from Streamline Emojis by Streamline · Default · Symbols · CC-BY-4.0 Attribution required.

Name
bell-with-slash
Set
Streamline Emojis
Style
Default
Category
Symbols
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Streamline Emojis

Use the bell with slash emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.26 45.21a13.74 1.79 0 1 0 27.48 0a13.74 1.79 0 1 0-27.48 0" opacity=".15"/><path fill="#fff48c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.61 7.39a2.39 2.39 0 1 0 4.78 0a2.39 2.39 0 1 0-4.78 0"/><path fill="#ffe500" d="M40.73 33.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39 8 24 8s-7.92 1-9.56 6s-1 9.31-2.39 12s-4.78 4.68-4.78 7.76Z"/><path fill="#fff48c" d="M24 12.17c3.68 0 8.58 1 10.48 5.72a25 25 0 0 0-.92-3.89C31.92 9 27.39 8 24 8s-7.92 1-9.56 6a25 25 0 0 0-.92 3.93c1.9-4.79 6.8-5.76 10.48-5.76"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.73 33.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39 8 24 8s-7.92 1-9.56 6s-1 9.31-2.39 12s-4.78 4.68-4.78 7.76Z"/><path fill="#ffe500" d="M7.27 33.67a16.73 1.79 0 1 0 33.46 0a16.73 1.79 0 1 0-33.46 0"/><path fill="#ebcb00" d="M9.51 34.57a92 92 0 0 1 14.49-.9a92 92 0 0 1 14.49.9c1.42-.27 2.24-.57 2.24-.9c0-1-7.49-1.79-16.73-1.79s-16.73.8-16.73 1.79c0 .33.82.63 2.24.9"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.27 33.67a16.73 1.79 0 1 0 33.46 0a16.73 1.79 0 1 0-33.46 0"/><path fill="#ffe500" d="M24 31.88h-3.11a3.58 3.58 0 1 0 6.22 0c-1.01.01-2.04 0-3.11 0"/><path fill="#ebcb00" d="M24 34.17h3.53a3 3 0 0 0 0-.53a3.57 3.57 0 0 0-.47-1.75h-6.22a3.57 3.57 0 0 0-.47 1.75a3 3 0 0 0 0 .53c1.25.01 2.42 0 3.63 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 31.88h-3.11a3.58 3.58 0 1 0 6.22 0c-1.01.01-2.04 0-3.11 0"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M43.28 38.89L8.22 3.83A1.5 1.5 0 1 0 6.1 5.94L41.16 41a1.5 1.5 0 0 0 2.12-2.11"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisBellWithSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.26 45.21a13.74 1.79 0 1 0 27.48 0a13.74 1.79 0 1 0-27.48 0" opacity=".15"/><path fill="#fff48c" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M21.61 7.39a2.39 2.39 0 1 0 4.78 0a2.39 2.39 0 1 0-4.78 0"/><path fill="#ffe500" d="M40.73 33.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39 8 24 8s-7.92 1-9.56 6s-1 9.31-2.39 12s-4.78 4.68-4.78 7.76Z"/><path fill="#fff48c" d="M24 12.17c3.68 0 8.58 1 10.48 5.72a25 25 0 0 0-.92-3.89C31.92 9 27.39 8 24 8s-7.92 1-9.56 6a25 25 0 0 0-.92 3.93c1.9-4.79 6.8-5.76 10.48-5.76"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M40.73 33.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39 8 24 8s-7.92 1-9.56 6s-1 9.31-2.39 12s-4.78 4.68-4.78 7.76Z"/><path fill="#ffe500" d="M7.27 33.67a16.73 1.79 0 1 0 33.46 0a16.73 1.79 0 1 0-33.46 0"/><path fill="#ebcb00" d="M9.51 34.57a92 92 0 0 1 14.49-.9a92 92 0 0 1 14.49.9c1.42-.27 2.24-.57 2.24-.9c0-1-7.49-1.79-16.73-1.79s-16.73.8-16.73 1.79c0 .33.82.63 2.24.9"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M7.27 33.67a16.73 1.79 0 1 0 33.46 0a16.73 1.79 0 1 0-33.46 0"/><path fill="#ffe500" d="M24 31.88h-3.11a3.58 3.58 0 1 0 6.22 0c-1.01.01-2.04 0-3.11 0"/><path fill="#ebcb00" d="M24 34.17h3.53a3 3 0 0 0 0-.53a3.57 3.57 0 0 0-.47-1.75h-6.22a3.57 3.57 0 0 0-.47 1.75a3 3 0 0 0 0 .53c1.25.01 2.42 0 3.63 0"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 31.88h-3.11a3.58 3.58 0 1 0 6.22 0c-1.01.01-2.04 0-3.11 0"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M43.28 38.89L8.22 3.83A1.5 1.5 0 1 0 6.1 5.94L41.16 41a1.5 1.5 0 0 0 2.12-2.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M10.26 45.21a13.74 1.79 0 1 0 27.48 0a13.74 1.79 0 1 0-27.48 0" opacity=".15"/><path fill="#fff48c" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M21.61 7.39a2.39 2.39 0 1 0 4.78 0a2.39 2.39 0 1 0-4.78 0"/><path fill="#ffe500" d="M40.73 33.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39 8 24 8s-7.92 1-9.56 6s-1 9.31-2.39 12s-4.78 4.68-4.78 7.76Z"/><path fill="#fff48c" d="M24 12.17c3.68 0 8.58 1 10.48 5.72a25 25 0 0 0-.92-3.89C31.92 9 27.39 8 24 8s-7.92 1-9.56 6a25 25 0 0 0-.92 3.93c1.9-4.79 6.8-5.76 10.48-5.76"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M40.73 33.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39 8 24 8s-7.92 1-9.56 6s-1 9.31-2.39 12s-4.78 4.68-4.78 7.76Z"/><path fill="#ffe500" d="M7.27 33.67a16.73 1.79 0 1 0 33.46 0a16.73 1.79 0 1 0-33.46 0"/><path fill="#ebcb00" d="M9.51 34.57a92 92 0 0 1 14.49-.9a92 92 0 0 1 14.49.9c1.42-.27 2.24-.57 2.24-.9c0-1-7.49-1.79-16.73-1.79s-16.73.8-16.73 1.79c0 .33.82.63 2.24.9"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M7.27 33.67a16.73 1.79 0 1 0 33.46 0a16.73 1.79 0 1 0-33.46 0"/><path fill="#ffe500" d="M24 31.88h-3.11a3.58 3.58 0 1 0 6.22 0c-1.01.01-2.04 0-3.11 0"/><path fill="#ebcb00" d="M24 34.17h3.53a3 3 0 0 0 0-.53a3.57 3.57 0 0 0-.47-1.75h-6.22a3.57 3.57 0 0 0-.47 1.75a3 3 0 0 0 0 .53c1.25.01 2.42 0 3.63 0"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 31.88h-3.11a3.58 3.58 0 1 0 6.22 0c-1.01.01-2.04 0-3.11 0"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M43.28 38.89L8.22 3.83A1.5 1.5 0 1 0 6.1 5.94L41.16 41a1.5 1.5 0 0 0 2.12-2.11"/></svg>
</template>

CSS

.icon-bell-with-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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10.26%2045.21a13.74%201.79%200%201%200%2027.48%200a13.74%201.79%200%201%200-27.48%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.61%207.39a2.39%202.39%200%201%200%204.78%200a2.39%202.39%200%201%200-4.78%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M40.73%2033.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39%208%2024%208s-7.92%201-9.56%206s-1%209.31-2.39%2012s-4.78%204.68-4.78%207.76Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M24%2012.17c3.68%200%208.58%201%2010.48%205.72a25%2025%200%200%200-.92-3.89C31.92%209%2027.39%208%2024%208s-7.92%201-9.56%206a25%2025%200%200%200-.92%203.93c1.9-4.79%206.8-5.76%2010.48-5.76%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.73%2033.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39%208%2024%208s-7.92%201-9.56%206s-1%209.31-2.39%2012s-4.78%204.68-4.78%207.76Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M7.27%2033.67a16.73%201.79%200%201%200%2033.46%200a16.73%201.79%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M9.51%2034.57a92%2092%200%200%201%2014.49-.9a92%2092%200%200%201%2014.49.9c1.42-.27%202.24-.57%202.24-.9c0-1-7.49-1.79-16.73-1.79s-16.73.8-16.73%201.79c0%20.33.82.63%202.24.9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.27%2033.67a16.73%201.79%200%201%200%2033.46%200a16.73%201.79%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24%2031.88h-3.11a3.58%203.58%200%201%200%206.22%200c-1.01.01-2.04%200-3.11%200%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M24%2034.17h3.53a3%203%200%200%200%200-.53a3.57%203.57%200%200%200-.47-1.75h-6.22a3.57%203.57%200%200%200-.47%201.75a3%203%200%200%200%200%20.53c1.25.01%202.42%200%203.63%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2031.88h-3.11a3.58%203.58%200%201%200%206.22%200c-1.01.01-2.04%200-3.11%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M43.28%2038.89L8.22%203.83A1.5%201.5%200%201%200%206.1%205.94L41.16%2041a1.5%201.5%200%200%200%202.12-2.11%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M10.26%2045.21a13.74%201.79%200%201%200%2027.48%200a13.74%201.79%200%201%200-27.48%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.61%207.39a2.39%202.39%200%201%200%204.78%200a2.39%202.39%200%201%200-4.78%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M40.73%2033.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39%208%2024%208s-7.92%201-9.56%206s-1%209.31-2.39%2012s-4.78%204.68-4.78%207.76Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M24%2012.17c3.68%200%208.58%201%2010.48%205.72a25%2025%200%200%200-.92-3.89C31.92%209%2027.39%208%2024%208s-7.92%201-9.56%206a25%2025%200%200%200-.92%203.93c1.9-4.79%206.8-5.76%2010.48-5.76%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M40.73%2033.67c0-3.08-3.39-5.13-4.78-7.76s-.75-7-2.39-11.95S27.39%208%2024%208s-7.92%201-9.56%206s-1%209.31-2.39%2012s-4.78%204.68-4.78%207.76Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M7.27%2033.67a16.73%201.79%200%201%200%2033.46%200a16.73%201.79%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M9.51%2034.57a92%2092%200%200%201%2014.49-.9a92%2092%200%200%201%2014.49.9c1.42-.27%202.24-.57%202.24-.9c0-1-7.49-1.79-16.73-1.79s-16.73.8-16.73%201.79c0%20.33.82.63%202.24.9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.27%2033.67a16.73%201.79%200%201%200%2033.46%200a16.73%201.79%200%201%200-33.46%200%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M24%2031.88h-3.11a3.58%203.58%200%201%200%206.22%200c-1.01.01-2.04%200-3.11%200%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M24%2034.17h3.53a3%203%200%200%200%200-.53a3.57%203.57%200%200%200-.47-1.75h-6.22a3.57%203.57%200%200%200-.47%201.75a3%203%200%200%200%200%20.53c1.25.01%202.42%200%203.63%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%2031.88h-3.11a3.58%203.58%200%201%200%206.22%200c-1.01.01-2.04%200-3.11%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M43.28%2038.89L8.22%203.83A1.5%201.5%200%201%200%206.1%205.94L41.16%2041a1.5%201.5%200%200%200%202.12-2.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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