bell-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
bell-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220.07 176.94C214.41 167.2 206 139.73 206 104a78 78 0 1 0-156 0c0 35.74-8.42 63.2-14.08 72.94A14 14 0 0 0 48 198h42.48a38 38 0 0 0 75 0H208a14 14 0 0 0 12.06-21.06ZM128 218a26 26 0 0 1-25.29-20h50.58A26 26 0 0 1 128 218m81.71-33a1.9 1.9 0 0 1-1.7 1H48a1.9 1.9 0 0 1-1.7-1a2 2 0 0 1 0-2c7.57-13 15.7-43.31 15.7-79a66 66 0 1 1 132 0c0 35.68 8.14 65.95 15.71 79a2 2 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function PhBellLight(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="M220.07 176.94C214.41 167.2 206 139.73 206 104a78 78 0 1 0-156 0c0 35.74-8.42 63.2-14.08 72.94A14 14 0 0 0 48 198h42.48a38 38 0 0 0 75 0H208a14 14 0 0 0 12.06-21.06ZM128 218a26 26 0 0 1-25.29-20h50.58A26 26 0 0 1 128 218m81.71-33a1.9 1.9 0 0 1-1.7 1H48a1.9 1.9 0 0 1-1.7-1a2 2 0 0 1 0-2c7.57-13 15.7-43.31 15.7-79a66 66 0 1 1 132 0c0 35.68 8.14 65.95 15.71 79a2 2 0 0 1 0 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="M220.07 176.94C214.41 167.2 206 139.73 206 104a78 78 0 1 0-156 0c0 35.74-8.42 63.2-14.08 72.94A14 14 0 0 0 48 198h42.48a38 38 0 0 0 75 0H208a14 14 0 0 0 12.06-21.06ZM128 218a26 26 0 0 1-25.29-20h50.58A26 26 0 0 1 128 218m81.71-33a1.9 1.9 0 0 1-1.7 1H48a1.9 1.9 0 0 1-1.7-1a2 2 0 0 1 0-2c7.57-13 15.7-43.31 15.7-79a66 66 0 1 1 132 0c0 35.68 8.14 65.95 15.71 79a2 2 0 0 1 0 2"/></svg>
</template>

CSS

.icon-bell-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%22M220.07%20176.94C214.41%20167.2%20206%20139.73%20206%20104a78%2078%200%201%200-156%200c0%2035.74-8.42%2063.2-14.08%2072.94A14%2014%200%200%200%2048%20198h42.48a38%2038%200%200%200%2075%200H208a14%2014%200%200%200%2012.06-21.06ZM128%20218a26%2026%200%200%201-25.29-20h50.58A26%2026%200%200%201%20128%20218m81.71-33a1.9%201.9%200%200%201-1.7%201H48a1.9%201.9%200%200%201-1.7-1a2%202%200%200%201%200-2c7.57-13%2015.7-43.31%2015.7-79a66%2066%200%201%201%20132%200c0%2035.68%208.14%2065.95%2015.71%2079a2%202%200%200%201%200%202%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%22M220.07%20176.94C214.41%20167.2%20206%20139.73%20206%20104a78%2078%200%201%200-156%200c0%2035.74-8.42%2063.2-14.08%2072.94A14%2014%200%200%200%2048%20198h42.48a38%2038%200%200%200%2075%200H208a14%2014%200%200%200%2012.06-21.06ZM128%20218a26%2026%200%200%201-25.29-20h50.58A26%2026%200%200%201%20128%20218m81.71-33a1.9%201.9%200%200%201-1.7%201H48a1.9%201.9%200%200%201-1.7-1a2%202%200%200%201%200-2c7.57-13%2015.7-43.31%2015.7-79a66%2066%200%201%201%20132%200c0%2035.68%208.14%2065.95%2015.71%2079a2%202%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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