bell ring icon
bell-ring-broken from Solar by 480 Design · Broken · Notifications · CC-BY-4.0 Attribution required.
- Name
- bell-ring-broken
- Set
- Solar
- Style
- Broken
- Category
- Notifications
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- bell-bing-broken
5 other variants in Solar
The same icon in other sets
More notifications icons from Solar
Use the bell ring 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-width="1.5"><path d="M12 6V10"/><path d="M7.5 19C8.15503 20.7478 9.92246 22 12 22C12.2445 22 12.4847 21.9827 12.7192 21.9492M16.5 19C16.2329 19.7126 15.781 20.3428 15.1985 20.8393"/><path d="M9.10745 2.67414C9.98414 2.24187 10.9649 2 12 2C15.7274 2 18.7491 5.13623 18.7491 9.00497V9.70957C18.7491 10.5552 18.9903 11.3818 19.4422 12.0854L20.5496 13.8095C21.5612 15.3843 20.789 17.5249 19.0296 18.0229C14.4273 19.3257 9.57274 19.3257 4.97036 18.0229C3.21105 17.5249 2.43882 15.3843 3.45036 13.8095L4.5578 12.0854C5.00972 11.3818 5.25087 10.5552 5.25087 9.70957V9.00497C5.25087 7.93058 5.48391 6.91269 5.90039 6.00277"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBellRingBroken(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" strokeWidth="1.5"><path d="M12 6V10"/><path d="M7.5 19C8.15503 20.7478 9.92246 22 12 22C12.2445 22 12.4847 21.9827 12.7192 21.9492M16.5 19C16.2329 19.7126 15.781 20.3428 15.1985 20.8393"/><path d="M9.10745 2.67414C9.98414 2.24187 10.9649 2 12 2C15.7274 2 18.7491 5.13623 18.7491 9.00497V9.70957C18.7491 10.5552 18.9903 11.3818 19.4422 12.0854L20.5496 13.8095C21.5612 15.3843 20.789 17.5249 19.0296 18.0229C14.4273 19.3257 9.57274 19.3257 4.97036 18.0229C3.21105 17.5249 2.43882 15.3843 3.45036 13.8095L4.5578 12.0854C5.00972 11.3818 5.25087 10.5552 5.25087 9.70957V9.00497C5.25087 7.93058 5.48391 6.91269 5.90039 6.00277"/></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-width="1.5"><path d="M12 6V10"/><path d="M7.5 19C8.15503 20.7478 9.92246 22 12 22C12.2445 22 12.4847 21.9827 12.7192 21.9492M16.5 19C16.2329 19.7126 15.781 20.3428 15.1985 20.8393"/><path d="M9.10745 2.67414C9.98414 2.24187 10.9649 2 12 2C15.7274 2 18.7491 5.13623 18.7491 9.00497V9.70957C18.7491 10.5552 18.9903 11.3818 19.4422 12.0854L20.5496 13.8095C21.5612 15.3843 20.789 17.5249 19.0296 18.0229C14.4273 19.3257 9.57274 19.3257 4.97036 18.0229C3.21105 17.5249 2.43882 15.3843 3.45036 13.8095L4.5578 12.0854C5.00972 11.3818 5.25087 10.5552 5.25087 9.70957V9.00497C5.25087 7.93058 5.48391 6.91269 5.90039 6.00277"/></g></svg> </template>
CSS
.icon-bell-ring-broken {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%206V10%22%2F%3E%3Cpath%20d%3D%22M7.5%2019C8.15503%2020.7478%209.92246%2022%2012%2022C12.2445%2022%2012.4847%2021.9827%2012.7192%2021.9492M16.5%2019C16.2329%2019.7126%2015.781%2020.3428%2015.1985%2020.8393%22%2F%3E%3Cpath%20d%3D%22M9.10745%202.67414C9.98414%202.24187%2010.9649%202%2012%202C15.7274%202%2018.7491%205.13623%2018.7491%209.00497V9.70957C18.7491%2010.5552%2018.9903%2011.3818%2019.4422%2012.0854L20.5496%2013.8095C21.5612%2015.3843%2020.789%2017.5249%2019.0296%2018.0229C14.4273%2019.3257%209.57274%2019.3257%204.97036%2018.0229C3.21105%2017.5249%202.43882%2015.3843%203.45036%2013.8095L4.5578%2012.0854C5.00972%2011.3818%205.25087%2010.5552%205.25087%209.70957V9.00497C5.25087%207.93058%205.48391%206.91269%205.90039%206.00277%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%206V10%22%2F%3E%3Cpath%20d%3D%22M7.5%2019C8.15503%2020.7478%209.92246%2022%2012%2022C12.2445%2022%2012.4847%2021.9827%2012.7192%2021.9492M16.5%2019C16.2329%2019.7126%2015.781%2020.3428%2015.1985%2020.8393%22%2F%3E%3Cpath%20d%3D%22M9.10745%202.67414C9.98414%202.24187%2010.9649%202%2012%202C15.7274%202%2018.7491%205.13623%2018.7491%209.00497V9.70957C18.7491%2010.5552%2018.9903%2011.3818%2019.4422%2012.0854L20.5496%2013.8095C21.5612%2015.3843%2020.789%2017.5249%2019.0296%2018.0229C14.4273%2019.3257%209.57274%2019.3257%204.97036%2018.0229C3.21105%2017.5249%202.43882%2015.3843%203.45036%2013.8095L4.5578%2012.0854C5.00972%2011.3818%205.25087%2010.5552%205.25087%209.70957V9.00497C5.25087%207.93058%205.48391%206.91269%205.90039%206.00277%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bell-ring-broken.svg?color=%231a73e8&size=48