bell ringing icon
bell-ringing-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- bell-ringing-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the bell ringing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223.05 69.33a6 6 0 0 1-8.05-2.57a96 96 0 0 0-34.2-37.68a6 6 0 0 1 6.4-10.15a109.26 109.26 0 0 1 38.41 42.31a6 6 0 0 1-2.56 8.09M41 66.76a96 96 0 0 1 34.2-37.68a6 6 0 0 0-6.4-10.15a109.26 109.26 0 0 0-38.41 42.31A6 6 0 1 0 41 66.76m179 110.18A14 14 0 0 1 208 198h-42.5a38 38 0 0 1-75 0H48a14 14 0 0 1-12.06-21.06C45.13 161.09 50 138.63 50 112a78 78 0 0 1 156 0c0 27 4.74 48.86 14.08 64.94ZM153.29 198h-50.58a26 26 0 0 0 50.58 0m56.42-15C199.29 165 194 141.15 194 112a66 66 0 0 0-132 0c0 29.16-5.29 53-15.71 71a2 2 0 0 0 0 2a1.9 1.9 0 0 0 1.7 1H208a1.9 1.9 0 0 0 1.7-1a2 2 0 0 0 .01-2"/></svg>
React
import type { SVGProps } from "react";
export function PhBellRingingLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223.05 69.33a6 6 0 0 1-8.05-2.57a96 96 0 0 0-34.2-37.68a6 6 0 0 1 6.4-10.15a109.26 109.26 0 0 1 38.41 42.31a6 6 0 0 1-2.56 8.09M41 66.76a96 96 0 0 1 34.2-37.68a6 6 0 0 0-6.4-10.15a109.26 109.26 0 0 0-38.41 42.31A6 6 0 1 0 41 66.76m179 110.18A14 14 0 0 1 208 198h-42.5a38 38 0 0 1-75 0H48a14 14 0 0 1-12.06-21.06C45.13 161.09 50 138.63 50 112a78 78 0 0 1 156 0c0 27 4.74 48.86 14.08 64.94ZM153.29 198h-50.58a26 26 0 0 0 50.58 0m56.42-15C199.29 165 194 141.15 194 112a66 66 0 0 0-132 0c0 29.16-5.29 53-15.71 71a2 2 0 0 0 0 2a1.9 1.9 0 0 0 1.7 1H208a1.9 1.9 0 0 0 1.7-1a2 2 0 0 0 .01-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M223.05 69.33a6 6 0 0 1-8.05-2.57a96 96 0 0 0-34.2-37.68a6 6 0 0 1 6.4-10.15a109.26 109.26 0 0 1 38.41 42.31a6 6 0 0 1-2.56 8.09M41 66.76a96 96 0 0 1 34.2-37.68a6 6 0 0 0-6.4-10.15a109.26 109.26 0 0 0-38.41 42.31A6 6 0 1 0 41 66.76m179 110.18A14 14 0 0 1 208 198h-42.5a38 38 0 0 1-75 0H48a14 14 0 0 1-12.06-21.06C45.13 161.09 50 138.63 50 112a78 78 0 0 1 156 0c0 27 4.74 48.86 14.08 64.94ZM153.29 198h-50.58a26 26 0 0 0 50.58 0m56.42-15C199.29 165 194 141.15 194 112a66 66 0 0 0-132 0c0 29.16-5.29 53-15.71 71a2 2 0 0 0 0 2a1.9 1.9 0 0 0 1.7 1H208a1.9 1.9 0 0 0 1.7-1a2 2 0 0 0 .01-2"/></svg> </template>
CSS
.icon-bell-ringing-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M223.05%2069.33a6%206%200%200%201-8.05-2.57a96%2096%200%200%200-34.2-37.68a6%206%200%200%201%206.4-10.15a109.26%20109.26%200%200%201%2038.41%2042.31a6%206%200%200%201-2.56%208.09M41%2066.76a96%2096%200%200%201%2034.2-37.68a6%206%200%200%200-6.4-10.15a109.26%20109.26%200%200%200-38.41%2042.31A6%206%200%201%200%2041%2066.76m179%20110.18A14%2014%200%200%201%20208%20198h-42.5a38%2038%200%200%201-75%200H48a14%2014%200%200%201-12.06-21.06C45.13%20161.09%2050%20138.63%2050%20112a78%2078%200%200%201%20156%200c0%2027%204.74%2048.86%2014.08%2064.94ZM153.29%20198h-50.58a26%2026%200%200%200%2050.58%200m56.42-15C199.29%20165%20194%20141.15%20194%20112a66%2066%200%200%200-132%200c0%2029.16-5.29%2053-15.71%2071a2%202%200%200%200%200%202a1.9%201.9%200%200%200%201.7%201H208a1.9%201.9%200%200%200%201.7-1a2%202%200%200%200%20.01-2%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M223.05%2069.33a6%206%200%200%201-8.05-2.57a96%2096%200%200%200-34.2-37.68a6%206%200%200%201%206.4-10.15a109.26%20109.26%200%200%201%2038.41%2042.31a6%206%200%200%201-2.56%208.09M41%2066.76a96%2096%200%200%201%2034.2-37.68a6%206%200%200%200-6.4-10.15a109.26%20109.26%200%200%200-38.41%2042.31A6%206%200%201%200%2041%2066.76m179%20110.18A14%2014%200%200%201%20208%20198h-42.5a38%2038%200%200%201-75%200H48a14%2014%200%200%201-12.06-21.06C45.13%20161.09%2050%20138.63%2050%20112a78%2078%200%200%201%20156%200c0%2027%204.74%2048.86%2014.08%2064.94ZM153.29%20198h-50.58a26%2026%200%200%200%2050.58%200m56.42-15C199.29%20165%20194%20141.15%20194%20112a66%2066%200%200%200-132%200c0%2029.16-5.29%2053-15.71%2071a2%202%200%200%200%200%202a1.9%201.9%200%200%200%201.7%201H208a1.9%201.9%200%200%200%201.7-1a2%202%200%200%200%20.01-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bell-ringing-light.svg?color=%231a73e8&size=48