Bell Slash Dot Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Bell Slash Dot icon is commonly used in notification panels, alert systems and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307005.svg" alt="Bell Slash Dot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307005.svg" alt="Bell Slash Dot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307005.svg" alt="Bell Slash Dot icon" :width="24" :height="24" />
CSS background
.icon-bell-slash-dot {
background-image: url('https://proicons.com/icon/307005.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1.85398 1.14601C1.65898 0.951006 1.34198 0.951006 1.14698 1.14601C0.951982 1.34101 0.951982 1.65801 1.14698 1.85301L3.39598 4.10201C3.14698 4.68701 2.99998 5.32401 2.99998 5.99901V9.90001L2.03598 12.313C1.97398 12.467 1.99298 12.641 2.08598 12.779C2.17898 12.916 2.33398 12.999 2.49998 12.999H5.99998C5.99998 14.107 6.89198 14.999 7.99998 14.999C9.10798 14.999 9.99998 14.107 9.99998 12.999H12.293L14.147 14.853C14.245 14.951 14.373 14.999 14.501 14.999C14.629 14.999 14.757 14.95 14.855 14.853C15.05 14.658 15.05 14.341 14.855 14.146L1.85398 1.14601ZM7.99998 14C7.44398 14 6.99998 13.556 6.99998 13H8.99998C8.99998 13.556 8.55598 14 7.99998 14ZM3.23798 12L3.96398 10.183C3.98798 10.124 3.99998 10.061 3.99998 9.99701V5.99901C3.99998 5.60701 4.05698 5.22801 4.16298 4.86901L11.293 11.999H3.23798V12ZM13 7.85801V9.90101L13.651 11.529L12 9.87801V7.99901C12.347 7.99901 12.678 7.94201 13 7.85801ZM5.23898 3.11801L4.53198 2.41101C5.43198 1.54101 6.65198 1.00001 7.99898 1.00001C8.41098 1.00001 8.80498 1.06401 9.18898 1.15901C8.92398 1.42101 8.70998 1.72701 8.52698 2.05401C8.35298 2.03101 8.17998 2.00101 7.99998 2.00101C6.92798 2.00101 5.95798 2.42901 5.23898 3.11801ZM8.99998 4.00001C8.99998 2.34301 10.343 1.00001 12 1.00001C13.657 1.00001 15 2.34301 15 4.00001C15 5.65701 13.657 7.00001 12 7.00001C10.343 7.00001 8.99998 5.65701 8.99998 4.00001Z"/></svg>
Copied!