bell ring icon
bell-ring from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bell-ring
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M22 8c0-2.3-.8-4.3-2-6M4 2C2.8 3.7 2 5.7 2 8m14 10a4 4 0 0 1-8 0"/><path d="M4.437 18h15.125c.728 0 1.092 0 1.303-.105a1 1 0 0 0 .531-1.106c-.05-.23-.277-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.877-1.153a7 7 0 0 1-1.082-3.087c-.037-.354-.037-.719-.037-1.448V8.5c0-.464 0-.696-.012-.892a6 6 0 0 0-5.595-5.595C12.696 2 12.464 2 11.999 2c-.464 0-.696 0-.892.013a6 6 0 0 0-5.595 5.595c-.012.196-.012.428-.012.892v1.306c0 .73 0 1.094-.037 1.448a7 7 0 0 1-1.082 3.087c-.193.299-.421.584-.877 1.153l-.17.213c-.454.568-.682.852-.731 1.082a1 1 0 0 0 .531 1.106c.21.105.575.105 1.303.105Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBellRing(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M22 8c0-2.3-.8-4.3-2-6M4 2C2.8 3.7 2 5.7 2 8m14 10a4 4 0 0 1-8 0"/><path d="M4.437 18h15.125c.728 0 1.092 0 1.303-.105a1 1 0 0 0 .531-1.106c-.05-.23-.277-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.877-1.153a7 7 0 0 1-1.082-3.087c-.037-.354-.037-.719-.037-1.448V8.5c0-.464 0-.696-.012-.892a6 6 0 0 0-5.595-5.595C12.696 2 12.464 2 11.999 2c-.464 0-.696 0-.892.013a6 6 0 0 0-5.595 5.595c-.012.196-.012.428-.012.892v1.306c0 .73 0 1.094-.037 1.448a7 7 0 0 1-1.082 3.087c-.193.299-.421.584-.877 1.153l-.17.213c-.454.568-.682.852-.731 1.082a1 1 0 0 0 .531 1.106c.21.105.575.105 1.303.105Z"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M22 8c0-2.3-.8-4.3-2-6M4 2C2.8 3.7 2 5.7 2 8m14 10a4 4 0 0 1-8 0"/><path d="M4.437 18h15.125c.728 0 1.092 0 1.303-.105a1 1 0 0 0 .531-1.106c-.05-.23-.277-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.877-1.153a7 7 0 0 1-1.082-3.087c-.037-.354-.037-.719-.037-1.448V8.5c0-.464 0-.696-.012-.892a6 6 0 0 0-5.595-5.595C12.696 2 12.464 2 11.999 2c-.464 0-.696 0-.892.013a6 6 0 0 0-5.595 5.595c-.012.196-.012.428-.012.892v1.306c0 .73 0 1.094-.037 1.448a7 7 0 0 1-1.082 3.087c-.193.299-.421.584-.877 1.153l-.17.213c-.454.568-.682.852-.731 1.082a1 1 0 0 0 .531 1.106c.21.105.575.105 1.303.105Z"/></g></svg> </template>
CSS
.icon-bell-ring {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%208c0-2.3-.8-4.3-2-6M4%202C2.8%203.7%202%205.7%202%208m14%2010a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20d%3D%22M4.437%2018h15.125c.728%200%201.092%200%201.303-.105a1%201%200%200%200%20.531-1.106c-.05-.23-.277-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.877-1.153a7%207%200%200%201-1.082-3.087c-.037-.354-.037-.719-.037-1.448V8.5c0-.464%200-.696-.012-.892a6%206%200%200%200-5.595-5.595C12.696%202%2012.464%202%2011.999%202c-.464%200-.696%200-.892.013a6%206%200%200%200-5.595%205.595c-.012.196-.012.428-.012.892v1.306c0%20.73%200%201.094-.037%201.448a7%207%200%200%201-1.082%203.087c-.193.299-.421.584-.877%201.153l-.17.213c-.454.568-.682.852-.731%201.082a1%201%200%200%200%20.531%201.106c.21.105.575.105%201.303.105Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22%208c0-2.3-.8-4.3-2-6M4%202C2.8%203.7%202%205.7%202%208m14%2010a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20d%3D%22M4.437%2018h15.125c.728%200%201.092%200%201.303-.105a1%201%200%200%200%20.531-1.106c-.05-.23-.277-.514-.731-1.082l-.17-.213c-.456-.57-.684-.854-.877-1.153a7%207%200%200%201-1.082-3.087c-.037-.354-.037-.719-.037-1.448V8.5c0-.464%200-.696-.012-.892a6%206%200%200%200-5.595-5.595C12.696%202%2012.464%202%2011.999%202c-.464%200-.696%200-.892.013a6%206%200%200%200-5.595%205.595c-.012.196-.012.428-.012.892v1.306c0%20.73%200%201.094-.037%201.448a7%207%200%200%201-1.082%203.087c-.193.299-.421.584-.877%201.153l-.17.213c-.454.568-.682.852-.731%201.082a1%201%200%200%200%20.531%201.106c.21.105.575.105%201.303.105Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bell-ring.svg?color=%231a73e8&size=48