bell slash icon
bell-slash-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- bell-slash-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Related icons in Octicons
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" d="M1.22 1.22a.75.75 0 0 1 1.06 0l20.5 20.5a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215L17.94 19H15.5a3.5 3.5 0 1 1-7 0H3.518a1.516 1.516 0 0 1-1.263-2.36l2.2-3.298A3.25 3.25 0 0 0 5 11.539V7q0-.441.073-.866L1.22 2.28a.75.75 0 0 1 0-1.06M6.5 7.56h-.001v3.979a4.75 4.75 0 0 1-.797 2.635l-2.2 3.298l-.003.01l.001.007l.004.006l.006.004l.007.001H16.44ZM10 19a2 2 0 1 0 4 0Zm2-16.5c-1.463 0-2.8.485-3.788 1.257l-.04.032a.75.75 0 1 1-.935-1.173l.05-.04C8.548 1.59 10.212 1 12 1c3.681 0 7 2.565 7 6v4.539c0 .642.19 1.269.546 1.803l1.328 1.992a.75.75 0 1 1-1.248.832l-1.328-1.992a4.75 4.75 0 0 1-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5"/></svg>
React
import type { SVGProps } from "react";
export function OcticonBellSlash24(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" d="M1.22 1.22a.75.75 0 0 1 1.06 0l20.5 20.5a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215L17.94 19H15.5a3.5 3.5 0 1 1-7 0H3.518a1.516 1.516 0 0 1-1.263-2.36l2.2-3.298A3.25 3.25 0 0 0 5 11.539V7q0-.441.073-.866L1.22 2.28a.75.75 0 0 1 0-1.06M6.5 7.56h-.001v3.979a4.75 4.75 0 0 1-.797 2.635l-2.2 3.298l-.003.01l.001.007l.004.006l.006.004l.007.001H16.44ZM10 19a2 2 0 1 0 4 0Zm2-16.5c-1.463 0-2.8.485-3.788 1.257l-.04.032a.75.75 0 1 1-.935-1.173l.05-.04C8.548 1.59 10.212 1 12 1c3.681 0 7 2.565 7 6v4.539c0 .642.19 1.269.546 1.803l1.328 1.992a.75.75 0 1 1-1.248.832l-1.328-1.992a4.75 4.75 0 0 1-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.22 1.22a.75.75 0 0 1 1.06 0l20.5 20.5a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215L17.94 19H15.5a3.5 3.5 0 1 1-7 0H3.518a1.516 1.516 0 0 1-1.263-2.36l2.2-3.298A3.25 3.25 0 0 0 5 11.539V7q0-.441.073-.866L1.22 2.28a.75.75 0 0 1 0-1.06M6.5 7.56h-.001v3.979a4.75 4.75 0 0 1-.797 2.635l-2.2 3.298l-.003.01l.001.007l.004.006l.006.004l.007.001H16.44ZM10 19a2 2 0 1 0 4 0Zm2-16.5c-1.463 0-2.8.485-3.788 1.257l-.04.032a.75.75 0 1 1-.935-1.173l.05-.04C8.548 1.59 10.212 1 12 1c3.681 0 7 2.565 7 6v4.539c0 .642.19 1.269.546 1.803l1.328 1.992a.75.75 0 1 1-1.248.832l-1.328-1.992a4.75 4.75 0 0 1-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5"/></svg> </template>
CSS
.icon-bell-slash-24 {
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%20d%3D%22M1.22%201.22a.75.75%200%200%201%201.06%200l20.5%2020.5a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215L17.94%2019H15.5a3.5%203.5%200%201%201-7%200H3.518a1.516%201.516%200%200%201-1.263-2.36l2.2-3.298A3.25%203.25%200%200%200%205%2011.539V7q0-.441.073-.866L1.22%202.28a.75.75%200%200%201%200-1.06M6.5%207.56h-.001v3.979a4.75%204.75%200%200%201-.797%202.635l-2.2%203.298l-.003.01l.001.007l.004.006l.006.004l.007.001H16.44ZM10%2019a2%202%200%201%200%204%200Zm2-16.5c-1.463%200-2.8.485-3.788%201.257l-.04.032a.75.75%200%201%201-.935-1.173l.05-.04C8.548%201.59%2010.212%201%2012%201c3.681%200%207%202.565%207%206v4.539c0%20.642.19%201.269.546%201.803l1.328%201.992a.75.75%200%201%201-1.248.832l-1.328-1.992a4.75%204.75%200%200%201-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5%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%20d%3D%22M1.22%201.22a.75.75%200%200%201%201.06%200l20.5%2020.5a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215L17.94%2019H15.5a3.5%203.5%200%201%201-7%200H3.518a1.516%201.516%200%200%201-1.263-2.36l2.2-3.298A3.25%203.25%200%200%200%205%2011.539V7q0-.441.073-.866L1.22%202.28a.75.75%200%200%201%200-1.06M6.5%207.56h-.001v3.979a4.75%204.75%200%200%201-.797%202.635l-2.2%203.298l-.003.01l.001.007l.004.006l.006.004l.007.001H16.44ZM10%2019a2%202%200%201%200%204%200Zm2-16.5c-1.463%200-2.8.485-3.788%201.257l-.04.032a.75.75%200%201%201-.935-1.173l.05-.04C8.548%201.59%2010.212%201%2012%201c3.681%200%207%202.565%207%206v4.539c0%20.642.19%201.269.546%201.803l1.328%201.992a.75.75%200%201%201-1.248.832l-1.328-1.992a4.75%204.75%200%200%201-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/bell-slash-24.svg?color=%231a73e8&size=48