bell off icon
bell-off-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- bell-off-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All bell off icons →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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M17 17H6C4.8954 17 4 16.1046 4 15C4 14.4387 4.2784 13.9674 4.455 13.673C4.6689 13.3166 4.8785 13.007 5.1056 12.5528C5.5331 11.6977 6 10.3517 6 8C6 7.3938 6.0899 6.8086 6.2571 6.2571L17 17ZM8.6837 4.441C8.4671 4.2245 8.3618 3.9206 8.3977 3.6165C8.4337 3.3124 8.607 3.0415 8.8681 2.8814C9.7797 2.3223 10.8522 2 12 2C15.3137 2 18 4.6863 18 8C18 8.9863 18.0943 9.7904 18.219 10.4532C18.2986 10.876 18.3961 11.2422 18.5032 11.5639C18.6518 12.0101 18.4741 12.4998 18.074 12.747C17.6739 12.9942 17.1564 12.9338 16.8239 12.6013L8.6837 4.441Z" stroke="none"/><path stroke-opacity=".4" d="M10.2679 20C10.6252 20.6188 11.2855 21 12 21C12.7145 21 13.3748 20.6188 13.7321 20"/><path d="M2 2L22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBellOffDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M17 17H6C4.8954 17 4 16.1046 4 15C4 14.4387 4.2784 13.9674 4.455 13.673C4.6689 13.3166 4.8785 13.007 5.1056 12.5528C5.5331 11.6977 6 10.3517 6 8C6 7.3938 6.0899 6.8086 6.2571 6.2571L17 17ZM8.6837 4.441C8.4671 4.2245 8.3618 3.9206 8.3977 3.6165C8.4337 3.3124 8.607 3.0415 8.8681 2.8814C9.7797 2.3223 10.8522 2 12 2C15.3137 2 18 4.6863 18 8C18 8.9863 18.0943 9.7904 18.219 10.4532C18.2986 10.876 18.3961 11.2422 18.5032 11.5639C18.6518 12.0101 18.4741 12.4998 18.074 12.747C17.6739 12.9942 17.1564 12.9338 16.8239 12.6013L8.6837 4.441Z" stroke="none"/><path strokeOpacity=".4" d="M10.2679 20C10.6252 20.6188 11.2855 21 12 21C12.7145 21 13.3748 20.6188 13.7321 20"/><path d="M2 2L22 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M17 17H6C4.8954 17 4 16.1046 4 15C4 14.4387 4.2784 13.9674 4.455 13.673C4.6689 13.3166 4.8785 13.007 5.1056 12.5528C5.5331 11.6977 6 10.3517 6 8C6 7.3938 6.0899 6.8086 6.2571 6.2571L17 17ZM8.6837 4.441C8.4671 4.2245 8.3618 3.9206 8.3977 3.6165C8.4337 3.3124 8.607 3.0415 8.8681 2.8814C9.7797 2.3223 10.8522 2 12 2C15.3137 2 18 4.6863 18 8C18 8.9863 18.0943 9.7904 18.219 10.4532C18.2986 10.876 18.3961 11.2422 18.5032 11.5639C18.6518 12.0101 18.4741 12.4998 18.074 12.747C17.6739 12.9942 17.1564 12.9338 16.8239 12.6013L8.6837 4.441Z" stroke="none"/><path stroke-opacity=".4" d="M10.2679 20C10.6252 20.6188 11.2855 21 12 21C12.7145 21 13.3748 20.6188 13.7321 20"/><path d="M2 2L22 22"/></g></svg> </template>
CSS
.icon-bell-off-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M17%2017H6C4.8954%2017%204%2016.1046%204%2015C4%2014.4387%204.2784%2013.9674%204.455%2013.673C4.6689%2013.3166%204.8785%2013.007%205.1056%2012.5528C5.5331%2011.6977%206%2010.3517%206%208C6%207.3938%206.0899%206.8086%206.2571%206.2571L17%2017ZM8.6837%204.441C8.4671%204.2245%208.3618%203.9206%208.3977%203.6165C8.4337%203.3124%208.607%203.0415%208.8681%202.8814C9.7797%202.3223%2010.8522%202%2012%202C15.3137%202%2018%204.6863%2018%208C18%208.9863%2018.0943%209.7904%2018.219%2010.4532C18.2986%2010.876%2018.3961%2011.2422%2018.5032%2011.5639C18.6518%2012.0101%2018.4741%2012.4998%2018.074%2012.747C17.6739%2012.9942%2017.1564%2012.9338%2016.8239%2012.6013L8.6837%204.441Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M10.2679%2020C10.6252%2020.6188%2011.2855%2021%2012%2021C12.7145%2021%2013.3748%2020.6188%2013.7321%2020%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M17%2017H6C4.8954%2017%204%2016.1046%204%2015C4%2014.4387%204.2784%2013.9674%204.455%2013.673C4.6689%2013.3166%204.8785%2013.007%205.1056%2012.5528C5.5331%2011.6977%206%2010.3517%206%208C6%207.3938%206.0899%206.8086%206.2571%206.2571L17%2017ZM8.6837%204.441C8.4671%204.2245%208.3618%203.9206%208.3977%203.6165C8.4337%203.3124%208.607%203.0415%208.8681%202.8814C9.7797%202.3223%2010.8522%202%2012%202C15.3137%202%2018%204.6863%2018%208C18%208.9863%2018.0943%209.7904%2018.219%2010.4532C18.2986%2010.876%2018.3961%2011.2422%2018.5032%2011.5639C18.6518%2012.0101%2018.4741%2012.4998%2018.074%2012.747C17.6739%2012.9942%2017.1564%2012.9338%2016.8239%2012.6013L8.6837%204.441Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M10.2679%2020C10.6252%2020.6188%2011.2855%2021%2012%2021C12.7145%2021%2013.3748%2020.6188%2013.7321%2020%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/bell-off-duotone.svg?color=%231a73e8&size=48