bell simple ringing icon

bell-simple-ringing-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
bell-simple-ringing-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the bell simple ringing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 228a12 12 0 0 1-12 12H96a12 12 0 0 1 0-24h64a12 12 0 0 1 12 12m58.94-169.52a115.25 115.25 0 0 0-40.54-44.62a12 12 0 1 0-12.8 20.29a90.1 90.1 0 0 1 32 35.38A12 12 0 0 0 220.3 76a11.86 11.86 0 0 0 5.51-1.35a12 12 0 0 0 5.13-16.17M46.37 69.53a90.1 90.1 0 0 1 32-35.38A12 12 0 1 0 65.6 13.86a115.25 115.25 0 0 0-40.54 44.62a12 12 0 0 0 5.13 16.17A11.86 11.86 0 0 0 35.7 76a12 12 0 0 0 10.67-6.47m173.51 98.35A20 20 0 0 1 204 200H52a20 20 0 0 1-15.91-32.12c7.17-9.33 15.73-26.62 15.88-55.94A76 76 0 0 1 204 112c.15 29.26 8.71 46.55 15.88 55.88M196.34 176c-8.16-13-16.19-33.57-16.34-63.94A52 52 0 1 0 76 112c-.15 30.42-8.18 51-16.34 64Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBellSimpleRingingBold(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="M172 228a12 12 0 0 1-12 12H96a12 12 0 0 1 0-24h64a12 12 0 0 1 12 12m58.94-169.52a115.25 115.25 0 0 0-40.54-44.62a12 12 0 1 0-12.8 20.29a90.1 90.1 0 0 1 32 35.38A12 12 0 0 0 220.3 76a11.86 11.86 0 0 0 5.51-1.35a12 12 0 0 0 5.13-16.17M46.37 69.53a90.1 90.1 0 0 1 32-35.38A12 12 0 1 0 65.6 13.86a115.25 115.25 0 0 0-40.54 44.62a12 12 0 0 0 5.13 16.17A11.86 11.86 0 0 0 35.7 76a12 12 0 0 0 10.67-6.47m173.51 98.35A20 20 0 0 1 204 200H52a20 20 0 0 1-15.91-32.12c7.17-9.33 15.73-26.62 15.88-55.94A76 76 0 0 1 204 112c.15 29.26 8.71 46.55 15.88 55.88M196.34 176c-8.16-13-16.19-33.57-16.34-63.94A52 52 0 1 0 76 112c-.15 30.42-8.18 51-16.34 64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 228a12 12 0 0 1-12 12H96a12 12 0 0 1 0-24h64a12 12 0 0 1 12 12m58.94-169.52a115.25 115.25 0 0 0-40.54-44.62a12 12 0 1 0-12.8 20.29a90.1 90.1 0 0 1 32 35.38A12 12 0 0 0 220.3 76a11.86 11.86 0 0 0 5.51-1.35a12 12 0 0 0 5.13-16.17M46.37 69.53a90.1 90.1 0 0 1 32-35.38A12 12 0 1 0 65.6 13.86a115.25 115.25 0 0 0-40.54 44.62a12 12 0 0 0 5.13 16.17A11.86 11.86 0 0 0 35.7 76a12 12 0 0 0 10.67-6.47m173.51 98.35A20 20 0 0 1 204 200H52a20 20 0 0 1-15.91-32.12c7.17-9.33 15.73-26.62 15.88-55.94A76 76 0 0 1 204 112c.15 29.26 8.71 46.55 15.88 55.88M196.34 176c-8.16-13-16.19-33.57-16.34-63.94A52 52 0 1 0 76 112c-.15 30.42-8.18 51-16.34 64Z"/></svg>
</template>

CSS

.icon-bell-simple-ringing-bold {
  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%22M172%20228a12%2012%200%200%201-12%2012H96a12%2012%200%200%201%200-24h64a12%2012%200%200%201%2012%2012m58.94-169.52a115.25%20115.25%200%200%200-40.54-44.62a12%2012%200%201%200-12.8%2020.29a90.1%2090.1%200%200%201%2032%2035.38A12%2012%200%200%200%20220.3%2076a11.86%2011.86%200%200%200%205.51-1.35a12%2012%200%200%200%205.13-16.17M46.37%2069.53a90.1%2090.1%200%200%201%2032-35.38A12%2012%200%201%200%2065.6%2013.86a115.25%20115.25%200%200%200-40.54%2044.62a12%2012%200%200%200%205.13%2016.17A11.86%2011.86%200%200%200%2035.7%2076a12%2012%200%200%200%2010.67-6.47m173.51%2098.35A20%2020%200%200%201%20204%20200H52a20%2020%200%200%201-15.91-32.12c7.17-9.33%2015.73-26.62%2015.88-55.94A76%2076%200%200%201%20204%20112c.15%2029.26%208.71%2046.55%2015.88%2055.88M196.34%20176c-8.16-13-16.19-33.57-16.34-63.94A52%2052%200%201%200%2076%20112c-.15%2030.42-8.18%2051-16.34%2064Z%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%22M172%20228a12%2012%200%200%201-12%2012H96a12%2012%200%200%201%200-24h64a12%2012%200%200%201%2012%2012m58.94-169.52a115.25%20115.25%200%200%200-40.54-44.62a12%2012%200%201%200-12.8%2020.29a90.1%2090.1%200%200%201%2032%2035.38A12%2012%200%200%200%20220.3%2076a11.86%2011.86%200%200%200%205.51-1.35a12%2012%200%200%200%205.13-16.17M46.37%2069.53a90.1%2090.1%200%200%201%2032-35.38A12%2012%200%201%200%2065.6%2013.86a115.25%20115.25%200%200%200-40.54%2044.62a12%2012%200%200%200%205.13%2016.17A11.86%2011.86%200%200%200%2035.7%2076a12%2012%200%200%200%2010.67-6.47m173.51%2098.35A20%2020%200%200%201%20204%20200H52a20%2020%200%200%201-15.91-32.12c7.17-9.33%2015.73-26.62%2015.88-55.94A76%2076%200%200%201%20204%20112c.15%2029.26%208.71%2046.55%2015.88%2055.88M196.34%20176c-8.16-13-16.19-33.57-16.34-63.94A52%2052%200%201%200%2076%20112c-.15%2030.42-8.18%2051-16.34%2064Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bell-simple-ringing-bold.svg?color=%231a73e8&size=48