bell slash icon

bell-slash from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
bell-slash
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the bell slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.25c-1.563 0-2.887.394-3.927 1.14c-.535.385-.958.943-1.242 1.38l-1.3-1.3A.75.75 0 0 0 4.47 5.53l2 2l10 10l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72h1.69a.75.75 0 0 0 .026-1.5h-.002a.7.7 0 0 1-.18-.053c-.152-.062-.403-.206-.676-.544c-.554-.685-1.248-2.235-1.248-5.653c0-1.878-.507-3.574-1.607-4.81C15.7 3.94 14.065 3.25 12 3.25M8.055 6.641q-.073.115-.134.22l9.39 9.389h.937c-.744-1.124-1.328-3.026-1.328-6.25c0-1.622-.438-2.926-1.228-3.814C14.914 5.31 13.715 4.75 12 4.75c-1.308 0-2.311.327-3.052.86c-.328.234-.643.637-.893 1.031M7.08 10a.75.75 0 1 0-1.5 0c0 1.404-.117 2.497-.296 3.346c-.342 1.631-.904 2.334-1.274 2.635a1.3 1.3 0 0 1-.44.247a1 1 0 0 1-.093.022h-.004a.75.75 0 0 0 .027 1.5h4.825a3.746 3.746 0 0 0 3.675 3c1.349 0 2.53-.71 3.19-1.775a.75.75 0 0 0-1.275-.79A2.25 2.25 0 0 1 12 19.25a2.25 2.25 0 0 1-2.123-1.5H13a.75.75 0 0 0 0-1.5H5.752c.402-.609.759-1.447 1-2.596c.204-.97.328-2.17.328-3.654" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function PrimeBellSlash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 3.25c-1.563 0-2.887.394-3.927 1.14c-.535.385-.958.943-1.242 1.38l-1.3-1.3A.75.75 0 0 0 4.47 5.53l2 2l10 10l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72h1.69a.75.75 0 0 0 .026-1.5h-.002a.7.7 0 0 1-.18-.053c-.152-.062-.403-.206-.676-.544c-.554-.685-1.248-2.235-1.248-5.653c0-1.878-.507-3.574-1.607-4.81C15.7 3.94 14.065 3.25 12 3.25M8.055 6.641q-.073.115-.134.22l9.39 9.389h.937c-.744-1.124-1.328-3.026-1.328-6.25c0-1.622-.438-2.926-1.228-3.814C14.914 5.31 13.715 4.75 12 4.75c-1.308 0-2.311.327-3.052.86c-.328.234-.643.637-.893 1.031M7.08 10a.75.75 0 1 0-1.5 0c0 1.404-.117 2.497-.296 3.346c-.342 1.631-.904 2.334-1.274 2.635a1.3 1.3 0 0 1-.44.247a1 1 0 0 1-.093.022h-.004a.75.75 0 0 0 .027 1.5h4.825a3.746 3.746 0 0 0 3.675 3c1.349 0 2.53-.71 3.19-1.775a.75.75 0 0 0-1.275-.79A2.25 2.25 0 0 1 12 19.25a2.25 2.25 0 0 1-2.123-1.5H13a.75.75 0 0 0 0-1.5H5.752c.402-.609.759-1.447 1-2.596c.204-.97.328-2.17.328-3.654" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 3.25c-1.563 0-2.887.394-3.927 1.14c-.535.385-.958.943-1.242 1.38l-1.3-1.3A.75.75 0 0 0 4.47 5.53l2 2l10 10l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72h1.69a.75.75 0 0 0 .026-1.5h-.002a.7.7 0 0 1-.18-.053c-.152-.062-.403-.206-.676-.544c-.554-.685-1.248-2.235-1.248-5.653c0-1.878-.507-3.574-1.607-4.81C15.7 3.94 14.065 3.25 12 3.25M8.055 6.641q-.073.115-.134.22l9.39 9.389h.937c-.744-1.124-1.328-3.026-1.328-6.25c0-1.622-.438-2.926-1.228-3.814C14.914 5.31 13.715 4.75 12 4.75c-1.308 0-2.311.327-3.052.86c-.328.234-.643.637-.893 1.031M7.08 10a.75.75 0 1 0-1.5 0c0 1.404-.117 2.497-.296 3.346c-.342 1.631-.904 2.334-1.274 2.635a1.3 1.3 0 0 1-.44.247a1 1 0 0 1-.093.022h-.004a.75.75 0 0 0 .027 1.5h4.825a3.746 3.746 0 0 0 3.675 3c1.349 0 2.53-.71 3.19-1.775a.75.75 0 0 0-1.275-.79A2.25 2.25 0 0 1 12 19.25a2.25 2.25 0 0 1-2.123-1.5H13a.75.75 0 0 0 0-1.5H5.752c.402-.609.759-1.447 1-2.596c.204-.97.328-2.17.328-3.654" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25c-1.563%200-2.887.394-3.927%201.14c-.535.385-.958.943-1.242%201.38l-1.3-1.3A.75.75%200%200%200%204.47%205.53l2%202l10%2010l2%202a.75.75%200%201%200%201.06-1.06l-.72-.72h1.69a.75.75%200%200%200%20.026-1.5h-.002a.7.7%200%200%201-.18-.053c-.152-.062-.403-.206-.676-.544c-.554-.685-1.248-2.235-1.248-5.653c0-1.878-.507-3.574-1.607-4.81C15.7%203.94%2014.065%203.25%2012%203.25M8.055%206.641q-.073.115-.134.22l9.39%209.389h.937c-.744-1.124-1.328-3.026-1.328-6.25c0-1.622-.438-2.926-1.228-3.814C14.914%205.31%2013.715%204.75%2012%204.75c-1.308%200-2.311.327-3.052.86c-.328.234-.643.637-.893%201.031M7.08%2010a.75.75%200%201%200-1.5%200c0%201.404-.117%202.497-.296%203.346c-.342%201.631-.904%202.334-1.274%202.635a1.3%201.3%200%200%201-.44.247a1%201%200%200%201-.093.022h-.004a.75.75%200%200%200%20.027%201.5h4.825a3.746%203.746%200%200%200%203.675%203c1.349%200%202.53-.71%203.19-1.775a.75.75%200%200%200-1.275-.79A2.25%202.25%200%200%201%2012%2019.25a2.25%202.25%200%200%201-2.123-1.5H13a.75.75%200%200%200%200-1.5H5.752c.402-.609.759-1.447%201-2.596c.204-.97.328-2.17.328-3.654%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.25c-1.563%200-2.887.394-3.927%201.14c-.535.385-.958.943-1.242%201.38l-1.3-1.3A.75.75%200%200%200%204.47%205.53l2%202l10%2010l2%202a.75.75%200%201%200%201.06-1.06l-.72-.72h1.69a.75.75%200%200%200%20.026-1.5h-.002a.7.7%200%200%201-.18-.053c-.152-.062-.403-.206-.676-.544c-.554-.685-1.248-2.235-1.248-5.653c0-1.878-.507-3.574-1.607-4.81C15.7%203.94%2014.065%203.25%2012%203.25M8.055%206.641q-.073.115-.134.22l9.39%209.389h.937c-.744-1.124-1.328-3.026-1.328-6.25c0-1.622-.438-2.926-1.228-3.814C14.914%205.31%2013.715%204.75%2012%204.75c-1.308%200-2.311.327-3.052.86c-.328.234-.643.637-.893%201.031M7.08%2010a.75.75%200%201%200-1.5%200c0%201.404-.117%202.497-.296%203.346c-.342%201.631-.904%202.334-1.274%202.635a1.3%201.3%200%200%201-.44.247a1%201%200%200%201-.093.022h-.004a.75.75%200%200%200%20.027%201.5h4.825a3.746%203.746%200%200%200%203.675%203c1.349%200%202.53-.71%203.19-1.775a.75.75%200%200%200-1.275-.79A2.25%202.25%200%200%201%2012%2019.25a2.25%202.25%200%200%201-2.123-1.5H13a.75.75%200%200%200%200-1.5H5.752c.402-.609.759-1.447%201-2.596c.204-.97.328-2.17.328-3.654%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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