bell off icon
bell-off from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.
- Name
- bell-off
- Set
- Keyline Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.3908 3.7339C10.1504 3.2684 11.0438 3 12 3C14.7614 3 17 5.2386 17 8C17 9.7086 17.2336 10.9501 17.541 11.8842M16 16L6 16C5.4477 16 5 15.5523 5 15C5 14 7 13 7 8C7 7.687 7.0288 7.3808 7.0838 7.0838M10.2679 20C10.6252 20.6188 11.2855 21 12 21C12.7145 21 13.3748 20.6188 13.7321 20M2 2L22 22"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBellOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9.3908 3.7339C10.1504 3.2684 11.0438 3 12 3C14.7614 3 17 5.2386 17 8C17 9.7086 17.2336 10.9501 17.541 11.8842M16 16L6 16C5.4477 16 5 15.5523 5 15C5 14 7 13 7 8C7 7.687 7.0288 7.3808 7.0838 7.0838M10.2679 20C10.6252 20.6188 11.2855 21 12 21C12.7145 21 13.3748 20.6188 13.7321 20M2 2L22 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.3908 3.7339C10.1504 3.2684 11.0438 3 12 3C14.7614 3 17 5.2386 17 8C17 9.7086 17.2336 10.9501 17.541 11.8842M16 16L6 16C5.4477 16 5 15.5523 5 15C5 14 7 13 7 8C7 7.687 7.0288 7.3808 7.0838 7.0838M10.2679 20C10.6252 20.6188 11.2855 21 12 21C12.7145 21 13.3748 20.6188 13.7321 20M2 2L22 22"/></svg> </template>
CSS
.icon-bell-off {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.3908%203.7339C10.1504%203.2684%2011.0438%203%2012%203C14.7614%203%2017%205.2386%2017%208C17%209.7086%2017.2336%2010.9501%2017.541%2011.8842M16%2016L6%2016C5.4477%2016%205%2015.5523%205%2015C5%2014%207%2013%207%208C7%207.687%207.0288%207.3808%207.0838%207.0838M10.2679%2020C10.6252%2020.6188%2011.2855%2021%2012%2021C12.7145%2021%2013.3748%2020.6188%2013.7321%2020M2%202L22%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.3908%203.7339C10.1504%203.2684%2011.0438%203%2012%203C14.7614%203%2017%205.2386%2017%208C17%209.7086%2017.2336%2010.9501%2017.541%2011.8842M16%2016L6%2016C5.4477%2016%205%2015.5523%205%2015C5%2014%207%2013%207%208C7%207.687%207.0288%207.3808%207.0838%207.0838M10.2679%2020C10.6252%2020.6188%2011.2855%2021%2012%2021C12.7145%2021%2013.3748%2020.6188%2013.7321%2020M2%202L22%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/bell-off.svg?color=%231a73e8&size=48