bell slash icon
bell-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- bell-slash-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the bell slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m16.867 10.574l31.57 31.547c.399-.445.61-1.055.61-1.71c0-2.345-2.367-4.454-4.406-6.54c-1.547-1.617-1.97-4.945-2.157-7.64c-.164-9-2.554-15.211-8.789-17.461c-.867-3.047-3.304-5.485-6.75-5.485c-3.468 0-5.882 2.438-6.773 5.485a10.7 10.7 0 0 0-3.305 1.804M47.922 50.7a1.81 1.81 0 0 0 2.555 0c.703-.68.703-1.851 0-2.554L9.25 6.965a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.851 0 2.555ZM8.359 43.246h28.243L12.18 18.801c-.492 2.18-.75 4.664-.797 7.43c-.188 2.695-.61 6.023-2.156 7.64c-2.016 2.086-4.407 4.195-4.407 6.54c0 1.687 1.336 2.835 3.54 2.835m18.586 9.469c3.961 0 6.844-2.86 7.149-6.281H19.797c.281 3.422 3.164 6.28 7.148 6.28"/></svg>
React
import type { SVGProps } from "react";
export function F7BellSlashFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m16.867 10.574l31.57 31.547c.399-.445.61-1.055.61-1.71c0-2.345-2.367-4.454-4.406-6.54c-1.547-1.617-1.97-4.945-2.157-7.64c-.164-9-2.554-15.211-8.789-17.461c-.867-3.047-3.304-5.485-6.75-5.485c-3.468 0-5.882 2.438-6.773 5.485a10.7 10.7 0 0 0-3.305 1.804M47.922 50.7a1.81 1.81 0 0 0 2.555 0c.703-.68.703-1.851 0-2.554L9.25 6.965a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.851 0 2.555ZM8.359 43.246h28.243L12.18 18.801c-.492 2.18-.75 4.664-.797 7.43c-.188 2.695-.61 6.023-2.156 7.64c-2.016 2.086-4.407 4.195-4.407 6.54c0 1.687 1.336 2.835 3.54 2.835m18.586 9.469c3.961 0 6.844-2.86 7.149-6.281H19.797c.281 3.422 3.164 6.28 7.148 6.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m16.867 10.574l31.57 31.547c.399-.445.61-1.055.61-1.71c0-2.345-2.367-4.454-4.406-6.54c-1.547-1.617-1.97-4.945-2.157-7.64c-.164-9-2.554-15.211-8.789-17.461c-.867-3.047-3.304-5.485-6.75-5.485c-3.468 0-5.882 2.438-6.773 5.485a10.7 10.7 0 0 0-3.305 1.804M47.922 50.7a1.81 1.81 0 0 0 2.555 0c.703-.68.703-1.851 0-2.554L9.25 6.965a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.851 0 2.555ZM8.359 43.246h28.243L12.18 18.801c-.492 2.18-.75 4.664-.797 7.43c-.188 2.695-.61 6.023-2.156 7.64c-2.016 2.086-4.407 4.195-4.407 6.54c0 1.687 1.336 2.835 3.54 2.835m18.586 9.469c3.961 0 6.844-2.86 7.149-6.281H19.797c.281 3.422 3.164 6.28 7.148 6.28"/></svg> </template>
CSS
.icon-bell-slash-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.867%2010.574l31.57%2031.547c.399-.445.61-1.055.61-1.71c0-2.345-2.367-4.454-4.406-6.54c-1.547-1.617-1.97-4.945-2.157-7.64c-.164-9-2.554-15.211-8.789-17.461c-.867-3.047-3.304-5.485-6.75-5.485c-3.468%200-5.882%202.438-6.773%205.485a10.7%2010.7%200%200%200-3.305%201.804M47.922%2050.7a1.81%201.81%200%200%200%202.555%200c.703-.68.703-1.851%200-2.554L9.25%206.965a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.851%200%202.555ZM8.359%2043.246h28.243L12.18%2018.801c-.492%202.18-.75%204.664-.797%207.43c-.188%202.695-.61%206.023-2.156%207.64c-2.016%202.086-4.407%204.195-4.407%206.54c0%201.687%201.336%202.835%203.54%202.835m18.586%209.469c3.961%200%206.844-2.86%207.149-6.281H19.797c.281%203.422%203.164%206.28%207.148%206.28%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.867%2010.574l31.57%2031.547c.399-.445.61-1.055.61-1.71c0-2.345-2.367-4.454-4.406-6.54c-1.547-1.617-1.97-4.945-2.157-7.64c-.164-9-2.554-15.211-8.789-17.461c-.867-3.047-3.304-5.485-6.75-5.485c-3.468%200-5.882%202.438-6.773%205.485a10.7%2010.7%200%200%200-3.305%201.804M47.922%2050.7a1.81%201.81%200%200%200%202.555%200c.703-.68.703-1.851%200-2.554L9.25%206.965a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.851%200%202.555ZM8.359%2043.246h28.243L12.18%2018.801c-.492%202.18-.75%204.664-.797%207.43c-.188%202.695-.61%206.023-2.156%207.64c-2.016%202.086-4.407%204.195-4.407%206.54c0%201.687%201.336%202.835%203.54%202.835m18.586%209.469c3.961%200%206.844-2.86%207.149-6.281H19.797c.281%203.422%203.164%206.28%207.148%206.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bell-slash-fill.svg?color=%231a73e8&size=48