bell slash icon
bell-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- bell-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
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="M11.07 6.12A3.5 3.5 0 0 1 12 6a4 4 0 0 1 4 4v1.34a1 1 0 0 0 2 0V10a6 6 0 0 0-5-5.91V3a1 1 0 0 0-2 0v1.1l-.45.08a1 1 0 0 0 .52 1.94m10.64 14.17l-18-18a1 1 0 0 0-1.42 1.42l4.12 4.11A6 6 0 0 0 6 10v3.18A3 3 0 0 0 4 16v2a1 1 0 0 0 1 1h3.14a4 4 0 0 0 7.72 0h1.73l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M8 10a3.3 3.3 0 0 1 0-.55L11.59 13H8Zm4 10a2 2 0 0 1-1.72-1h3.44A2 2 0 0 1 12 20m-6-3v-1a1 1 0 0 1 1-1h6.59l2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function UilBellSlash(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="M11.07 6.12A3.5 3.5 0 0 1 12 6a4 4 0 0 1 4 4v1.34a1 1 0 0 0 2 0V10a6 6 0 0 0-5-5.91V3a1 1 0 0 0-2 0v1.1l-.45.08a1 1 0 0 0 .52 1.94m10.64 14.17l-18-18a1 1 0 0 0-1.42 1.42l4.12 4.11A6 6 0 0 0 6 10v3.18A3 3 0 0 0 4 16v2a1 1 0 0 0 1 1h3.14a4 4 0 0 0 7.72 0h1.73l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M8 10a3.3 3.3 0 0 1 0-.55L11.59 13H8Zm4 10a2 2 0 0 1-1.72-1h3.44A2 2 0 0 1 12 20m-6-3v-1a1 1 0 0 1 1-1h6.59l2 2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.07 6.12A3.5 3.5 0 0 1 12 6a4 4 0 0 1 4 4v1.34a1 1 0 0 0 2 0V10a6 6 0 0 0-5-5.91V3a1 1 0 0 0-2 0v1.1l-.45.08a1 1 0 0 0 .52 1.94m10.64 14.17l-18-18a1 1 0 0 0-1.42 1.42l4.12 4.11A6 6 0 0 0 6 10v3.18A3 3 0 0 0 4 16v2a1 1 0 0 0 1 1h3.14a4 4 0 0 0 7.72 0h1.73l2.7 2.71a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M8 10a3.3 3.3 0 0 1 0-.55L11.59 13H8Zm4 10a2 2 0 0 1-1.72-1h3.44A2 2 0 0 1 12 20m-6-3v-1a1 1 0 0 1 1-1h6.59l2 2Z"/></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%20d%3D%22M11.07%206.12A3.5%203.5%200%200%201%2012%206a4%204%200%200%201%204%204v1.34a1%201%200%200%200%202%200V10a6%206%200%200%200-5-5.91V3a1%201%200%200%200-2%200v1.1l-.45.08a1%201%200%200%200%20.52%201.94m10.64%2014.17l-18-18a1%201%200%200%200-1.42%201.42l4.12%204.11A6%206%200%200%200%206%2010v3.18A3%203%200%200%200%204%2016v2a1%201%200%200%200%201%201h3.14a4%204%200%200%200%207.72%200h1.73l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M8%2010a3.3%203.3%200%200%201%200-.55L11.59%2013H8Zm4%2010a2%202%200%200%201-1.72-1h3.44A2%202%200%200%201%2012%2020m-6-3v-1a1%201%200%200%201%201-1h6.59l2%202Z%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%22M11.07%206.12A3.5%203.5%200%200%201%2012%206a4%204%200%200%201%204%204v1.34a1%201%200%200%200%202%200V10a6%206%200%200%200-5-5.91V3a1%201%200%200%200-2%200v1.1l-.45.08a1%201%200%200%200%20.52%201.94m10.64%2014.17l-18-18a1%201%200%200%200-1.42%201.42l4.12%204.11A6%206%200%200%200%206%2010v3.18A3%203%200%200%200%204%2016v2a1%201%200%200%200%201%201h3.14a4%204%200%200%200%207.72%200h1.73l2.7%202.71a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42M8%2010a3.3%203.3%200%200%201%200-.55L11.59%2013H8Zm4%2010a2%202%200%200%201-1.72-1h3.44A2%202%200%200%201%2012%2020m-6-3v-1a1%201%200%200%201%201-1h6.59l2%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/bell-slash.svg?color=%231a73e8&size=48