gulp from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
gulp
Set
SVG Logos
Style
Color
Viewbox
256×566
License
CC0

The same logo in other sets

Use the gulp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 566"><path fill="#d34a47" d="m197.28 548.749l5.427-90.43l14.985-25.58s-34.106 13.952-91.205 13.952c-57.1 0-90.689-13.694-90.689-13.694l16.794 27.904l5.941 87.848c0 9.418 31.059 17.052 69.374 17.052c38.313 0 69.373-7.634 69.373-17.052m-17.119-422.295l11.391-45.025l63.081-66.376L238.007.892l-66.784 70.707l-13.226 53.793a886 886 0 0 0-29.873-.497c-70.336 0-127.355 8.016-127.355 17.902s57.019 17.902 127.355 17.902c70.335 0 127.353-8.015 127.353-17.902c0-7.28-30.924-13.546-75.316-16.343"/><path fill="#fff" d="M173.535 151.669s-2.467.553-9.724.584c-7.259.03-12.413-.047-14.466-1.917c-.552-.502-.854-1.499-.851-2.174c.006-1.285.918-2.042 2.08-2.516l1.099 1.724c-.478.165-.751.36-.752.568c-.004.976 7.422 1.644 13.102 1.572c5.681-.07 12.545-.538 12.551-1.5c0-.291-.519-.565-1.422-.781l1.094-1.712c1.472.457 2.757 1.34 2.754 2.868c-.014 2.598-3.32 2.993-5.465 3.284"/><path fill="#d34a47" d="M254.509 15.184c1.586-1.832-.821-6.518-5.376-10.465C244.576.774 239.596-.94 238.007.892c-1.587 1.832.821 6.518 5.378 10.463c4.555 3.946 9.537 5.662 11.124 3.829m-60.263 312.681c-1.495-14.384 31.462-35.216 23.004-35.883c-18.208 1.041-27.27 21.338-36.431 42.596c-3.357 7.791-14.844 41.013-22.378 36.923c-7.532-4.088 9.765-31.407 14.613-47.631c-5.594 4.102-26.109 20.041-31.396 5.114c-8.5 7.219-26.663 11.13-24.614-7.833c-4.522 8.01-14.671 19.193-26.853 14.546c-15.998-6.101 9.27-57.062 15.553-54.491s-1.268 14.179-3.246 18.687c-4.35 9.921-9.375 22.393-6.018 24.946c5.751 4.374 21.401-16.547 21.749-17.007c2.927-3.867 11.266-29.166 17.987-26.261s-16.764 36.308-7.983 42.937c1.771 1.338 9.017-.825 13.425-5.594c2.852-3.085 1.871-9.918 11.378-32.59c9.507-22.671 17.98-50.905 24.5-48.754c6.52 2.15 1.146 16.641-1.193 22.043c-10.976 25.354-29.956 67.241-21.005 64.07c8.951-3.17 13.612-3.356 22.377-13.613s8.361-27.152 14.203-26.793c5.844.36 4.863 5.777 3.446 9.902c5.75-6.58 27.256-20.438 32.448-6.713c6.15 16.249-30.769 39.72-21.564 38.523c8.975-1.167 23.515-10.376 29.723-18.749l17.088-153.626s-17.195 14.23-126.589 14.23S1.659 152.91 1.659 152.91l14.548 140.224c7.722-21.947 26.059-66.339 54.963-64.849c13.148.678 30.7 25.995 15.665 26.853c-6.364.362-7.01-12.637-14.546-14.546c-5.438-1.378-13.009 3.043-17.902 7.833c-9.758 9.55-30.745 47.229-27.972 66.014c3.533 23.949 33.048-8.322 38.042-17.903c3.517-6.749 5.893-26.745 13.585-24.647s-.671 22.734-6.247 40.979c-6.264 20.487-9.557 42.098-17.408 39.612c-7.852-2.484 4.938-28.932 4.475-33.566c-7.38 6.809-20.976 24.047-38.37 15.515l9.035 87.078s24.013 18.973 96.35 18.973s97.239-18.677 97.239-18.677l11.219-100.857c-9.179 8.938-38.229 24.81-40.089 6.919"/></svg>

React

import type { SVGProps } from "react";

export function LogosGulp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 566"><path fill="#d34a47" d="m197.28 548.749l5.427-90.43l14.985-25.58s-34.106 13.952-91.205 13.952c-57.1 0-90.689-13.694-90.689-13.694l16.794 27.904l5.941 87.848c0 9.418 31.059 17.052 69.374 17.052c38.313 0 69.373-7.634 69.373-17.052m-17.119-422.295l11.391-45.025l63.081-66.376L238.007.892l-66.784 70.707l-13.226 53.793a886 886 0 0 0-29.873-.497c-70.336 0-127.355 8.016-127.355 17.902s57.019 17.902 127.355 17.902c70.335 0 127.353-8.015 127.353-17.902c0-7.28-30.924-13.546-75.316-16.343"/><path fill="#fff" d="M173.535 151.669s-2.467.553-9.724.584c-7.259.03-12.413-.047-14.466-1.917c-.552-.502-.854-1.499-.851-2.174c.006-1.285.918-2.042 2.08-2.516l1.099 1.724c-.478.165-.751.36-.752.568c-.004.976 7.422 1.644 13.102 1.572c5.681-.07 12.545-.538 12.551-1.5c0-.291-.519-.565-1.422-.781l1.094-1.712c1.472.457 2.757 1.34 2.754 2.868c-.014 2.598-3.32 2.993-5.465 3.284"/><path fill="#d34a47" d="M254.509 15.184c1.586-1.832-.821-6.518-5.376-10.465C244.576.774 239.596-.94 238.007.892c-1.587 1.832.821 6.518 5.378 10.463c4.555 3.946 9.537 5.662 11.124 3.829m-60.263 312.681c-1.495-14.384 31.462-35.216 23.004-35.883c-18.208 1.041-27.27 21.338-36.431 42.596c-3.357 7.791-14.844 41.013-22.378 36.923c-7.532-4.088 9.765-31.407 14.613-47.631c-5.594 4.102-26.109 20.041-31.396 5.114c-8.5 7.219-26.663 11.13-24.614-7.833c-4.522 8.01-14.671 19.193-26.853 14.546c-15.998-6.101 9.27-57.062 15.553-54.491s-1.268 14.179-3.246 18.687c-4.35 9.921-9.375 22.393-6.018 24.946c5.751 4.374 21.401-16.547 21.749-17.007c2.927-3.867 11.266-29.166 17.987-26.261s-16.764 36.308-7.983 42.937c1.771 1.338 9.017-.825 13.425-5.594c2.852-3.085 1.871-9.918 11.378-32.59c9.507-22.671 17.98-50.905 24.5-48.754c6.52 2.15 1.146 16.641-1.193 22.043c-10.976 25.354-29.956 67.241-21.005 64.07c8.951-3.17 13.612-3.356 22.377-13.613s8.361-27.152 14.203-26.793c5.844.36 4.863 5.777 3.446 9.902c5.75-6.58 27.256-20.438 32.448-6.713c6.15 16.249-30.769 39.72-21.564 38.523c8.975-1.167 23.515-10.376 29.723-18.749l17.088-153.626s-17.195 14.23-126.589 14.23S1.659 152.91 1.659 152.91l14.548 140.224c7.722-21.947 26.059-66.339 54.963-64.849c13.148.678 30.7 25.995 15.665 26.853c-6.364.362-7.01-12.637-14.546-14.546c-5.438-1.378-13.009 3.043-17.902 7.833c-9.758 9.55-30.745 47.229-27.972 66.014c3.533 23.949 33.048-8.322 38.042-17.903c3.517-6.749 5.893-26.745 13.585-24.647s-.671 22.734-6.247 40.979c-6.264 20.487-9.557 42.098-17.408 39.612c-7.852-2.484 4.938-28.932 4.475-33.566c-7.38 6.809-20.976 24.047-38.37 15.515l9.035 87.078s24.013 18.973 96.35 18.973s97.239-18.677 97.239-18.677l11.219-100.857c-9.179 8.938-38.229 24.81-40.089 6.919"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 566"><path fill="#d34a47" d="m197.28 548.749l5.427-90.43l14.985-25.58s-34.106 13.952-91.205 13.952c-57.1 0-90.689-13.694-90.689-13.694l16.794 27.904l5.941 87.848c0 9.418 31.059 17.052 69.374 17.052c38.313 0 69.373-7.634 69.373-17.052m-17.119-422.295l11.391-45.025l63.081-66.376L238.007.892l-66.784 70.707l-13.226 53.793a886 886 0 0 0-29.873-.497c-70.336 0-127.355 8.016-127.355 17.902s57.019 17.902 127.355 17.902c70.335 0 127.353-8.015 127.353-17.902c0-7.28-30.924-13.546-75.316-16.343"/><path fill="#fff" d="M173.535 151.669s-2.467.553-9.724.584c-7.259.03-12.413-.047-14.466-1.917c-.552-.502-.854-1.499-.851-2.174c.006-1.285.918-2.042 2.08-2.516l1.099 1.724c-.478.165-.751.36-.752.568c-.004.976 7.422 1.644 13.102 1.572c5.681-.07 12.545-.538 12.551-1.5c0-.291-.519-.565-1.422-.781l1.094-1.712c1.472.457 2.757 1.34 2.754 2.868c-.014 2.598-3.32 2.993-5.465 3.284"/><path fill="#d34a47" d="M254.509 15.184c1.586-1.832-.821-6.518-5.376-10.465C244.576.774 239.596-.94 238.007.892c-1.587 1.832.821 6.518 5.378 10.463c4.555 3.946 9.537 5.662 11.124 3.829m-60.263 312.681c-1.495-14.384 31.462-35.216 23.004-35.883c-18.208 1.041-27.27 21.338-36.431 42.596c-3.357 7.791-14.844 41.013-22.378 36.923c-7.532-4.088 9.765-31.407 14.613-47.631c-5.594 4.102-26.109 20.041-31.396 5.114c-8.5 7.219-26.663 11.13-24.614-7.833c-4.522 8.01-14.671 19.193-26.853 14.546c-15.998-6.101 9.27-57.062 15.553-54.491s-1.268 14.179-3.246 18.687c-4.35 9.921-9.375 22.393-6.018 24.946c5.751 4.374 21.401-16.547 21.749-17.007c2.927-3.867 11.266-29.166 17.987-26.261s-16.764 36.308-7.983 42.937c1.771 1.338 9.017-.825 13.425-5.594c2.852-3.085 1.871-9.918 11.378-32.59c9.507-22.671 17.98-50.905 24.5-48.754c6.52 2.15 1.146 16.641-1.193 22.043c-10.976 25.354-29.956 67.241-21.005 64.07c8.951-3.17 13.612-3.356 22.377-13.613s8.361-27.152 14.203-26.793c5.844.36 4.863 5.777 3.446 9.902c5.75-6.58 27.256-20.438 32.448-6.713c6.15 16.249-30.769 39.72-21.564 38.523c8.975-1.167 23.515-10.376 29.723-18.749l17.088-153.626s-17.195 14.23-126.589 14.23S1.659 152.91 1.659 152.91l14.548 140.224c7.722-21.947 26.059-66.339 54.963-64.849c13.148.678 30.7 25.995 15.665 26.853c-6.364.362-7.01-12.637-14.546-14.546c-5.438-1.378-13.009 3.043-17.902 7.833c-9.758 9.55-30.745 47.229-27.972 66.014c3.533 23.949 33.048-8.322 38.042-17.903c3.517-6.749 5.893-26.745 13.585-24.647s-.671 22.734-6.247 40.979c-6.264 20.487-9.557 42.098-17.408 39.612c-7.852-2.484 4.938-28.932 4.475-33.566c-7.38 6.809-20.976 24.047-38.37 15.515l9.035 87.078s24.013 18.973 96.35 18.973s97.239-18.677 97.239-18.677l11.219-100.857c-9.179 8.938-38.229 24.81-40.089 6.919"/></svg>
</template>

CSS

.icon-gulp {
  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%20566%22%3E%3Cpath%20fill%3D%22%23d34a47%22%20d%3D%22m197.28%20548.749l5.427-90.43l14.985-25.58s-34.106%2013.952-91.205%2013.952c-57.1%200-90.689-13.694-90.689-13.694l16.794%2027.904l5.941%2087.848c0%209.418%2031.059%2017.052%2069.374%2017.052c38.313%200%2069.373-7.634%2069.373-17.052m-17.119-422.295l11.391-45.025l63.081-66.376L238.007.892l-66.784%2070.707l-13.226%2053.793a886%20886%200%200%200-29.873-.497c-70.336%200-127.355%208.016-127.355%2017.902s57.019%2017.902%20127.355%2017.902c70.335%200%20127.353-8.015%20127.353-17.902c0-7.28-30.924-13.546-75.316-16.343%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M173.535%20151.669s-2.467.553-9.724.584c-7.259.03-12.413-.047-14.466-1.917c-.552-.502-.854-1.499-.851-2.174c.006-1.285.918-2.042%202.08-2.516l1.099%201.724c-.478.165-.751.36-.752.568c-.004.976%207.422%201.644%2013.102%201.572c5.681-.07%2012.545-.538%2012.551-1.5c0-.291-.519-.565-1.422-.781l1.094-1.712c1.472.457%202.757%201.34%202.754%202.868c-.014%202.598-3.32%202.993-5.465%203.284%22%2F%3E%3Cpath%20fill%3D%22%23d34a47%22%20d%3D%22M254.509%2015.184c1.586-1.832-.821-6.518-5.376-10.465C244.576.774%20239.596-.94%20238.007.892c-1.587%201.832.821%206.518%205.378%2010.463c4.555%203.946%209.537%205.662%2011.124%203.829m-60.263%20312.681c-1.495-14.384%2031.462-35.216%2023.004-35.883c-18.208%201.041-27.27%2021.338-36.431%2042.596c-3.357%207.791-14.844%2041.013-22.378%2036.923c-7.532-4.088%209.765-31.407%2014.613-47.631c-5.594%204.102-26.109%2020.041-31.396%205.114c-8.5%207.219-26.663%2011.13-24.614-7.833c-4.522%208.01-14.671%2019.193-26.853%2014.546c-15.998-6.101%209.27-57.062%2015.553-54.491s-1.268%2014.179-3.246%2018.687c-4.35%209.921-9.375%2022.393-6.018%2024.946c5.751%204.374%2021.401-16.547%2021.749-17.007c2.927-3.867%2011.266-29.166%2017.987-26.261s-16.764%2036.308-7.983%2042.937c1.771%201.338%209.017-.825%2013.425-5.594c2.852-3.085%201.871-9.918%2011.378-32.59c9.507-22.671%2017.98-50.905%2024.5-48.754c6.52%202.15%201.146%2016.641-1.193%2022.043c-10.976%2025.354-29.956%2067.241-21.005%2064.07c8.951-3.17%2013.612-3.356%2022.377-13.613s8.361-27.152%2014.203-26.793c5.844.36%204.863%205.777%203.446%209.902c5.75-6.58%2027.256-20.438%2032.448-6.713c6.15%2016.249-30.769%2039.72-21.564%2038.523c8.975-1.167%2023.515-10.376%2029.723-18.749l17.088-153.626s-17.195%2014.23-126.589%2014.23S1.659%20152.91%201.659%20152.91l14.548%20140.224c7.722-21.947%2026.059-66.339%2054.963-64.849c13.148.678%2030.7%2025.995%2015.665%2026.853c-6.364.362-7.01-12.637-14.546-14.546c-5.438-1.378-13.009%203.043-17.902%207.833c-9.758%209.55-30.745%2047.229-27.972%2066.014c3.533%2023.949%2033.048-8.322%2038.042-17.903c3.517-6.749%205.893-26.745%2013.585-24.647s-.671%2022.734-6.247%2040.979c-6.264%2020.487-9.557%2042.098-17.408%2039.612c-7.852-2.484%204.938-28.932%204.475-33.566c-7.38%206.809-20.976%2024.047-38.37%2015.515l9.035%2087.078s24.013%2018.973%2096.35%2018.973s97.239-18.677%2097.239-18.677l11.219-100.857c-9.179%208.938-38.229%2024.81-40.089%206.919%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%20566%22%3E%3Cpath%20fill%3D%22%23d34a47%22%20d%3D%22m197.28%20548.749l5.427-90.43l14.985-25.58s-34.106%2013.952-91.205%2013.952c-57.1%200-90.689-13.694-90.689-13.694l16.794%2027.904l5.941%2087.848c0%209.418%2031.059%2017.052%2069.374%2017.052c38.313%200%2069.373-7.634%2069.373-17.052m-17.119-422.295l11.391-45.025l63.081-66.376L238.007.892l-66.784%2070.707l-13.226%2053.793a886%20886%200%200%200-29.873-.497c-70.336%200-127.355%208.016-127.355%2017.902s57.019%2017.902%20127.355%2017.902c70.335%200%20127.353-8.015%20127.353-17.902c0-7.28-30.924-13.546-75.316-16.343%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M173.535%20151.669s-2.467.553-9.724.584c-7.259.03-12.413-.047-14.466-1.917c-.552-.502-.854-1.499-.851-2.174c.006-1.285.918-2.042%202.08-2.516l1.099%201.724c-.478.165-.751.36-.752.568c-.004.976%207.422%201.644%2013.102%201.572c5.681-.07%2012.545-.538%2012.551-1.5c0-.291-.519-.565-1.422-.781l1.094-1.712c1.472.457%202.757%201.34%202.754%202.868c-.014%202.598-3.32%202.993-5.465%203.284%22%2F%3E%3Cpath%20fill%3D%22%23d34a47%22%20d%3D%22M254.509%2015.184c1.586-1.832-.821-6.518-5.376-10.465C244.576.774%20239.596-.94%20238.007.892c-1.587%201.832.821%206.518%205.378%2010.463c4.555%203.946%209.537%205.662%2011.124%203.829m-60.263%20312.681c-1.495-14.384%2031.462-35.216%2023.004-35.883c-18.208%201.041-27.27%2021.338-36.431%2042.596c-3.357%207.791-14.844%2041.013-22.378%2036.923c-7.532-4.088%209.765-31.407%2014.613-47.631c-5.594%204.102-26.109%2020.041-31.396%205.114c-8.5%207.219-26.663%2011.13-24.614-7.833c-4.522%208.01-14.671%2019.193-26.853%2014.546c-15.998-6.101%209.27-57.062%2015.553-54.491s-1.268%2014.179-3.246%2018.687c-4.35%209.921-9.375%2022.393-6.018%2024.946c5.751%204.374%2021.401-16.547%2021.749-17.007c2.927-3.867%2011.266-29.166%2017.987-26.261s-16.764%2036.308-7.983%2042.937c1.771%201.338%209.017-.825%2013.425-5.594c2.852-3.085%201.871-9.918%2011.378-32.59c9.507-22.671%2017.98-50.905%2024.5-48.754c6.52%202.15%201.146%2016.641-1.193%2022.043c-10.976%2025.354-29.956%2067.241-21.005%2064.07c8.951-3.17%2013.612-3.356%2022.377-13.613s8.361-27.152%2014.203-26.793c5.844.36%204.863%205.777%203.446%209.902c5.75-6.58%2027.256-20.438%2032.448-6.713c6.15%2016.249-30.769%2039.72-21.564%2038.523c8.975-1.167%2023.515-10.376%2029.723-18.749l17.088-153.626s-17.195%2014.23-126.589%2014.23S1.659%20152.91%201.659%20152.91l14.548%20140.224c7.722-21.947%2026.059-66.339%2054.963-64.849c13.148.678%2030.7%2025.995%2015.665%2026.853c-6.364.362-7.01-12.637-14.546-14.546c-5.438-1.378-13.009%203.043-17.902%207.833c-9.758%209.55-30.745%2047.229-27.972%2066.014c3.533%2023.949%2033.048-8.322%2038.042-17.903c3.517-6.749%205.893-26.745%2013.585-24.647s-.671%2022.734-6.247%2040.979c-6.264%2020.487-9.557%2042.098-17.408%2039.612c-7.852-2.484%204.938-28.932%204.475-33.566c-7.38%206.809-20.976%2024.047-38.37%2015.515l9.035%2087.078s24.013%2018.973%2096.35%2018.973s97.239-18.677%2097.239-18.677l11.219-100.857c-9.179%208.938-38.229%2024.81-40.089%206.919%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/gulp.svg?color=%231a73e8&size=48