webhook off icon

webhook-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
webhook-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the webhook off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.062 12.5A4 4 0 1 0 11 16h5m-1.5 3.123A4 4 0 0 0 17 20a4 4 0 0 0 2.284-.716m-3.183-7.183q.435-.1.899-.101a4 4 0 0 1 3.899 4.899M3 3l18 18M12 8a1 1 0 1 0 0-2m0 2a1 1 0 1 1 0-2m0 2V6"/><path d="M7 17a1 1 0 1 0 0-2m0 2a1 1 0 1 1 0-2m0 2v-2m9-8a4 4 0 0 0-7.284-2.284M7 16l3.057-5.503"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWebhookOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.062 12.5A4 4 0 1 0 11 16h5m-1.5 3.123A4 4 0 0 0 17 20a4 4 0 0 0 2.284-.716m-3.183-7.183q.435-.1.899-.101a4 4 0 0 1 3.899 4.899M3 3l18 18M12 8a1 1 0 1 0 0-2m0 2a1 1 0 1 1 0-2m0 2V6"/><path d="M7 17a1 1 0 1 0 0-2m0 2a1 1 0 1 1 0-2m0 2v-2m9-8a4 4 0 0 0-7.284-2.284M7 16l3.057-5.503"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.062 12.5A4 4 0 1 0 11 16h5m-1.5 3.123A4 4 0 0 0 17 20a4 4 0 0 0 2.284-.716m-3.183-7.183q.435-.1.899-.101a4 4 0 0 1 3.899 4.899M3 3l18 18M12 8a1 1 0 1 0 0-2m0 2a1 1 0 1 1 0-2m0 2V6"/><path d="M7 17a1 1 0 1 0 0-2m0 2a1 1 0 1 1 0-2m0 2v-2m9-8a4 4 0 0 0-7.284-2.284M7 16l3.057-5.503"/></g></svg>
</template>

CSS

.icon-webhook-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%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.062%2012.5A4%204%200%201%200%2011%2016h5m-1.5%203.123A4%204%200%200%200%2017%2020a4%204%200%200%200%202.284-.716m-3.183-7.183q.435-.1.899-.101a4%204%200%200%201%203.899%204.899M3%203l18%2018M12%208a1%201%200%201%200%200-2m0%202a1%201%200%201%201%200-2m0%202V6%22%2F%3E%3Cpath%20d%3D%22M7%2017a1%201%200%201%200%200-2m0%202a1%201%200%201%201%200-2m0%202v-2m9-8a4%204%200%200%200-7.284-2.284M7%2016l3.057-5.503%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.062%2012.5A4%204%200%201%200%2011%2016h5m-1.5%203.123A4%204%200%200%200%2017%2020a4%204%200%200%200%202.284-.716m-3.183-7.183q.435-.1.899-.101a4%204%200%200%201%203.899%204.899M3%203l18%2018M12%208a1%201%200%201%200%200-2m0%202a1%201%200%201%201%200-2m0%202V6%22%2F%3E%3Cpath%20d%3D%22M7%2017a1%201%200%201%200%200-2m0%202a1%201%200%201%201%200-2m0%202v-2m9-8a4%204%200%200%200-7.284-2.284M7%2016l3.057-5.503%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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