bell simple slash icon

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

Name
bell-simple-slash-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the bell simple slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M71.75 60.18L51 37.31a4 4 0 0 0-6 5.38l18.8 20.63A75.5 75.5 0 0 0 52 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0 0 48 196h136.41L205 218.69a4 4 0 1 0 5.92-5.38ZM48 188a3.89 3.89 0 0 1-3.43-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a67.6 67.6 0 0 1 9.4-34.51L177.14 188Zm116 36a4 4 0 0 1-4 4H96a4 4 0 0 1 0-8h64a4 4 0 0 1 4 4m48.53-48.48a3.9 3.9 0 0 1-1.46.28a4 4 0 0 1-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0 0 94.46 44.83a4 4 0 1 1-4-6.95A76 76 0 0 1 204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 0 1-2.26 5.18"/></svg>

React

import type { SVGProps } from "react";

export function PhBellSimpleSlashThin(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="M71.75 60.18L51 37.31a4 4 0 0 0-6 5.38l18.8 20.63A75.5 75.5 0 0 0 52 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0 0 48 196h136.41L205 218.69a4 4 0 1 0 5.92-5.38ZM48 188a3.89 3.89 0 0 1-3.43-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a67.6 67.6 0 0 1 9.4-34.51L177.14 188Zm116 36a4 4 0 0 1-4 4H96a4 4 0 0 1 0-8h64a4 4 0 0 1 4 4m48.53-48.48a3.9 3.9 0 0 1-1.46.28a4 4 0 0 1-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0 0 94.46 44.83a4 4 0 1 1-4-6.95A76 76 0 0 1 204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 0 1-2.26 5.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M71.75 60.18L51 37.31a4 4 0 0 0-6 5.38l18.8 20.63A75.5 75.5 0 0 0 52 104c0 36.13-8.58 64-14.36 73.95A12 12 0 0 0 48 196h136.41L205 218.69a4 4 0 1 0 5.92-5.38ZM48 188a3.89 3.89 0 0 1-3.43-2a4 4 0 0 1 0-4C52 169.17 60 139.32 60 104a67.6 67.6 0 0 1 9.4-34.51L177.14 188Zm116 36a4 4 0 0 1-4 4H96a4 4 0 0 1 0-8h64a4 4 0 0 1 4 4m48.53-48.48a3.9 3.9 0 0 1-1.46.28a4 4 0 0 1-3.72-2.54C200.24 155.17 196 129.28 196 104A68 68 0 0 0 94.46 44.83a4 4 0 1 1-4-6.95A76 76 0 0 1 204 104c0 36.05 8.26 59.89 10.79 66.34a4 4 0 0 1-2.26 5.18"/></svg>
</template>

CSS

.icon-bell-simple-slash-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%22M71.75%2060.18L51%2037.31a4%204%200%200%200-6%205.38l18.8%2020.63A75.5%2075.5%200%200%200%2052%20104c0%2036.13-8.58%2064-14.36%2073.95A12%2012%200%200%200%2048%20196h136.41L205%20218.69a4%204%200%201%200%205.92-5.38ZM48%20188a3.89%203.89%200%200%201-3.43-2a4%204%200%200%201%200-4C52%20169.17%2060%20139.32%2060%20104a67.6%2067.6%200%200%201%209.4-34.51L177.14%20188Zm116%2036a4%204%200%200%201-4%204H96a4%204%200%200%201%200-8h64a4%204%200%200%201%204%204m48.53-48.48a3.9%203.9%200%200%201-1.46.28a4%204%200%200%201-3.72-2.54C200.24%20155.17%20196%20129.28%20196%20104A68%2068%200%200%200%2094.46%2044.83a4%204%200%201%201-4-6.95A76%2076%200%200%201%20204%20104c0%2036.05%208.26%2059.89%2010.79%2066.34a4%204%200%200%201-2.26%205.18%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%22M71.75%2060.18L51%2037.31a4%204%200%200%200-6%205.38l18.8%2020.63A75.5%2075.5%200%200%200%2052%20104c0%2036.13-8.58%2064-14.36%2073.95A12%2012%200%200%200%2048%20196h136.41L205%20218.69a4%204%200%201%200%205.92-5.38ZM48%20188a3.89%203.89%200%200%201-3.43-2a4%204%200%200%201%200-4C52%20169.17%2060%20139.32%2060%20104a67.6%2067.6%200%200%201%209.4-34.51L177.14%20188Zm116%2036a4%204%200%200%201-4%204H96a4%204%200%200%201%200-8h64a4%204%200%200%201%204%204m48.53-48.48a3.9%203.9%200%200%201-1.46.28a4%204%200%200%201-3.72-2.54C200.24%20155.17%20196%20129.28%20196%20104A68%2068%200%200%200%2094.46%2044.83a4%204%200%201%201-4-6.95A76%2076%200%200%201%20204%20104c0%2036.05%208.26%2059.89%2010.79%2066.34a4%204%200%200%201-2.26%205.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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