webhook icon
webhook-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- webhook-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
Use the webhook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 4.25a2.25 2.25 0 0 1 4.5 0a.75.75 0 0 0 1.5 0a3.75 3.75 0 1 0-6.14 2.889l-2.272 4.258a.75.75 0 0 0 1.324.706L7 7.25a.75.75 0 0 0-.309-1.015A2.25 2.25 0 0 1 5.5 4.25"/><path fill="currentColor" d="M7.364 3.607a.75.75 0 0 1 1.03.257l2.608 4.349a3.75 3.75 0 1 1-.628 6.785a.75.75 0 0 1 .752-1.299a2.25 2.25 0 1 0-.033-3.88a.75.75 0 0 1-1.03-.256L7.107 4.636a.75.75 0 0 1 .257-1.03Z"/><path fill="currentColor" d="M2.9 8.776A.75.75 0 0 1 2.625 9.8A2.25 2.25 0 1 0 6 11.75a.75.75 0 0 1 .75-.751h5.5a.75.75 0 0 1 0 1.5H7.425a3.751 3.751 0 1 1-5.55-3.998a.75.75 0 0 1 1.024.274Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonWebhook16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 4.25a2.25 2.25 0 0 1 4.5 0a.75.75 0 0 0 1.5 0a3.75 3.75 0 1 0-6.14 2.889l-2.272 4.258a.75.75 0 0 0 1.324.706L7 7.25a.75.75 0 0 0-.309-1.015A2.25 2.25 0 0 1 5.5 4.25"/><path fill="currentColor" d="M7.364 3.607a.75.75 0 0 1 1.03.257l2.608 4.349a3.75 3.75 0 1 1-.628 6.785a.75.75 0 0 1 .752-1.299a2.25 2.25 0 1 0-.033-3.88a.75.75 0 0 1-1.03-.256L7.107 4.636a.75.75 0 0 1 .257-1.03Z"/><path fill="currentColor" d="M2.9 8.776A.75.75 0 0 1 2.625 9.8A2.25 2.25 0 1 0 6 11.75a.75.75 0 0 1 .75-.751h5.5a.75.75 0 0 1 0 1.5H7.425a3.751 3.751 0 1 1-5.55-3.998a.75.75 0 0 1 1.024.274Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 4.25a2.25 2.25 0 0 1 4.5 0a.75.75 0 0 0 1.5 0a3.75 3.75 0 1 0-6.14 2.889l-2.272 4.258a.75.75 0 0 0 1.324.706L7 7.25a.75.75 0 0 0-.309-1.015A2.25 2.25 0 0 1 5.5 4.25"/><path fill="currentColor" d="M7.364 3.607a.75.75 0 0 1 1.03.257l2.608 4.349a3.75 3.75 0 1 1-.628 6.785a.75.75 0 0 1 .752-1.299a2.25 2.25 0 1 0-.033-3.88a.75.75 0 0 1-1.03-.256L7.107 4.636a.75.75 0 0 1 .257-1.03Z"/><path fill="currentColor" d="M2.9 8.776A.75.75 0 0 1 2.625 9.8A2.25 2.25 0 1 0 6 11.75a.75.75 0 0 1 .75-.751h5.5a.75.75 0 0 1 0 1.5H7.425a3.751 3.751 0 1 1-5.55-3.998a.75.75 0 0 1 1.024.274Z"/></svg> </template>
CSS
.icon-webhook-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204.25a2.25%202.25%200%200%201%204.5%200a.75.75%200%200%200%201.5%200a3.75%203.75%200%201%200-6.14%202.889l-2.272%204.258a.75.75%200%200%200%201.324.706L7%207.25a.75.75%200%200%200-.309-1.015A2.25%202.25%200%200%201%205.5%204.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.364%203.607a.75.75%200%200%201%201.03.257l2.608%204.349a3.75%203.75%200%201%201-.628%206.785a.75.75%200%200%201%20.752-1.299a2.25%202.25%200%201%200-.033-3.88a.75.75%200%200%201-1.03-.256L7.107%204.636a.75.75%200%200%201%20.257-1.03Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.9%208.776A.75.75%200%200%201%202.625%209.8A2.25%202.25%200%201%200%206%2011.75a.75.75%200%200%201%20.75-.751h5.5a.75.75%200%200%201%200%201.5H7.425a3.751%203.751%200%201%201-5.55-3.998a.75.75%200%200%201%201.024.274Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%204.25a2.25%202.25%200%200%201%204.5%200a.75.75%200%200%200%201.5%200a3.75%203.75%200%201%200-6.14%202.889l-2.272%204.258a.75.75%200%200%200%201.324.706L7%207.25a.75.75%200%200%200-.309-1.015A2.25%202.25%200%200%201%205.5%204.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.364%203.607a.75.75%200%200%201%201.03.257l2.608%204.349a3.75%203.75%200%201%201-.628%206.785a.75.75%200%200%201%20.752-1.299a2.25%202.25%200%201%200-.033-3.88a.75.75%200%200%201-1.03-.256L7.107%204.636a.75.75%200%200%201%20.257-1.03Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.9%208.776A.75.75%200%200%201%202.625%209.8A2.25%202.25%200%201%200%206%2011.75a.75.75%200%200%201%20.75-.751h5.5a.75.75%200%200%201%200%201.5H7.425a3.751%203.751%200%201%201-5.55-3.998a.75.75%200%200%201%201.024.274Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/webhook-16.svg?color=%231a73e8&size=48