bell off icon
bell-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- bell-off-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bell-slash-solid
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the bell off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.649 3.189C7.859 2.03 9.63 1.5 11.999 1.5s4.141.53 5.351 1.689c.44.421.77.892 1.017 1.383L20.47 2.47a.75.75 0 1 1 1.06 1.06l-2.616 2.617c.075.337.128.67.169.99c.079.628.115 1.274.148 1.862l.004.078c.036.63.07 1.2.141 1.74c.145 1.084.417 1.812.924 2.315c.701.697 1.264 1.799 1.194 2.914c-.038.604-.274 1.278-.861 1.784c-.573.494-1.295.67-2 .67h-2.237c-.119.678-.336 1.373-.713 1.997c-.726 1.201-1.963 2.003-3.684 2.003c-1.72 0-2.958-.802-3.683-2.003c-.377-.624-.595-1.319-.713-1.997H6.561l-3.03 3.03a.75.75 0 0 1-1.061-1.06l2.06-2.06a2.7 2.7 0 0 1-1.185-.594c-.59-.52-.813-1.206-.842-1.807c-.052-1.106.513-2.198 1.196-2.877c.507-.503.779-1.231.923-2.316c.072-.539.106-1.108.142-1.739L4.768 9c.033-.588.07-1.234.148-1.861c.163-1.296.536-2.803 1.733-3.95"/></svg>
React
import type { SVGProps } from "react";
export function MynauiBellOffSolid(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="M6.649 3.189C7.859 2.03 9.63 1.5 11.999 1.5s4.141.53 5.351 1.689c.44.421.77.892 1.017 1.383L20.47 2.47a.75.75 0 1 1 1.06 1.06l-2.616 2.617c.075.337.128.67.169.99c.079.628.115 1.274.148 1.862l.004.078c.036.63.07 1.2.141 1.74c.145 1.084.417 1.812.924 2.315c.701.697 1.264 1.799 1.194 2.914c-.038.604-.274 1.278-.861 1.784c-.573.494-1.295.67-2 .67h-2.237c-.119.678-.336 1.373-.713 1.997c-.726 1.201-1.963 2.003-3.684 2.003c-1.72 0-2.958-.802-3.683-2.003c-.377-.624-.595-1.319-.713-1.997H6.561l-3.03 3.03a.75.75 0 0 1-1.061-1.06l2.06-2.06a2.7 2.7 0 0 1-1.185-.594c-.59-.52-.813-1.206-.842-1.807c-.052-1.106.513-2.198 1.196-2.877c.507-.503.779-1.231.923-2.316c.072-.539.106-1.108.142-1.739L4.768 9c.033-.588.07-1.234.148-1.861c.163-1.296.536-2.803 1.733-3.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.649 3.189C7.859 2.03 9.63 1.5 11.999 1.5s4.141.53 5.351 1.689c.44.421.77.892 1.017 1.383L20.47 2.47a.75.75 0 1 1 1.06 1.06l-2.616 2.617c.075.337.128.67.169.99c.079.628.115 1.274.148 1.862l.004.078c.036.63.07 1.2.141 1.74c.145 1.084.417 1.812.924 2.315c.701.697 1.264 1.799 1.194 2.914c-.038.604-.274 1.278-.861 1.784c-.573.494-1.295.67-2 .67h-2.237c-.119.678-.336 1.373-.713 1.997c-.726 1.201-1.963 2.003-3.684 2.003c-1.72 0-2.958-.802-3.683-2.003c-.377-.624-.595-1.319-.713-1.997H6.561l-3.03 3.03a.75.75 0 0 1-1.061-1.06l2.06-2.06a2.7 2.7 0 0 1-1.185-.594c-.59-.52-.813-1.206-.842-1.807c-.052-1.106.513-2.198 1.196-2.877c.507-.503.779-1.231.923-2.316c.072-.539.106-1.108.142-1.739L4.768 9c.033-.588.07-1.234.148-1.861c.163-1.296.536-2.803 1.733-3.95"/></svg> </template>
CSS
.icon-bell-off-solid {
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%22M6.649%203.189C7.859%202.03%209.63%201.5%2011.999%201.5s4.141.53%205.351%201.689c.44.421.77.892%201.017%201.383L20.47%202.47a.75.75%200%201%201%201.06%201.06l-2.616%202.617c.075.337.128.67.169.99c.079.628.115%201.274.148%201.862l.004.078c.036.63.07%201.2.141%201.74c.145%201.084.417%201.812.924%202.315c.701.697%201.264%201.799%201.194%202.914c-.038.604-.274%201.278-.861%201.784c-.573.494-1.295.67-2%20.67h-2.237c-.119.678-.336%201.373-.713%201.997c-.726%201.201-1.963%202.003-3.684%202.003c-1.72%200-2.958-.802-3.683-2.003c-.377-.624-.595-1.319-.713-1.997H6.561l-3.03%203.03a.75.75%200%200%201-1.061-1.06l2.06-2.06a2.7%202.7%200%200%201-1.185-.594c-.59-.52-.813-1.206-.842-1.807c-.052-1.106.513-2.198%201.196-2.877c.507-.503.779-1.231.923-2.316c.072-.539.106-1.108.142-1.739L4.768%209c.033-.588.07-1.234.148-1.861c.163-1.296.536-2.803%201.733-3.95%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%22M6.649%203.189C7.859%202.03%209.63%201.5%2011.999%201.5s4.141.53%205.351%201.689c.44.421.77.892%201.017%201.383L20.47%202.47a.75.75%200%201%201%201.06%201.06l-2.616%202.617c.075.337.128.67.169.99c.079.628.115%201.274.148%201.862l.004.078c.036.63.07%201.2.141%201.74c.145%201.084.417%201.812.924%202.315c.701.697%201.264%201.799%201.194%202.914c-.038.604-.274%201.278-.861%201.784c-.573.494-1.295.67-2%20.67h-2.237c-.119.678-.336%201.373-.713%201.997c-.726%201.201-1.963%202.003-3.684%202.003c-1.72%200-2.958-.802-3.683-2.003c-.377-.624-.595-1.319-.713-1.997H6.561l-3.03%203.03a.75.75%200%200%201-1.061-1.06l2.06-2.06a2.7%202.7%200%200%201-1.185-.594c-.59-.52-.813-1.206-.842-1.807c-.052-1.106.513-2.198%201.196-2.877c.507-.503.779-1.231.923-2.316c.072-.539.106-1.108.142-1.739L4.768%209c.033-.588.07-1.234.148-1.861c.163-1.296.536-2.803%201.733-3.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/bell-off-solid.svg?color=%231a73e8&size=48