bell off icon

bell-off from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
bell-off
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the bell off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -1.5 24 24"><path fill="currentColor" d="M13 18a3 3 0 0 1-6 0H4.657l2-2H16.71a7 7 0 0 0-2.044-3.218L14 12.186v-3.53l1.99-1.99Q16 6.832 16 7v4.292A8.98 8.98 0 0 1 19 18zM1.295 15.705A9 9 0 0 1 4 11.292V7a6 6 0 0 1 10.243-4.243l-1.415 1.415A4 4 0 0 0 6 7v4zM10 19a1 1 0 0 0 1-1H9a1 1 0 0 0 1 1M19.092.707a1 1 0 0 1 0 1.414l-16.97 16.97a1 1 0 1 1-1.415-1.413L17.677.708a1 1 0 0 1 1.415 0z"/></svg>

React

import type { SVGProps } from "react";

export function JamBellOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -1.5 24 24"><path fill="currentColor" d="M13 18a3 3 0 0 1-6 0H4.657l2-2H16.71a7 7 0 0 0-2.044-3.218L14 12.186v-3.53l1.99-1.99Q16 6.832 16 7v4.292A8.98 8.98 0 0 1 19 18zM1.295 15.705A9 9 0 0 1 4 11.292V7a6 6 0 0 1 10.243-4.243l-1.415 1.415A4 4 0 0 0 6 7v4zM10 19a1 1 0 0 0 1-1H9a1 1 0 0 0 1 1M19.092.707a1 1 0 0 1 0 1.414l-16.97 16.97a1 1 0 1 1-1.415-1.413L17.677.708a1 1 0 0 1 1.415 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -1.5 24 24"><path fill="currentColor" d="M13 18a3 3 0 0 1-6 0H4.657l2-2H16.71a7 7 0 0 0-2.044-3.218L14 12.186v-3.53l1.99-1.99Q16 6.832 16 7v4.292A8.98 8.98 0 0 1 19 18zM1.295 15.705A9 9 0 0 1 4 11.292V7a6 6 0 0 1 10.243-4.243l-1.415 1.415A4 4 0 0 0 6 7v4zM10 19a1 1 0 0 0 1-1H9a1 1 0 0 0 1 1M19.092.707a1 1 0 0 1 0 1.414l-16.97 16.97a1 1 0 1 1-1.415-1.413L17.677.708a1 1 0 0 1 1.415 0z"/></svg>
</template>

CSS

.icon-bell-off {
  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%22-2%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2018a3%203%200%200%201-6%200H4.657l2-2H16.71a7%207%200%200%200-2.044-3.218L14%2012.186v-3.53l1.99-1.99Q16%206.832%2016%207v4.292A8.98%208.98%200%200%201%2019%2018zM1.295%2015.705A9%209%200%200%201%204%2011.292V7a6%206%200%200%201%2010.243-4.243l-1.415%201.415A4%204%200%200%200%206%207v4zM10%2019a1%201%200%200%200%201-1H9a1%201%200%200%200%201%201M19.092.707a1%201%200%200%201%200%201.414l-16.97%2016.97a1%201%200%201%201-1.415-1.413L17.677.708a1%201%200%200%201%201.415%200z%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%22-2%20-1.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2018a3%203%200%200%201-6%200H4.657l2-2H16.71a7%207%200%200%200-2.044-3.218L14%2012.186v-3.53l1.99-1.99Q16%206.832%2016%207v4.292A8.98%208.98%200%200%201%2019%2018zM1.295%2015.705A9%209%200%200%201%204%2011.292V7a6%206%200%200%201%2010.243-4.243l-1.415%201.415A4%204%200%200%200%206%207v4zM10%2019a1%201%200%200%200%201-1H9a1%201%200%200%200%201%201M19.092.707a1%201%200%200%201%200%201.414l-16.97%2016.97a1%201%200%201%201-1.415-1.413L17.677.708a1%201%200%200%201%201.415%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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