Webhook icon

Webhook is a Google Material Symbol from the Actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

webhook_outlined_fill0_wght400.svg

Webhook icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=webhook" />

<span class="material-symbols-outlined">webhook</span>

Webhook icon in React

// With the font from the HTML tab:
export function WebhookIcon() {
  return (
    <span className="material-symbols-outlined">
      webhook
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import WebhookIcon from "@material-symbols/svg-400/outlined/webhook.svg?react";

Webhook icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">webhook</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import WebhookIcon from "@material-symbols/svg-400/outlined/webhook.svg?component"; -->

Webhook icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">webhook</mat-icon>

Webhook icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.webhook, fill: 0, weight: 400)

Webhook icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/webhook.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.75 21q-1.95 0-3.35-1.4T2 16.25q0-1.675 .975-2.925t2.525-1.65v1.575q-.875 .35-1.437 1.163T3.5 16.25q0 1.35 .95 2.3t2.3 .95q1.35 0 2.3-.95t.95-2.3v-.75h6.225q.2-.225 .475-.362t.55-.138q.525 0 .888 .363T18.5 16.25q0 .5-.362 .875T17.25 17.5q-.275 0-.55-.137T16.225 17H11.45q-.35 1.725-1.662 2.863T6.75 21Zm10.5 0q-1.2 0-2.212-.55T13.375 19h2.15q.375 .25 .813 .375t.912 .125q1.35 0 2.3-.95t.95-2.3q0-1.35-.95-2.3t-2.3-.95q-.475 0-.875 .113T15.6 13.45L12.375 8q-.5-.1-.812-.437T11.25 6.75q0-.525 .375-.887t.875-.363q.525 0 .888 .363T13.75 6.75q0 .1-.012 .188T13.675 7.2l2.575 4.4q.275-.05 .538-.075t.462-.025q1.975 0 3.363 1.388T22 16.25q0 1.95-1.387 3.35T17.25 21ZM6.75 17.5q-.5 0-.875-.375t-.375-.875q0-.45 .313-.787T6.6 15l2.775-4.675q-.75-.725-1.187-1.637T7.75 6.75q0-1.975 1.4-3.362T12.5 2q1.9 0 3.275 1.313T17.25 6.5h-1.5q-.075-1.275-1.012-2.137T12.5 3.5q-1.35 0-2.3 .95t-.95 2.3q0 1.05 .613 1.888T11.425 9.825L7.9 15.775q.05 .15 .075 .263t.025 .212q0 .5-.362 .875T6.75 17.5Z" />
</vector>

Webhook icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/webhook.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/webhook.svg" width="24" height="24" alt="Webhook">

Webhook icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameWebhook
Ligaturewebhook
Code pointU+EB92
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/webhook.svg, webhook-fill.svg
FlutterSymbols.webhook
LicenseApache License 2.0 (© Google LLC)

Keywords

actionsconnectionalertsystemnotificationboxservicemessagelinkautomationupdatesoftwareevent

Related icons