round-webhook from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-webhook
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round webhook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 16c0-1.84 1-3.45 2.48-4.32c.67-.39 1.52.08 1.52.86c0 .36-.19.68-.5.86c-.9.52-1.5 1.49-1.5 2.6c0 1.85 1.68 3.31 3.6 2.94c1.42-.28 2.4-1.61 2.4-3.06c0-.49.39-.88.88-.88h5c.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 0 1 2 16m14.37-9c.65 0 1.14-.62.97-1.25A4.99 4.99 0 0 0 12.5 2a5.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.95l2.86-4.75c.25-.41.13-.95-.28-1.19c-.9-.53-1.51-1.5-1.51-2.61c0-1.65 1.35-3 3-3c1.38 0 2.54.93 2.89 2.2c.13.46.51.8.98.8m.63 6c-.38 0-.75.07-1.09.2c-.4.16-.86-.04-1.08-.41l-2.6-4.32C11.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 5c-.86 0-1.68-.22-2.39-.61c-.92-.5-.58-1.89.47-1.89c.17 0 .34.05.49.14c.42.23.91.36 1.43.36c1.65 0 3-1.35 3-3s-1.35-3-3-3"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWebhook(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="M2 16c0-1.84 1-3.45 2.48-4.32c.67-.39 1.52.08 1.52.86c0 .36-.19.68-.5.86c-.9.52-1.5 1.49-1.5 2.6c0 1.85 1.68 3.31 3.6 2.94c1.42-.28 2.4-1.61 2.4-3.06c0-.49.39-.88.88-.88h5c.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 0 1 2 16m14.37-9c.65 0 1.14-.62.97-1.25A4.99 4.99 0 0 0 12.5 2a5.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.95l2.86-4.75c.25-.41.13-.95-.28-1.19c-.9-.53-1.51-1.5-1.51-2.61c0-1.65 1.35-3 3-3c1.38 0 2.54.93 2.89 2.2c.13.46.51.8.98.8m.63 6c-.38 0-.75.07-1.09.2c-.4.16-.86-.04-1.08-.41l-2.6-4.32C11.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 5c-.86 0-1.68-.22-2.39-.61c-.92-.5-.58-1.89.47-1.89c.17 0 .34.05.49.14c.42.23.91.36 1.43.36c1.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="M2 16c0-1.84 1-3.45 2.48-4.32c.67-.39 1.52.08 1.52.86c0 .36-.19.68-.5.86c-.9.52-1.5 1.49-1.5 2.6c0 1.85 1.68 3.31 3.6 2.94c1.42-.28 2.4-1.61 2.4-3.06c0-.49.39-.88.88-.88h5c.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 0 1 2 16m14.37-9c.65 0 1.14-.62.97-1.25A4.99 4.99 0 0 0 12.5 2a5.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.95l2.86-4.75c.25-.41.13-.95-.28-1.19c-.9-.53-1.51-1.5-1.51-2.61c0-1.65 1.35-3 3-3c1.38 0 2.54.93 2.89 2.2c.13.46.51.8.98.8m.63 6c-.38 0-.75.07-1.09.2c-.4.16-.86-.04-1.08-.41l-2.6-4.32C11.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 5c-.86 0-1.68-.22-2.39-.61c-.92-.5-.58-1.89.47-1.89c.17 0 .34.05.49.14c.42.23.91.36 1.43.36c1.65 0 3-1.35 3-3s-1.35-3-3-3"/></svg>
</template>

CSS

.icon-round-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%22M2%2016c0-1.84%201-3.45%202.48-4.32c.67-.39%201.52.08%201.52.86c0%20.36-.19.68-.5.86c-.9.52-1.5%201.49-1.5%202.6c0%201.85%201.68%203.31%203.6%202.94c1.42-.28%202.4-1.61%202.4-3.06c0-.49.39-.88.88-.88h5c.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%200%201%202%2016m14.37-9c.65%200%201.14-.62.97-1.25A4.99%204.99%200%200%200%2012.5%202a5.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.95l2.86-4.75c.25-.41.13-.95-.28-1.19c-.9-.53-1.51-1.5-1.51-2.61c0-1.65%201.35-3%203-3c1.38%200%202.54.93%202.89%202.2c.13.46.51.8.98.8m.63%206c-.38%200-.75.07-1.09.2c-.4.16-.86-.04-1.08-.41l-2.6-4.32C11.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%205c-.86%200-1.68-.22-2.39-.61c-.92-.5-.58-1.89.47-1.89c.17%200%20.34.05.49.14c.42.23.91.36%201.43.36c1.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%22M2%2016c0-1.84%201-3.45%202.48-4.32c.67-.39%201.52.08%201.52.86c0%20.36-.19.68-.5.86c-.9.52-1.5%201.49-1.5%202.6c0%201.85%201.68%203.31%203.6%202.94c1.42-.28%202.4-1.61%202.4-3.06c0-.49.39-.88.88-.88h5c.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%200%201%202%2016m14.37-9c.65%200%201.14-.62.97-1.25A4.99%204.99%200%200%200%2012.5%202a5.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.95l2.86-4.75c.25-.41.13-.95-.28-1.19c-.9-.53-1.51-1.5-1.51-2.61c0-1.65%201.35-3%203-3c1.38%200%202.54.93%202.89%202.2c.13.46.51.8.98.8m.63%206c-.38%200-.75.07-1.09.2c-.4.16-.86-.04-1.08-.41l-2.6-4.32C11.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%205c-.86%200-1.68-.22-2.39-.61c-.92-.5-.58-1.89.47-1.89c.17%200%20.34.05.49.14c.42.23.91.36%201.43.36c1.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/round-webhook.svg?color=%231a73e8&size=48