bellring off filled icon

bellring-off-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.

Name
bellring-off-filled
Set
WeUI Icon
Style
Filled
Viewbox
24×24
License
MIT

Related icons in WeUI Icon

Use the bellring off filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.453 16.332l3.639 3.639l-1.06 1.06L4.06 4.061L5.12 3l2.697 2.697a6 6 0 0 1 2.21-1.365a2 2 0 1 1 3.945 0A6 6 0 0 1 18 10v4q0 1.166.453 2.332M17.88 20H5.187a1 1 0 0 1-.806-1.592Q6 16.203 6 14v-4c0-.572.08-1.125.23-1.65L17.878 20zM11 20h2v.2a1 1 0 1 1-2 0z"/></svg>

React

import type { SVGProps } from "react";

export function WeuiBellringOffFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="m18.453 16.332l3.639 3.639l-1.06 1.06L4.06 4.061L5.12 3l2.697 2.697a6 6 0 0 1 2.21-1.365a2 2 0 1 1 3.945 0A6 6 0 0 1 18 10v4q0 1.166.453 2.332M17.88 20H5.187a1 1 0 0 1-.806-1.592Q6 16.203 6 14v-4c0-.572.08-1.125.23-1.65L17.878 20zM11 20h2v.2a1 1 0 1 1-2 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.453 16.332l3.639 3.639l-1.06 1.06L4.06 4.061L5.12 3l2.697 2.697a6 6 0 0 1 2.21-1.365a2 2 0 1 1 3.945 0A6 6 0 0 1 18 10v4q0 1.166.453 2.332M17.88 20H5.187a1 1 0 0 1-.806-1.592Q6 16.203 6 14v-4c0-.572.08-1.125.23-1.65L17.878 20zM11 20h2v.2a1 1 0 1 1-2 0z"/></svg>
</template>

CSS

.icon-bellring-off-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m18.453%2016.332l3.639%203.639l-1.06%201.06L4.06%204.061L5.12%203l2.697%202.697a6%206%200%200%201%202.21-1.365a2%202%200%201%201%203.945%200A6%206%200%200%201%2018%2010v4q0%201.166.453%202.332M17.88%2020H5.187a1%201%200%200%201-.806-1.592Q6%2016.203%206%2014v-4c0-.572.08-1.125.23-1.65L17.878%2020zM11%2020h2v.2a1%201%200%201%201-2%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%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m18.453%2016.332l3.639%203.639l-1.06%201.06L4.06%204.061L5.12%203l2.697%202.697a6%206%200%200%201%202.21-1.365a2%202%200%201%201%203.945%200A6%206%200%200%201%2018%2010v4q0%201.166.453%202.332M17.88%2020H5.187a1%201%200%200%201-.806-1.592Q6%2016.203%206%2014v-4c0-.572.08-1.125.23-1.65L17.878%2020zM11%2020h2v.2a1%201%200%201%201-2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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