bell minus icon
bell-minus-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- bell-minus-fill
- Set
- Keyline Icons
- Style
- Fill
- 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 minus 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" d="M10 2C10.8534 2 11.6651 2.1781 12.4 2.4993C12.7645 2.6583 13 3.0183 13 3.416L13 8.4199C13 9.8449 14.1551 11 15.5801 11C16.0067 11 16.3864 11.2706 16.5255 11.6739C16.784 12.4235 17.092 12.9372 17.3624 13.3753C17.5707 13.7127 18 14.3239 18 15C18 16.1046 17.1046 17 16 17L4 17C2.8954 17 2 16.1046 2 15C2 14.4387 2.2784 13.9674 2.455 13.673C2.6689 13.3166 2.8785 13.007 3.1056 12.5528C3.5331 11.6977 4 10.3517 4 8C4 4.6863 6.6863 2 10 2Z" stroke="none"/><path d="M8.2679 20C8.6252 20.6188 9.2855 21 10 21C10.7145 21 11.3748 20.6188 11.7321 20M16 5L22 5"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBellMinusFill(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" d="M10 2C10.8534 2 11.6651 2.1781 12.4 2.4993C12.7645 2.6583 13 3.0183 13 3.416L13 8.4199C13 9.8449 14.1551 11 15.5801 11C16.0067 11 16.3864 11.2706 16.5255 11.6739C16.784 12.4235 17.092 12.9372 17.3624 13.3753C17.5707 13.7127 18 14.3239 18 15C18 16.1046 17.1046 17 16 17L4 17C2.8954 17 2 16.1046 2 15C2 14.4387 2.2784 13.9674 2.455 13.673C2.6689 13.3166 2.8785 13.007 3.1056 12.5528C3.5331 11.6977 4 10.3517 4 8C4 4.6863 6.6863 2 10 2Z" stroke="none"/><path d="M8.2679 20C8.6252 20.6188 9.2855 21 10 21C10.7145 21 11.3748 20.6188 11.7321 20M16 5L22 5"/></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" d="M10 2C10.8534 2 11.6651 2.1781 12.4 2.4993C12.7645 2.6583 13 3.0183 13 3.416L13 8.4199C13 9.8449 14.1551 11 15.5801 11C16.0067 11 16.3864 11.2706 16.5255 11.6739C16.784 12.4235 17.092 12.9372 17.3624 13.3753C17.5707 13.7127 18 14.3239 18 15C18 16.1046 17.1046 17 16 17L4 17C2.8954 17 2 16.1046 2 15C2 14.4387 2.2784 13.9674 2.455 13.673C2.6689 13.3166 2.8785 13.007 3.1056 12.5528C3.5331 11.6977 4 10.3517 4 8C4 4.6863 6.6863 2 10 2Z" stroke="none"/><path d="M8.2679 20C8.6252 20.6188 9.2855 21 10 21C10.7145 21 11.3748 20.6188 11.7321 20M16 5L22 5"/></g></svg> </template>
CSS
.icon-bell-minus-fill {
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%20d%3D%22M10%202C10.8534%202%2011.6651%202.1781%2012.4%202.4993C12.7645%202.6583%2013%203.0183%2013%203.416L13%208.4199C13%209.8449%2014.1551%2011%2015.5801%2011C16.0067%2011%2016.3864%2011.2706%2016.5255%2011.6739C16.784%2012.4235%2017.092%2012.9372%2017.3624%2013.3753C17.5707%2013.7127%2018%2014.3239%2018%2015C18%2016.1046%2017.1046%2017%2016%2017L4%2017C2.8954%2017%202%2016.1046%202%2015C2%2014.4387%202.2784%2013.9674%202.455%2013.673C2.6689%2013.3166%202.8785%2013.007%203.1056%2012.5528C3.5331%2011.6977%204%2010.3517%204%208C4%204.6863%206.6863%202%2010%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.2679%2020C8.6252%2020.6188%209.2855%2021%2010%2021C10.7145%2021%2011.3748%2020.6188%2011.7321%2020M16%205L22%205%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%20d%3D%22M10%202C10.8534%202%2011.6651%202.1781%2012.4%202.4993C12.7645%202.6583%2013%203.0183%2013%203.416L13%208.4199C13%209.8449%2014.1551%2011%2015.5801%2011C16.0067%2011%2016.3864%2011.2706%2016.5255%2011.6739C16.784%2012.4235%2017.092%2012.9372%2017.3624%2013.3753C17.5707%2013.7127%2018%2014.3239%2018%2015C18%2016.1046%2017.1046%2017%2016%2017L4%2017C2.8954%2017%202%2016.1046%202%2015C2%2014.4387%202.2784%2013.9674%202.455%2013.673C2.6689%2013.3166%202.8785%2013.007%203.1056%2012.5528C3.5331%2011.6977%204%2010.3517%204%208C4%204.6863%206.6863%202%2010%202Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8.2679%2020C8.6252%2020.6188%209.2855%2021%2010%2021C10.7145%2021%2011.3748%2020.6188%2011.7321%2020M16%205L22%205%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-minus-fill.svg?color=%231a73e8&size=48