webhooks logo icon

webhooks-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
webhooks-logo-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the webhooks logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.7 172h-72.89a44 44 0 1 1-79-30.41a4 4 0 0 1 6.4 4.81A35.67 35.67 0 0 0 28 168a36 36 0 0 0 72 0a4 4 0 0 1 4-4h76.7a12 12 0 1 1 0 8M64 180a12 12 0 0 0 9.33-19.54l37.11-60.3a4 4 0 0 0-1.31-5.51A36 36 0 1 1 161 49.58a4 4 0 1 0 7.33-3.19a44 44 0 1 0-66.71 52.83l-35.1 57.05A11.6 11.6 0 0 0 64 156a12 12 0 0 0 0 24m128-56a44 44 0 0 0-19.56 4.58l-35.11-57A12 12 0 1 0 128 76a12.2 12.2 0 0 0 2.52-.27L167.63 136a4 4 0 0 0 5.5 1.31A36 36 0 1 1 192 204a4 4 0 0 0 0 8a44 44 0 0 0 0-88"/></svg>

React

import type { SVGProps } from "react";

export function PhWebhooksLogoThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.7 172h-72.89a44 44 0 1 1-79-30.41a4 4 0 0 1 6.4 4.81A35.67 35.67 0 0 0 28 168a36 36 0 0 0 72 0a4 4 0 0 1 4-4h76.7a12 12 0 1 1 0 8M64 180a12 12 0 0 0 9.33-19.54l37.11-60.3a4 4 0 0 0-1.31-5.51A36 36 0 1 1 161 49.58a4 4 0 1 0 7.33-3.19a44 44 0 1 0-66.71 52.83l-35.1 57.05A11.6 11.6 0 0 0 64 156a12 12 0 0 0 0 24m128-56a44 44 0 0 0-19.56 4.58l-35.11-57A12 12 0 1 0 128 76a12.2 12.2 0 0 0 2.52-.27L167.63 136a4 4 0 0 0 5.5 1.31A36 36 0 1 1 192 204a4 4 0 0 0 0 8a44 44 0 0 0 0-88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.7 172h-72.89a44 44 0 1 1-79-30.41a4 4 0 0 1 6.4 4.81A35.67 35.67 0 0 0 28 168a36 36 0 0 0 72 0a4 4 0 0 1 4-4h76.7a12 12 0 1 1 0 8M64 180a12 12 0 0 0 9.33-19.54l37.11-60.3a4 4 0 0 0-1.31-5.51A36 36 0 1 1 161 49.58a4 4 0 1 0 7.33-3.19a44 44 0 1 0-66.71 52.83l-35.1 57.05A11.6 11.6 0 0 0 64 156a12 12 0 0 0 0 24m128-56a44 44 0 0 0-19.56 4.58l-35.11-57A12 12 0 1 0 128 76a12.2 12.2 0 0 0 2.52-.27L167.63 136a4 4 0 0 0 5.5 1.31A36 36 0 1 1 192 204a4 4 0 0 0 0 8a44 44 0 0 0 0-88"/></svg>
</template>

CSS

.icon-webhooks-logo-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180.7%20172h-72.89a44%2044%200%201%201-79-30.41a4%204%200%200%201%206.4%204.81A35.67%2035.67%200%200%200%2028%20168a36%2036%200%200%200%2072%200a4%204%200%200%201%204-4h76.7a12%2012%200%201%201%200%208M64%20180a12%2012%200%200%200%209.33-19.54l37.11-60.3a4%204%200%200%200-1.31-5.51A36%2036%200%201%201%20161%2049.58a4%204%200%201%200%207.33-3.19a44%2044%200%201%200-66.71%2052.83l-35.1%2057.05A11.6%2011.6%200%200%200%2064%20156a12%2012%200%200%200%200%2024m128-56a44%2044%200%200%200-19.56%204.58l-35.11-57A12%2012%200%201%200%20128%2076a12.2%2012.2%200%200%200%202.52-.27L167.63%20136a4%204%200%200%200%205.5%201.31A36%2036%200%201%201%20192%20204a4%204%200%200%200%200%208a44%2044%200%200%200%200-88%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M180.7%20172h-72.89a44%2044%200%201%201-79-30.41a4%204%200%200%201%206.4%204.81A35.67%2035.67%200%200%200%2028%20168a36%2036%200%200%200%2072%200a4%204%200%200%201%204-4h76.7a12%2012%200%201%201%200%208M64%20180a12%2012%200%200%200%209.33-19.54l37.11-60.3a4%204%200%200%200-1.31-5.51A36%2036%200%201%201%20161%2049.58a4%204%200%201%200%207.33-3.19a44%2044%200%201%200-66.71%2052.83l-35.1%2057.05A11.6%2011.6%200%200%200%2064%20156a12%2012%200%200%200%200%2024m128-56a44%2044%200%200%200-19.56%204.58l-35.11-57A12%2012%200%201%200%20128%2076a12.2%2012.2%200%200%200%202.52-.27L167.63%20136a4%204%200%200%200%205.5%201.31A36%2036%200%201%201%20192%20204a4%204%200%200%200%200%208a44%2044%200%200%200%200-88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/webhooks-logo-thin.svg?color=%231a73e8&size=48