bell-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
bell-thin
Set
Phosphor
Style
Thin
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="M218.35 178c-5.77-10-14.35-37.87-14.35-74a76 76 0 1 0-152 0c0 36.13-8.59 64-14.36 73.95A12 12 0 0 0 48 196h44.23a36 36 0 0 0 71.54 0H208a12 12 0 0 0 10.35-18M128 220a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 128 220m83.45-34a3.91 3.91 0 0 1-3.44 2H48a3.91 3.91 0 0 1-3.44-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a68 68 0 1 1 136 0c0 35.31 8 65.17 15.44 78a4 4 0 0 1 .01 4"/></svg>

React

import type { SVGProps } from "react";

export function PhBellThin(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="M218.35 178c-5.77-10-14.35-37.87-14.35-74a76 76 0 1 0-152 0c0 36.13-8.59 64-14.36 73.95A12 12 0 0 0 48 196h44.23a36 36 0 0 0 71.54 0H208a12 12 0 0 0 10.35-18M128 220a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 128 220m83.45-34a3.91 3.91 0 0 1-3.44 2H48a3.91 3.91 0 0 1-3.44-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a68 68 0 1 1 136 0c0 35.31 8 65.17 15.44 78a4 4 0 0 1 .01 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M218.35 178c-5.77-10-14.35-37.87-14.35-74a76 76 0 1 0-152 0c0 36.13-8.59 64-14.36 73.95A12 12 0 0 0 48 196h44.23a36 36 0 0 0 71.54 0H208a12 12 0 0 0 10.35-18M128 220a28 28 0 0 1-27.71-24h55.42A28 28 0 0 1 128 220m83.45-34a3.91 3.91 0 0 1-3.44 2H48a3.91 3.91 0 0 1-3.44-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a68 68 0 1 1 136 0c0 35.31 8 65.17 15.44 78a4 4 0 0 1 .01 4"/></svg>
</template>

CSS

.icon-bell-thin {
  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%22M218.35%20178c-5.77-10-14.35-37.87-14.35-74a76%2076%200%201%200-152%200c0%2036.13-8.59%2064-14.36%2073.95A12%2012%200%200%200%2048%20196h44.23a36%2036%200%200%200%2071.54%200H208a12%2012%200%200%200%2010.35-18M128%20220a28%2028%200%200%201-27.71-24h55.42A28%2028%200%200%201%20128%20220m83.45-34a3.91%203.91%200%200%201-3.44%202H48a3.91%203.91%200%200%201-3.44-2a4%204%200%200%201%200-4C52%20169.17%2060%20139.32%2060%20104a68%2068%200%201%201%20136%200c0%2035.31%208%2065.17%2015.44%2078a4%204%200%200%201%20.01%204%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%22M218.35%20178c-5.77-10-14.35-37.87-14.35-74a76%2076%200%201%200-152%200c0%2036.13-8.59%2064-14.36%2073.95A12%2012%200%200%200%2048%20196h44.23a36%2036%200%200%200%2071.54%200H208a12%2012%200%200%200%2010.35-18M128%20220a28%2028%200%200%201-27.71-24h55.42A28%2028%200%200%201%20128%20220m83.45-34a3.91%203.91%200%200%201-3.44%202H48a3.91%203.91%200%200%201-3.44-2a4%204%200%200%201%200-4C52%20169.17%2060%20139.32%2060%20104a68%2068%200%201%201%20136%200c0%2035.31%208%2065.17%2015.44%2078a4%204%200%200%201%20.01%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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