bell-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
bell-slash
Set
Framework7 Icons
Style
Outline
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="m39.942 33.79l8.39 8.577a2.64 2.64 0 0 0 .586-1.687c0-1.875-1.945-3.633-3.633-5.32c-1.922-2.157-2.625-4.477-2.742-7.829c-.117-9.96-2.602-15.984-8.883-18.258c-.867-3.28-3.515-5.484-6.75-5.484c-3.258 0-5.883 2.203-6.773 5.484c-1.266.422-2.344 1.008-3.281 1.758l2.695 2.742c.844-.585 1.781-1.078 2.789-1.335c.586-.165.89-.446.914-1.032c.094-2.46 1.477-4.172 3.656-4.172c2.133 0 3.563 1.711 3.633 4.172c.024.586.352.89.938 1.031c4.101 1.032 7.172 4.5 7.335 15.188c.118 2.86.352 4.594 1.125 6.164m8.015 17.413a1.81 1.81 0 0 0 2.555 0c.703-.68.703-1.851 0-2.555L9.285 7.468a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.852 0 2.555ZM8.324 43.75h23.602c-.164 3.164-2.203 5.18-5.016 5.18c-2.836 0-4.851-2.016-5.039-5.18h-3.656c.188 4.5 3.727 8.46 8.695 8.46c4.782 0 8.25-3.702 8.625-8.038l-.422-.422h1.524l-3.54-3.54H9.357v-.28c.421-.703 1.804-2.063 3.047-3.446c1.663-1.875 2.46-4.875 2.671-9.468a40 40 0 0 1 .352-4.477l-3.281-3.281c-.492 2.18-.75 4.664-.797 7.476c-.188 2.696-.61 6.024-2.157 7.641c-2.015 2.086-4.406 4.195-4.406 6.54c0 1.71 1.313 2.835 3.54 2.835"/></svg>

React

import type { SVGProps } from "react";

export function F7BellSlash(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="m39.942 33.79l8.39 8.577a2.64 2.64 0 0 0 .586-1.687c0-1.875-1.945-3.633-3.633-5.32c-1.922-2.157-2.625-4.477-2.742-7.829c-.117-9.96-2.602-15.984-8.883-18.258c-.867-3.28-3.515-5.484-6.75-5.484c-3.258 0-5.883 2.203-6.773 5.484c-1.266.422-2.344 1.008-3.281 1.758l2.695 2.742c.844-.585 1.781-1.078 2.789-1.335c.586-.165.89-.446.914-1.032c.094-2.46 1.477-4.172 3.656-4.172c2.133 0 3.563 1.711 3.633 4.172c.024.586.352.89.938 1.031c4.101 1.032 7.172 4.5 7.335 15.188c.118 2.86.352 4.594 1.125 6.164m8.015 17.413a1.81 1.81 0 0 0 2.555 0c.703-.68.703-1.851 0-2.555L9.285 7.468a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.852 0 2.555ZM8.324 43.75h23.602c-.164 3.164-2.203 5.18-5.016 5.18c-2.836 0-4.851-2.016-5.039-5.18h-3.656c.188 4.5 3.727 8.46 8.695 8.46c4.782 0 8.25-3.702 8.625-8.038l-.422-.422h1.524l-3.54-3.54H9.357v-.28c.421-.703 1.804-2.063 3.047-3.446c1.663-1.875 2.46-4.875 2.671-9.468a40 40 0 0 1 .352-4.477l-3.281-3.281c-.492 2.18-.75 4.664-.797 7.476c-.188 2.696-.61 6.024-2.157 7.641c-2.015 2.086-4.406 4.195-4.406 6.54c0 1.71 1.313 2.835 3.54 2.835"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m39.942 33.79l8.39 8.577a2.64 2.64 0 0 0 .586-1.687c0-1.875-1.945-3.633-3.633-5.32c-1.922-2.157-2.625-4.477-2.742-7.829c-.117-9.96-2.602-15.984-8.883-18.258c-.867-3.28-3.515-5.484-6.75-5.484c-3.258 0-5.883 2.203-6.773 5.484c-1.266.422-2.344 1.008-3.281 1.758l2.695 2.742c.844-.585 1.781-1.078 2.789-1.335c.586-.165.89-.446.914-1.032c.094-2.46 1.477-4.172 3.656-4.172c2.133 0 3.563 1.711 3.633 4.172c.024.586.352.89.938 1.031c4.101 1.032 7.172 4.5 7.335 15.188c.118 2.86.352 4.594 1.125 6.164m8.015 17.413a1.81 1.81 0 0 0 2.555 0c.703-.68.703-1.851 0-2.555L9.285 7.468a1.84 1.84 0 0 0-2.578 0c-.68.68-.68 1.852 0 2.555ZM8.324 43.75h23.602c-.164 3.164-2.203 5.18-5.016 5.18c-2.836 0-4.851-2.016-5.039-5.18h-3.656c.188 4.5 3.727 8.46 8.695 8.46c4.782 0 8.25-3.702 8.625-8.038l-.422-.422h1.524l-3.54-3.54H9.357v-.28c.421-.703 1.804-2.063 3.047-3.446c1.663-1.875 2.46-4.875 2.671-9.468a40 40 0 0 1 .352-4.477l-3.281-3.281c-.492 2.18-.75 4.664-.797 7.476c-.188 2.696-.61 6.024-2.157 7.641c-2.015 2.086-4.406 4.195-4.406 6.54c0 1.71 1.313 2.835 3.54 2.835"/></svg>
</template>

CSS

.icon-bell-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m39.942%2033.79l8.39%208.577a2.64%202.64%200%200%200%20.586-1.687c0-1.875-1.945-3.633-3.633-5.32c-1.922-2.157-2.625-4.477-2.742-7.829c-.117-9.96-2.602-15.984-8.883-18.258c-.867-3.28-3.515-5.484-6.75-5.484c-3.258%200-5.883%202.203-6.773%205.484c-1.266.422-2.344%201.008-3.281%201.758l2.695%202.742c.844-.585%201.781-1.078%202.789-1.335c.586-.165.89-.446.914-1.032c.094-2.46%201.477-4.172%203.656-4.172c2.133%200%203.563%201.711%203.633%204.172c.024.586.352.89.938%201.031c4.101%201.032%207.172%204.5%207.335%2015.188c.118%202.86.352%204.594%201.125%206.164m8.015%2017.413a1.81%201.81%200%200%200%202.555%200c.703-.68.703-1.851%200-2.555L9.285%207.468a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.852%200%202.555ZM8.324%2043.75h23.602c-.164%203.164-2.203%205.18-5.016%205.18c-2.836%200-4.851-2.016-5.039-5.18h-3.656c.188%204.5%203.727%208.46%208.695%208.46c4.782%200%208.25-3.702%208.625-8.038l-.422-.422h1.524l-3.54-3.54H9.357v-.28c.421-.703%201.804-2.063%203.047-3.446c1.663-1.875%202.46-4.875%202.671-9.468a40%2040%200%200%201%20.352-4.477l-3.281-3.281c-.492%202.18-.75%204.664-.797%207.476c-.188%202.696-.61%206.024-2.157%207.641c-2.015%202.086-4.406%204.195-4.406%206.54c0%201.71%201.313%202.835%203.54%202.835%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%22m39.942%2033.79l8.39%208.577a2.64%202.64%200%200%200%20.586-1.687c0-1.875-1.945-3.633-3.633-5.32c-1.922-2.157-2.625-4.477-2.742-7.829c-.117-9.96-2.602-15.984-8.883-18.258c-.867-3.28-3.515-5.484-6.75-5.484c-3.258%200-5.883%202.203-6.773%205.484c-1.266.422-2.344%201.008-3.281%201.758l2.695%202.742c.844-.585%201.781-1.078%202.789-1.335c.586-.165.89-.446.914-1.032c.094-2.46%201.477-4.172%203.656-4.172c2.133%200%203.563%201.711%203.633%204.172c.024.586.352.89.938%201.031c4.101%201.032%207.172%204.5%207.335%2015.188c.118%202.86.352%204.594%201.125%206.164m8.015%2017.413a1.81%201.81%200%200%200%202.555%200c.703-.68.703-1.851%200-2.555L9.285%207.468a1.84%201.84%200%200%200-2.578%200c-.68.68-.68%201.852%200%202.555ZM8.324%2043.75h23.602c-.164%203.164-2.203%205.18-5.016%205.18c-2.836%200-4.851-2.016-5.039-5.18h-3.656c.188%204.5%203.727%208.46%208.695%208.46c4.782%200%208.25-3.702%208.625-8.038l-.422-.422h1.524l-3.54-3.54H9.357v-.28c.421-.703%201.804-2.063%203.047-3.446c1.663-1.875%202.46-4.875%202.671-9.468a40%2040%200%200%201%20.352-4.477l-3.281-3.281c-.492%202.18-.75%204.664-.797%207.476c-.188%202.696-.61%206.024-2.157%207.641c-2.015%202.086-4.406%204.195-4.406%206.54c0%201.71%201.313%202.835%203.54%202.835%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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