bell with slash emoji

bell-with-slash from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
bell-with-slash
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the bell with slash emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff822d" d="M12.5 27.5c.448 1.442 1.838 2.5 3.5 2.5c1.663 0 3.052-1.058 3.5-2.5z"/><path fill="#ffb02e" d="M16 6.55c-.69 0-1.25-.56-1.25-1.25V3.25a1.25 1.25 0 0 1 2.5 0V5.3c0 .69-.56 1.25-1.25 1.25"/><path fill="#f9c23c" d="M27.6 22.843c-.96-.773-1.54-1.927-1.78-3.15l-1.73-8.9C23.32 6.85 19.94 4.01 16 4c-3.94.01-7.32 2.85-8.09 6.793l-1.73 8.9c-.24 1.223-.82 2.377-1.78 3.15a3.78 3.78 0 0 0-1.4 2.95v1.234c0 .542.43.973.95.973h24.1c.53 0 .95-.431.95-.973v-1.234c0-1.204-.55-2.258-1.4-2.95"/><path fill="#f8312f" d="M28.569 30a1.4 1.4 0 0 1-1-.43L2.4 4.447A1.445 1.445 0 0 1 3.433 2c.379-.004.745.139 1.019.4L29.6 27.484a1.445 1.445 0 0 1 0 1.996a1.43 1.43 0 0 1-1.031.519"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatBellWithSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff822d" d="M12.5 27.5c.448 1.442 1.838 2.5 3.5 2.5c1.663 0 3.052-1.058 3.5-2.5z"/><path fill="#ffb02e" d="M16 6.55c-.69 0-1.25-.56-1.25-1.25V3.25a1.25 1.25 0 0 1 2.5 0V5.3c0 .69-.56 1.25-1.25 1.25"/><path fill="#f9c23c" d="M27.6 22.843c-.96-.773-1.54-1.927-1.78-3.15l-1.73-8.9C23.32 6.85 19.94 4.01 16 4c-3.94.01-7.32 2.85-8.09 6.793l-1.73 8.9c-.24 1.223-.82 2.377-1.78 3.15a3.78 3.78 0 0 0-1.4 2.95v1.234c0 .542.43.973.95.973h24.1c.53 0 .95-.431.95-.973v-1.234c0-1.204-.55-2.258-1.4-2.95"/><path fill="#f8312f" d="M28.569 30a1.4 1.4 0 0 1-1-.43L2.4 4.447A1.445 1.445 0 0 1 3.433 2c.379-.004.745.139 1.019.4L29.6 27.484a1.445 1.445 0 0 1 0 1.996a1.43 1.43 0 0 1-1.031.519"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff822d" d="M12.5 27.5c.448 1.442 1.838 2.5 3.5 2.5c1.663 0 3.052-1.058 3.5-2.5z"/><path fill="#ffb02e" d="M16 6.55c-.69 0-1.25-.56-1.25-1.25V3.25a1.25 1.25 0 0 1 2.5 0V5.3c0 .69-.56 1.25-1.25 1.25"/><path fill="#f9c23c" d="M27.6 22.843c-.96-.773-1.54-1.927-1.78-3.15l-1.73-8.9C23.32 6.85 19.94 4.01 16 4c-3.94.01-7.32 2.85-8.09 6.793l-1.73 8.9c-.24 1.223-.82 2.377-1.78 3.15a3.78 3.78 0 0 0-1.4 2.95v1.234c0 .542.43.973.95.973h24.1c.53 0 .95-.431.95-.973v-1.234c0-1.204-.55-2.258-1.4-2.95"/><path fill="#f8312f" d="M28.569 30a1.4 1.4 0 0 1-1-.43L2.4 4.447A1.445 1.445 0 0 1 3.433 2c.379-.004.745.139 1.019.4L29.6 27.484a1.445 1.445 0 0 1 0 1.996a1.43 1.43 0 0 1-1.031.519"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M12.5%2027.5c.448%201.442%201.838%202.5%203.5%202.5c1.663%200%203.052-1.058%203.5-2.5z%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16%206.55c-.69%200-1.25-.56-1.25-1.25V3.25a1.25%201.25%200%200%201%202.5%200V5.3c0%20.69-.56%201.25-1.25%201.25%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M27.6%2022.843c-.96-.773-1.54-1.927-1.78-3.15l-1.73-8.9C23.32%206.85%2019.94%204.01%2016%204c-3.94.01-7.32%202.85-8.09%206.793l-1.73%208.9c-.24%201.223-.82%202.377-1.78%203.15a3.78%203.78%200%200%200-1.4%202.95v1.234c0%20.542.43.973.95.973h24.1c.53%200%20.95-.431.95-.973v-1.234c0-1.204-.55-2.258-1.4-2.95%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M28.569%2030a1.4%201.4%200%200%201-1-.43L2.4%204.447A1.445%201.445%200%200%201%203.433%202c.379-.004.745.139%201.019.4L29.6%2027.484a1.445%201.445%200%200%201%200%201.996a1.43%201.43%200%200%201-1.031.519%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M12.5%2027.5c.448%201.442%201.838%202.5%203.5%202.5c1.663%200%203.052-1.058%203.5-2.5z%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16%206.55c-.69%200-1.25-.56-1.25-1.25V3.25a1.25%201.25%200%200%201%202.5%200V5.3c0%20.69-.56%201.25-1.25%201.25%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M27.6%2022.843c-.96-.773-1.54-1.927-1.78-3.15l-1.73-8.9C23.32%206.85%2019.94%204.01%2016%204c-3.94.01-7.32%202.85-8.09%206.793l-1.73%208.9c-.24%201.223-.82%202.377-1.78%203.15a3.78%203.78%200%200%200-1.4%202.95v1.234c0%20.542.43.973.95.973h24.1c.53%200%20.95-.431.95-.973v-1.234c0-1.204-.55-2.258-1.4-2.95%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M28.569%2030a1.4%201.4%200%200%201-1-.43L2.4%204.447A1.445%201.445%200%200%201%203.433%202c.379-.004.745.139%201.019.4L29.6%2027.484a1.445%201.445%200%200%201%200%201.996a1.43%201.43%200%200%201-1.031.519%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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