← Go back
Share

Bell Slash


Usage:

React Code:

npm install @mynaui/icons-react
import { BellSlash } from "@mynaui/icons-react";

const App = () => {
  return <BellSlash />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M15.019 17h-6.04m6.04 0h3.614c1.876 0 1.559-1.86.61-2.804-1.903-1.89-1.242-5.145-1.78-7.66M15.02 17c0 1.925-.648 4-3.02 4-2.371 0-3.02-2.075-3.02-4m0 0H7m-4 4 4-4M21 3l-3.536 3.536m0 0L7 17m8.5-13.312C14.687 3.253 13.563 3 12 3c-8.68 0-3.826 7.8-7.244 11.196a2.74 2.74 0 0 0-.626.99"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/bell-slash.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-bell-slash"></use></svg
      >