webhooks logo
webhooks from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- webhooks
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×239
- License
- CC0
Use the webhooks logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 239"><path fill="#c73a63" d="M119.54 100.503c-10.61 17.836-20.775 35.108-31.152 52.25c-2.665 4.401-3.984 7.986-1.855 13.58c5.878 15.454-2.414 30.493-17.998 34.575c-14.697 3.851-29.016-5.808-31.932-21.543c-2.584-13.927 8.224-27.58 23.58-29.757c1.286-.184 2.6-.205 4.762-.367l23.358-39.168C73.612 95.465 64.868 78.39 66.803 57.23c1.368-14.957 7.25-27.883 18-38.477c20.59-20.288 52.002-23.573 76.246-8.001c23.284 14.958 33.948 44.094 24.858 69.031c-6.854-1.858-13.756-3.732-21.343-5.79c2.854-13.865.743-26.315-8.608-36.981c-6.178-7.042-14.106-10.733-23.12-12.093c-18.072-2.73-35.815 8.88-41.08 26.618c-5.976 20.13 3.069 36.575 27.784 48.967"/><path fill="#4b4b4b" d="M149.841 79.41c7.475 13.187 15.065 26.573 22.587 39.836c38.02-11.763 66.686 9.284 76.97 31.817c12.422 27.219 3.93 59.457-20.465 76.25c-25.04 17.238-56.707 14.293-78.892-7.851c5.654-4.733 11.336-9.487 17.407-14.566c21.912 14.192 41.077 13.524 55.305-3.282c12.133-14.337 11.87-35.714-.615-49.75c-14.408-16.197-33.707-16.691-57.035-1.143c-9.677-17.168-19.522-34.199-28.893-51.491c-3.16-5.828-6.648-9.21-13.77-10.443c-11.893-2.062-19.571-12.275-20.032-23.717c-.453-11.316 6.214-21.545 16.634-25.53c10.322-3.949 22.435-.762 29.378 8.014c5.674 7.17 7.477 15.24 4.491 24.083c-.83 2.466-1.905 4.852-3.07 7.774"/><path fill="#4a4a4a" d="M167.707 187.21h-45.77c-4.387 18.044-13.863 32.612-30.19 41.876c-12.693 7.2-26.373 9.641-40.933 7.29c-26.808-4.323-48.728-28.456-50.658-55.63c-2.184-30.784 18.975-58.147 47.178-64.293c1.947 7.071 3.915 14.21 5.862 21.264c-25.876 13.202-34.832 29.836-27.59 50.636c6.375 18.304 24.484 28.337 44.147 24.457c20.08-3.962 30.204-20.65 28.968-47.432c19.036 0 38.088-.197 57.126.097c7.434.117 13.173-.654 18.773-7.208c9.22-10.784 26.191-9.811 36.121.374c10.148 10.409 9.662 27.157-1.077 37.127c-10.361 9.62-26.73 9.106-36.424-1.26c-1.992-2.136-3.562-4.673-5.533-7.298"/></svg>
React
import type { SVGProps } from "react";
export function LogosWebhooks(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 239"><path fill="#c73a63" d="M119.54 100.503c-10.61 17.836-20.775 35.108-31.152 52.25c-2.665 4.401-3.984 7.986-1.855 13.58c5.878 15.454-2.414 30.493-17.998 34.575c-14.697 3.851-29.016-5.808-31.932-21.543c-2.584-13.927 8.224-27.58 23.58-29.757c1.286-.184 2.6-.205 4.762-.367l23.358-39.168C73.612 95.465 64.868 78.39 66.803 57.23c1.368-14.957 7.25-27.883 18-38.477c20.59-20.288 52.002-23.573 76.246-8.001c23.284 14.958 33.948 44.094 24.858 69.031c-6.854-1.858-13.756-3.732-21.343-5.79c2.854-13.865.743-26.315-8.608-36.981c-6.178-7.042-14.106-10.733-23.12-12.093c-18.072-2.73-35.815 8.88-41.08 26.618c-5.976 20.13 3.069 36.575 27.784 48.967"/><path fill="#4b4b4b" d="M149.841 79.41c7.475 13.187 15.065 26.573 22.587 39.836c38.02-11.763 66.686 9.284 76.97 31.817c12.422 27.219 3.93 59.457-20.465 76.25c-25.04 17.238-56.707 14.293-78.892-7.851c5.654-4.733 11.336-9.487 17.407-14.566c21.912 14.192 41.077 13.524 55.305-3.282c12.133-14.337 11.87-35.714-.615-49.75c-14.408-16.197-33.707-16.691-57.035-1.143c-9.677-17.168-19.522-34.199-28.893-51.491c-3.16-5.828-6.648-9.21-13.77-10.443c-11.893-2.062-19.571-12.275-20.032-23.717c-.453-11.316 6.214-21.545 16.634-25.53c10.322-3.949 22.435-.762 29.378 8.014c5.674 7.17 7.477 15.24 4.491 24.083c-.83 2.466-1.905 4.852-3.07 7.774"/><path fill="#4a4a4a" d="M167.707 187.21h-45.77c-4.387 18.044-13.863 32.612-30.19 41.876c-12.693 7.2-26.373 9.641-40.933 7.29c-26.808-4.323-48.728-28.456-50.658-55.63c-2.184-30.784 18.975-58.147 47.178-64.293c1.947 7.071 3.915 14.21 5.862 21.264c-25.876 13.202-34.832 29.836-27.59 50.636c6.375 18.304 24.484 28.337 44.147 24.457c20.08-3.962 30.204-20.65 28.968-47.432c19.036 0 38.088-.197 57.126.097c7.434.117 13.173-.654 18.773-7.208c9.22-10.784 26.191-9.811 36.121.374c10.148 10.409 9.662 27.157-1.077 37.127c-10.361 9.62-26.73 9.106-36.424-1.26c-1.992-2.136-3.562-4.673-5.533-7.298"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 239"><path fill="#c73a63" d="M119.54 100.503c-10.61 17.836-20.775 35.108-31.152 52.25c-2.665 4.401-3.984 7.986-1.855 13.58c5.878 15.454-2.414 30.493-17.998 34.575c-14.697 3.851-29.016-5.808-31.932-21.543c-2.584-13.927 8.224-27.58 23.58-29.757c1.286-.184 2.6-.205 4.762-.367l23.358-39.168C73.612 95.465 64.868 78.39 66.803 57.23c1.368-14.957 7.25-27.883 18-38.477c20.59-20.288 52.002-23.573 76.246-8.001c23.284 14.958 33.948 44.094 24.858 69.031c-6.854-1.858-13.756-3.732-21.343-5.79c2.854-13.865.743-26.315-8.608-36.981c-6.178-7.042-14.106-10.733-23.12-12.093c-18.072-2.73-35.815 8.88-41.08 26.618c-5.976 20.13 3.069 36.575 27.784 48.967"/><path fill="#4b4b4b" d="M149.841 79.41c7.475 13.187 15.065 26.573 22.587 39.836c38.02-11.763 66.686 9.284 76.97 31.817c12.422 27.219 3.93 59.457-20.465 76.25c-25.04 17.238-56.707 14.293-78.892-7.851c5.654-4.733 11.336-9.487 17.407-14.566c21.912 14.192 41.077 13.524 55.305-3.282c12.133-14.337 11.87-35.714-.615-49.75c-14.408-16.197-33.707-16.691-57.035-1.143c-9.677-17.168-19.522-34.199-28.893-51.491c-3.16-5.828-6.648-9.21-13.77-10.443c-11.893-2.062-19.571-12.275-20.032-23.717c-.453-11.316 6.214-21.545 16.634-25.53c10.322-3.949 22.435-.762 29.378 8.014c5.674 7.17 7.477 15.24 4.491 24.083c-.83 2.466-1.905 4.852-3.07 7.774"/><path fill="#4a4a4a" d="M167.707 187.21h-45.77c-4.387 18.044-13.863 32.612-30.19 41.876c-12.693 7.2-26.373 9.641-40.933 7.29c-26.808-4.323-48.728-28.456-50.658-55.63c-2.184-30.784 18.975-58.147 47.178-64.293c1.947 7.071 3.915 14.21 5.862 21.264c-25.876 13.202-34.832 29.836-27.59 50.636c6.375 18.304 24.484 28.337 44.147 24.457c20.08-3.962 30.204-20.65 28.968-47.432c19.036 0 38.088-.197 57.126.097c7.434.117 13.173-.654 18.773-7.208c9.22-10.784 26.191-9.811 36.121.374c10.148 10.409 9.662 27.157-1.077 37.127c-10.361 9.62-26.73 9.106-36.424-1.26c-1.992-2.136-3.562-4.673-5.533-7.298"/></svg> </template>
CSS
.icon-webhooks {
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%20239%22%3E%3Cpath%20fill%3D%22%23c73a63%22%20d%3D%22M119.54%20100.503c-10.61%2017.836-20.775%2035.108-31.152%2052.25c-2.665%204.401-3.984%207.986-1.855%2013.58c5.878%2015.454-2.414%2030.493-17.998%2034.575c-14.697%203.851-29.016-5.808-31.932-21.543c-2.584-13.927%208.224-27.58%2023.58-29.757c1.286-.184%202.6-.205%204.762-.367l23.358-39.168C73.612%2095.465%2064.868%2078.39%2066.803%2057.23c1.368-14.957%207.25-27.883%2018-38.477c20.59-20.288%2052.002-23.573%2076.246-8.001c23.284%2014.958%2033.948%2044.094%2024.858%2069.031c-6.854-1.858-13.756-3.732-21.343-5.79c2.854-13.865.743-26.315-8.608-36.981c-6.178-7.042-14.106-10.733-23.12-12.093c-18.072-2.73-35.815%208.88-41.08%2026.618c-5.976%2020.13%203.069%2036.575%2027.784%2048.967%22%2F%3E%3Cpath%20fill%3D%22%234b4b4b%22%20d%3D%22M149.841%2079.41c7.475%2013.187%2015.065%2026.573%2022.587%2039.836c38.02-11.763%2066.686%209.284%2076.97%2031.817c12.422%2027.219%203.93%2059.457-20.465%2076.25c-25.04%2017.238-56.707%2014.293-78.892-7.851c5.654-4.733%2011.336-9.487%2017.407-14.566c21.912%2014.192%2041.077%2013.524%2055.305-3.282c12.133-14.337%2011.87-35.714-.615-49.75c-14.408-16.197-33.707-16.691-57.035-1.143c-9.677-17.168-19.522-34.199-28.893-51.491c-3.16-5.828-6.648-9.21-13.77-10.443c-11.893-2.062-19.571-12.275-20.032-23.717c-.453-11.316%206.214-21.545%2016.634-25.53c10.322-3.949%2022.435-.762%2029.378%208.014c5.674%207.17%207.477%2015.24%204.491%2024.083c-.83%202.466-1.905%204.852-3.07%207.774%22%2F%3E%3Cpath%20fill%3D%22%234a4a4a%22%20d%3D%22M167.707%20187.21h-45.77c-4.387%2018.044-13.863%2032.612-30.19%2041.876c-12.693%207.2-26.373%209.641-40.933%207.29c-26.808-4.323-48.728-28.456-50.658-55.63c-2.184-30.784%2018.975-58.147%2047.178-64.293c1.947%207.071%203.915%2014.21%205.862%2021.264c-25.876%2013.202-34.832%2029.836-27.59%2050.636c6.375%2018.304%2024.484%2028.337%2044.147%2024.457c20.08-3.962%2030.204-20.65%2028.968-47.432c19.036%200%2038.088-.197%2057.126.097c7.434.117%2013.173-.654%2018.773-7.208c9.22-10.784%2026.191-9.811%2036.121.374c10.148%2010.409%209.662%2027.157-1.077%2037.127c-10.361%209.62-26.73%209.106-36.424-1.26c-1.992-2.136-3.562-4.673-5.533-7.298%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%20239%22%3E%3Cpath%20fill%3D%22%23c73a63%22%20d%3D%22M119.54%20100.503c-10.61%2017.836-20.775%2035.108-31.152%2052.25c-2.665%204.401-3.984%207.986-1.855%2013.58c5.878%2015.454-2.414%2030.493-17.998%2034.575c-14.697%203.851-29.016-5.808-31.932-21.543c-2.584-13.927%208.224-27.58%2023.58-29.757c1.286-.184%202.6-.205%204.762-.367l23.358-39.168C73.612%2095.465%2064.868%2078.39%2066.803%2057.23c1.368-14.957%207.25-27.883%2018-38.477c20.59-20.288%2052.002-23.573%2076.246-8.001c23.284%2014.958%2033.948%2044.094%2024.858%2069.031c-6.854-1.858-13.756-3.732-21.343-5.79c2.854-13.865.743-26.315-8.608-36.981c-6.178-7.042-14.106-10.733-23.12-12.093c-18.072-2.73-35.815%208.88-41.08%2026.618c-5.976%2020.13%203.069%2036.575%2027.784%2048.967%22%2F%3E%3Cpath%20fill%3D%22%234b4b4b%22%20d%3D%22M149.841%2079.41c7.475%2013.187%2015.065%2026.573%2022.587%2039.836c38.02-11.763%2066.686%209.284%2076.97%2031.817c12.422%2027.219%203.93%2059.457-20.465%2076.25c-25.04%2017.238-56.707%2014.293-78.892-7.851c5.654-4.733%2011.336-9.487%2017.407-14.566c21.912%2014.192%2041.077%2013.524%2055.305-3.282c12.133-14.337%2011.87-35.714-.615-49.75c-14.408-16.197-33.707-16.691-57.035-1.143c-9.677-17.168-19.522-34.199-28.893-51.491c-3.16-5.828-6.648-9.21-13.77-10.443c-11.893-2.062-19.571-12.275-20.032-23.717c-.453-11.316%206.214-21.545%2016.634-25.53c10.322-3.949%2022.435-.762%2029.378%208.014c5.674%207.17%207.477%2015.24%204.491%2024.083c-.83%202.466-1.905%204.852-3.07%207.774%22%2F%3E%3Cpath%20fill%3D%22%234a4a4a%22%20d%3D%22M167.707%20187.21h-45.77c-4.387%2018.044-13.863%2032.612-30.19%2041.876c-12.693%207.2-26.373%209.641-40.933%207.29c-26.808-4.323-48.728-28.456-50.658-55.63c-2.184-30.784%2018.975-58.147%2047.178-64.293c1.947%207.071%203.915%2014.21%205.862%2021.264c-25.876%2013.202-34.832%2029.836-27.59%2050.636c6.375%2018.304%2024.484%2028.337%2044.147%2024.457c20.08-3.962%2030.204-20.65%2028.968-47.432c19.036%200%2038.088-.197%2057.126.097c7.434.117%2013.173-.654%2018.773-7.208c9.22-10.784%2026.191-9.811%2036.121.374c10.148%2010.409%209.662%2027.157-1.077%2037.127c-10.361%209.62-26.73%209.106-36.424-1.26c-1.992-2.136-3.562-4.673-5.533-7.298%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/webhooks.svg?color=%231a73e8&size=48