baseline webhook icon
baseline-webhook from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-webhook
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the baseline webhook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 15h5.88c.27-.31.67-.5 1.12-.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9A5 5 0 1 1 6 11.1v2.07c-1.16.41-2 1.53-2 2.83c0 1.65 1.35 3 3 3s3-1.35 3-3zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5a5.002 5.002 0 0 0-3.45 8.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48c0 .83.67 1.5 1.5 1.5a1.498 1.498 0 0 0 1.43-1.95l3.38-5.63A3 3 0 0 1 9.5 7c0-1.65 1.35-3 3-3m4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08c2.76 0 5 2.24 5 5s-2.24 5-5 5a5 5 0 0 1-4.33-2.5h2.67c.48.32 1.05.5 1.66.5c1.65 0 3-1.35 3-3s-1.35-3-3-3"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineWebhook(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" d="M10 15h5.88c.27-.31.67-.5 1.12-.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9A5 5 0 1 1 6 11.1v2.07c-1.16.41-2 1.53-2 2.83c0 1.65 1.35 3 3 3s3-1.35 3-3zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5a5.002 5.002 0 0 0-3.45 8.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48c0 .83.67 1.5 1.5 1.5a1.498 1.498 0 0 0 1.43-1.95l3.38-5.63A3 3 0 0 1 9.5 7c0-1.65 1.35-3 3-3m4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08c2.76 0 5 2.24 5 5s-2.24 5-5 5a5 5 0 0 1-4.33-2.5h2.67c.48.32 1.05.5 1.66.5c1.65 0 3-1.35 3-3s-1.35-3-3-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 15h5.88c.27-.31.67-.5 1.12-.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5c-.44 0-.84-.19-1.12-.5H11.9A5 5 0 1 1 6 11.1v2.07c-1.16.41-2 1.53-2 2.83c0 1.65 1.35 3 3 3s3-1.35 3-3zm2.5-11c1.65 0 3 1.35 3 3h2c0-2.76-2.24-5-5-5a5.002 5.002 0 0 0-3.45 8.62l-2.35 3.9c-.68.14-1.2.75-1.2 1.48c0 .83.67 1.5 1.5 1.5a1.498 1.498 0 0 0 1.43-1.95l3.38-5.63A3 3 0 0 1 9.5 7c0-1.65 1.35-3 3-3m4.5 9c-.64 0-1.23.2-1.72.54l-3.05-5.07C11.53 8.35 11 7.74 11 7c0-.83.67-1.5 1.5-1.5S14 6.17 14 7c0 .15-.02.29-.06.43l2.19 3.65c.28-.05.57-.08.87-.08c2.76 0 5 2.24 5 5s-2.24 5-5 5a5 5 0 0 1-4.33-2.5h2.67c.48.32 1.05.5 1.66.5c1.65 0 3-1.35 3-3s-1.35-3-3-3"/></svg> </template>
CSS
.icon-baseline-webhook {
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%20d%3D%22M10%2015h5.88c.27-.31.67-.5%201.12-.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5c-.44%200-.84-.19-1.12-.5H11.9A5%205%200%201%201%206%2011.1v2.07c-1.16.41-2%201.53-2%202.83c0%201.65%201.35%203%203%203s3-1.35%203-3zm2.5-11c1.65%200%203%201.35%203%203h2c0-2.76-2.24-5-5-5a5.002%205.002%200%200%200-3.45%208.62l-2.35%203.9c-.68.14-1.2.75-1.2%201.48c0%20.83.67%201.5%201.5%201.5a1.498%201.498%200%200%200%201.43-1.95l3.38-5.63A3%203%200%200%201%209.5%207c0-1.65%201.35-3%203-3m4.5%209c-.64%200-1.23.2-1.72.54l-3.05-5.07C11.53%208.35%2011%207.74%2011%207c0-.83.67-1.5%201.5-1.5S14%206.17%2014%207c0%20.15-.02.29-.06.43l2.19%203.65c.28-.05.57-.08.87-.08c2.76%200%205%202.24%205%205s-2.24%205-5%205a5%205%200%200%201-4.33-2.5h2.67c.48.32%201.05.5%201.66.5c1.65%200%203-1.35%203-3s-1.35-3-3-3%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%20d%3D%22M10%2015h5.88c.27-.31.67-.5%201.12-.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5c-.44%200-.84-.19-1.12-.5H11.9A5%205%200%201%201%206%2011.1v2.07c-1.16.41-2%201.53-2%202.83c0%201.65%201.35%203%203%203s3-1.35%203-3zm2.5-11c1.65%200%203%201.35%203%203h2c0-2.76-2.24-5-5-5a5.002%205.002%200%200%200-3.45%208.62l-2.35%203.9c-.68.14-1.2.75-1.2%201.48c0%20.83.67%201.5%201.5%201.5a1.498%201.498%200%200%200%201.43-1.95l3.38-5.63A3%203%200%200%201%209.5%207c0-1.65%201.35-3%203-3m4.5%209c-.64%200-1.23.2-1.72.54l-3.05-5.07C11.53%208.35%2011%207.74%2011%207c0-.83.67-1.5%201.5-1.5S14%206.17%2014%207c0%20.15-.02.29-.06.43l2.19%203.65c.28-.05.57-.08.87-.08c2.76%200%205%202.24%205%205s-2.24%205-5%205a5%205%200%200%201-4.33-2.5h2.67c.48.32%201.05.5%201.66.5c1.65%200%203-1.35%203-3s-1.35-3-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-webhook.svg?color=%231a73e8&size=48