bell with slash emoji
bell-with-slash from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- bell-with-slash
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the bell with slash emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1a2.25 2.25 0 0 0-2.25 2.25v.036a9.2 9.2 0 0 0-4.01 2.21l1.414 1.416a7.2 7.2 0 0 1 3.752-1.825L15.458 5h1.084l.552.087c2.966.468 5.407 2.785 6.014 5.897l1.73 8.9q.096.49.259.97L30 25.757a4.78 4.78 0 0 0-1.768-3.69l-.005-.003c-.733-.59-1.219-1.51-1.426-2.564l-1.73-8.898c-.708-3.631-3.406-6.44-6.821-7.316V3.25A2.25 2.25 0 0 0 16 1M7.444 8.858l-4.151-4.15a1 1 0 0 1 1.414-1.415l25 25a1 1 0 0 1-1.414 1.414L27.586 29h-7.718A4.68 4.68 0 0 1 16 31a4.68 4.68 0 0 1-3.868-2H3.95C2.861 29 2 28.104 2 27.027v-1.234c0-1.52.696-2.852 1.768-3.726l.005-.003c.733-.59 1.219-1.51 1.426-2.564l1.73-8.899a9.6 9.6 0 0 1 .515-1.743M25.586 27L9.02 10.434a8 8 0 0 0-.128.55l-1.73 8.9c-.274 1.393-.947 2.78-2.133 3.736A2.78 2.78 0 0 0 4 25.793V27h9.32l.276.556C14.012 28.394 14.916 29 16 29c1.085 0 1.988-.605 2.404-1.444l.275-.556z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBellWithSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1a2.25 2.25 0 0 0-2.25 2.25v.036a9.2 9.2 0 0 0-4.01 2.21l1.414 1.416a7.2 7.2 0 0 1 3.752-1.825L15.458 5h1.084l.552.087c2.966.468 5.407 2.785 6.014 5.897l1.73 8.9q.096.49.259.97L30 25.757a4.78 4.78 0 0 0-1.768-3.69l-.005-.003c-.733-.59-1.219-1.51-1.426-2.564l-1.73-8.898c-.708-3.631-3.406-6.44-6.821-7.316V3.25A2.25 2.25 0 0 0 16 1M7.444 8.858l-4.151-4.15a1 1 0 0 1 1.414-1.415l25 25a1 1 0 0 1-1.414 1.414L27.586 29h-7.718A4.68 4.68 0 0 1 16 31a4.68 4.68 0 0 1-3.868-2H3.95C2.861 29 2 28.104 2 27.027v-1.234c0-1.52.696-2.852 1.768-3.726l.005-.003c.733-.59 1.219-1.51 1.426-2.564l1.73-8.899a9.6 9.6 0 0 1 .515-1.743M25.586 27L9.02 10.434a8 8 0 0 0-.128.55l-1.73 8.9c-.274 1.393-.947 2.78-2.133 3.736A2.78 2.78 0 0 0 4 25.793V27h9.32l.276.556C14.012 28.394 14.916 29 16 29c1.085 0 1.988-.605 2.404-1.444l.275-.556z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1a2.25 2.25 0 0 0-2.25 2.25v.036a9.2 9.2 0 0 0-4.01 2.21l1.414 1.416a7.2 7.2 0 0 1 3.752-1.825L15.458 5h1.084l.552.087c2.966.468 5.407 2.785 6.014 5.897l1.73 8.9q.096.49.259.97L30 25.757a4.78 4.78 0 0 0-1.768-3.69l-.005-.003c-.733-.59-1.219-1.51-1.426-2.564l-1.73-8.898c-.708-3.631-3.406-6.44-6.821-7.316V3.25A2.25 2.25 0 0 0 16 1M7.444 8.858l-4.151-4.15a1 1 0 0 1 1.414-1.415l25 25a1 1 0 0 1-1.414 1.414L27.586 29h-7.718A4.68 4.68 0 0 1 16 31a4.68 4.68 0 0 1-3.868-2H3.95C2.861 29 2 28.104 2 27.027v-1.234c0-1.52.696-2.852 1.768-3.726l.005-.003c.733-.59 1.219-1.51 1.426-2.564l1.73-8.899a9.6 9.6 0 0 1 .515-1.743M25.586 27L9.02 10.434a8 8 0 0 0-.128.55l-1.73 8.9c-.274 1.393-.947 2.78-2.133 3.736A2.78 2.78 0 0 0 4 25.793V27h9.32l.276.556C14.012 28.394 14.916 29 16 29c1.085 0 1.988-.605 2.404-1.444l.275-.556z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a2.25%202.25%200%200%200-2.25%202.25v.036a9.2%209.2%200%200%200-4.01%202.21l1.414%201.416a7.2%207.2%200%200%201%203.752-1.825L15.458%205h1.084l.552.087c2.966.468%205.407%202.785%206.014%205.897l1.73%208.9q.096.49.259.97L30%2025.757a4.78%204.78%200%200%200-1.768-3.69l-.005-.003c-.733-.59-1.219-1.51-1.426-2.564l-1.73-8.898c-.708-3.631-3.406-6.44-6.821-7.316V3.25A2.25%202.25%200%200%200%2016%201M7.444%208.858l-4.151-4.15a1%201%200%200%201%201.414-1.415l25%2025a1%201%200%200%201-1.414%201.414L27.586%2029h-7.718A4.68%204.68%200%200%201%2016%2031a4.68%204.68%200%200%201-3.868-2H3.95C2.861%2029%202%2028.104%202%2027.027v-1.234c0-1.52.696-2.852%201.768-3.726l.005-.003c.733-.59%201.219-1.51%201.426-2.564l1.73-8.899a9.6%209.6%200%200%201%20.515-1.743M25.586%2027L9.02%2010.434a8%208%200%200%200-.128.55l-1.73%208.9c-.274%201.393-.947%202.78-2.133%203.736A2.78%202.78%200%200%200%204%2025.793V27h9.32l.276.556C14.012%2028.394%2014.916%2029%2016%2029c1.085%200%201.988-.605%202.404-1.444l.275-.556z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201a2.25%202.25%200%200%200-2.25%202.25v.036a9.2%209.2%200%200%200-4.01%202.21l1.414%201.416a7.2%207.2%200%200%201%203.752-1.825L15.458%205h1.084l.552.087c2.966.468%205.407%202.785%206.014%205.897l1.73%208.9q.096.49.259.97L30%2025.757a4.78%204.78%200%200%200-1.768-3.69l-.005-.003c-.733-.59-1.219-1.51-1.426-2.564l-1.73-8.898c-.708-3.631-3.406-6.44-6.821-7.316V3.25A2.25%202.25%200%200%200%2016%201M7.444%208.858l-4.151-4.15a1%201%200%200%201%201.414-1.415l25%2025a1%201%200%200%201-1.414%201.414L27.586%2029h-7.718A4.68%204.68%200%200%201%2016%2031a4.68%204.68%200%200%201-3.868-2H3.95C2.861%2029%202%2028.104%202%2027.027v-1.234c0-1.52.696-2.852%201.768-3.726l.005-.003c.733-.59%201.219-1.51%201.426-2.564l1.73-8.899a9.6%209.6%200%200%201%20.515-1.743M25.586%2027L9.02%2010.434a8%208%200%200%200-.128.55l-1.73%208.9c-.274%201.393-.947%202.78-2.133%203.736A2.78%202.78%200%200%200%204%2025.793V27h9.32l.276.556C14.012%2028.394%2014.916%2029%2016%2029c1.085%200%201.988-.605%202.404-1.444l.275-.556z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/bell-with-slash.svg?color=%231a73e8&size=48