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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M150 144a6 6 0 0 1-6 6h-32a6 6 0 0 1-5-9.33L132.79 102H112a6 6 0 0 1 0-12h32a6 6 0 0 1 5 9.33L123.21 138H144a6 6 0 0 1 6 6m70.11 47a13.83 13.83 0 0 1-12.1 7h-42.49a38 38 0 0 1-75 0H48a14 14 0 0 1-12.06-21.06C41.59 167.2 50 139.74 50 104a78 78 0 1 1 156 0c0 35.73 8.42 63.2 14.08 72.94a13.9 13.9 0 0 1 .03 14.06m-66.82 7h-50.58a26 26 0 0 0 50.58 0m56.41-15c-7.57-13-15.7-43.32-15.7-79a66 66 0 1 0-132 0c0 35.69-8.14 66-15.71 79a2 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 0-2"/></svg>

React

import type { SVGProps } from "react";

export function PhBellZLight(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="M150 144a6 6 0 0 1-6 6h-32a6 6 0 0 1-5-9.33L132.79 102H112a6 6 0 0 1 0-12h32a6 6 0 0 1 5 9.33L123.21 138H144a6 6 0 0 1 6 6m70.11 47a13.83 13.83 0 0 1-12.1 7h-42.49a38 38 0 0 1-75 0H48a14 14 0 0 1-12.06-21.06C41.59 167.2 50 139.74 50 104a78 78 0 1 1 156 0c0 35.73 8.42 63.2 14.08 72.94a13.9 13.9 0 0 1 .03 14.06m-66.82 7h-50.58a26 26 0 0 0 50.58 0m56.41-15c-7.57-13-15.7-43.32-15.7-79a66 66 0 1 0-132 0c0 35.69-8.14 66-15.71 79a2 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 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="M150 144a6 6 0 0 1-6 6h-32a6 6 0 0 1-5-9.33L132.79 102H112a6 6 0 0 1 0-12h32a6 6 0 0 1 5 9.33L123.21 138H144a6 6 0 0 1 6 6m70.11 47a13.83 13.83 0 0 1-12.1 7h-42.49a38 38 0 0 1-75 0H48a14 14 0 0 1-12.06-21.06C41.59 167.2 50 139.74 50 104a78 78 0 1 1 156 0c0 35.73 8.42 63.2 14.08 72.94a13.9 13.9 0 0 1 .03 14.06m-66.82 7h-50.58a26 26 0 0 0 50.58 0m56.41-15c-7.57-13-15.7-43.32-15.7-79a66 66 0 1 0-132 0c0 35.69-8.14 66-15.71 79a2 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 0-2"/></svg>
</template>

CSS

.icon-bell-z-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%22M150%20144a6%206%200%200%201-6%206h-32a6%206%200%200%201-5-9.33L132.79%20102H112a6%206%200%200%201%200-12h32a6%206%200%200%201%205%209.33L123.21%20138H144a6%206%200%200%201%206%206m70.11%2047a13.83%2013.83%200%200%201-12.1%207h-42.49a38%2038%200%200%201-75%200H48a14%2014%200%200%201-12.06-21.06C41.59%20167.2%2050%20139.74%2050%20104a78%2078%200%201%201%20156%200c0%2035.73%208.42%2063.2%2014.08%2072.94a13.9%2013.9%200%200%201%20.03%2014.06m-66.82%207h-50.58a26%2026%200%200%200%2050.58%200m56.41-15c-7.57-13-15.7-43.32-15.7-79a66%2066%200%201%200-132%200c0%2035.69-8.14%2066-15.71%2079a2%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%200-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%22M150%20144a6%206%200%200%201-6%206h-32a6%206%200%200%201-5-9.33L132.79%20102H112a6%206%200%200%201%200-12h32a6%206%200%200%201%205%209.33L123.21%20138H144a6%206%200%200%201%206%206m70.11%2047a13.83%2013.83%200%200%201-12.1%207h-42.49a38%2038%200%200%201-75%200H48a14%2014%200%200%201-12.06-21.06C41.59%20167.2%2050%20139.74%2050%20104a78%2078%200%201%201%20156%200c0%2035.73%208.42%2063.2%2014.08%2072.94a13.9%2013.9%200%200%201%20.03%2014.06m-66.82%207h-50.58a26%2026%200%200%200%2050.58%200m56.41-15c-7.57-13-15.7-43.32-15.7-79a66%2066%200%201%200-132%200c0%2035.69-8.14%2066-15.71%2079a2%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%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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