graphcool from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
graphcool
Set
Material Icon Theme
Style
Color
Viewbox
300×300
License
MIT

The same logo in other sets

Use the graphcool logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 300 300"><path fill="#4caf50" stroke="#4caf50" stroke-width="7.884" d="M246.886 107.727c-12.237-6.892-27.616 2.1-30.081 3.646l-52.834 29.965c-7.8-6.196-18.914-5.933-26.412.625c-7.499 6.558-9.24 17.537-4.14 26.094c5.102 8.556 15.588 12.246 24.923 8.768s14.852-13.129 13.111-22.937l52.688-29.9l.321-.196c3.464-2.188 11.5-5.462 15.256-3.34c2.706 1.524 4.252 6.629 4.376 14.148h-.066v66.092a17.31 17.31 0 0 1-8.635 14.95l-75.739 43.755a17.31 17.31 0 0 1-17.261 0l-75.74-43.756a17.31 17.31 0 0 1-8.634-14.95V113.22c.01-6.165 3.3-11.86 8.634-14.95l68.549-39.562c6.522 7.482 17.451 9.25 26 4.206s12.283-15.468 8.886-24.794s-12.962-14.904-22.751-13.27c-9.79 1.636-17.022 10.02-17.204 19.944L59.397 85.632a31.93 31.93 0 0 0-15.978 27.588v87.454a31.93 31.93 0 0 0 15.927 27.602l75.74 43.755a31.93 31.93 0 0 0 31.846 0l75.74-43.755a31.93 31.93 0 0 0 15.927-27.58V137.12h.05c.373-14.913-3.616-24.794-11.762-29.389z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeGraphcool(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 300 300"><path fill="#4caf50" stroke="#4caf50" strokeWidth="7.884" d="M246.886 107.727c-12.237-6.892-27.616 2.1-30.081 3.646l-52.834 29.965c-7.8-6.196-18.914-5.933-26.412.625c-7.499 6.558-9.24 17.537-4.14 26.094c5.102 8.556 15.588 12.246 24.923 8.768s14.852-13.129 13.111-22.937l52.688-29.9l.321-.196c3.464-2.188 11.5-5.462 15.256-3.34c2.706 1.524 4.252 6.629 4.376 14.148h-.066v66.092a17.31 17.31 0 0 1-8.635 14.95l-75.739 43.755a17.31 17.31 0 0 1-17.261 0l-75.74-43.756a17.31 17.31 0 0 1-8.634-14.95V113.22c.01-6.165 3.3-11.86 8.634-14.95l68.549-39.562c6.522 7.482 17.451 9.25 26 4.206s12.283-15.468 8.886-24.794s-12.962-14.904-22.751-13.27c-9.79 1.636-17.022 10.02-17.204 19.944L59.397 85.632a31.93 31.93 0 0 0-15.978 27.588v87.454a31.93 31.93 0 0 0 15.927 27.602l75.74 43.755a31.93 31.93 0 0 0 31.846 0l75.74-43.755a31.93 31.93 0 0 0 15.927-27.58V137.12h.05c.373-14.913-3.616-24.794-11.762-29.389z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 300 300"><path fill="#4caf50" stroke="#4caf50" stroke-width="7.884" d="M246.886 107.727c-12.237-6.892-27.616 2.1-30.081 3.646l-52.834 29.965c-7.8-6.196-18.914-5.933-26.412.625c-7.499 6.558-9.24 17.537-4.14 26.094c5.102 8.556 15.588 12.246 24.923 8.768s14.852-13.129 13.111-22.937l52.688-29.9l.321-.196c3.464-2.188 11.5-5.462 15.256-3.34c2.706 1.524 4.252 6.629 4.376 14.148h-.066v66.092a17.31 17.31 0 0 1-8.635 14.95l-75.739 43.755a17.31 17.31 0 0 1-17.261 0l-75.74-43.756a17.31 17.31 0 0 1-8.634-14.95V113.22c.01-6.165 3.3-11.86 8.634-14.95l68.549-39.562c6.522 7.482 17.451 9.25 26 4.206s12.283-15.468 8.886-24.794s-12.962-14.904-22.751-13.27c-9.79 1.636-17.022 10.02-17.204 19.944L59.397 85.632a31.93 31.93 0 0 0-15.978 27.588v87.454a31.93 31.93 0 0 0 15.927 27.602l75.74 43.755a31.93 31.93 0 0 0 31.846 0l75.74-43.755a31.93 31.93 0 0 0 15.927-27.58V137.12h.05c.373-14.913-3.616-24.794-11.762-29.389z"/></svg>
</template>

CSS

.icon-graphcool {
  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%20300%20300%22%3E%3Cpath%20fill%3D%22%234caf50%22%20stroke%3D%22%234caf50%22%20stroke-width%3D%227.884%22%20d%3D%22M246.886%20107.727c-12.237-6.892-27.616%202.1-30.081%203.646l-52.834%2029.965c-7.8-6.196-18.914-5.933-26.412.625c-7.499%206.558-9.24%2017.537-4.14%2026.094c5.102%208.556%2015.588%2012.246%2024.923%208.768s14.852-13.129%2013.111-22.937l52.688-29.9l.321-.196c3.464-2.188%2011.5-5.462%2015.256-3.34c2.706%201.524%204.252%206.629%204.376%2014.148h-.066v66.092a17.31%2017.31%200%200%201-8.635%2014.95l-75.739%2043.755a17.31%2017.31%200%200%201-17.261%200l-75.74-43.756a17.31%2017.31%200%200%201-8.634-14.95V113.22c.01-6.165%203.3-11.86%208.634-14.95l68.549-39.562c6.522%207.482%2017.451%209.25%2026%204.206s12.283-15.468%208.886-24.794s-12.962-14.904-22.751-13.27c-9.79%201.636-17.022%2010.02-17.204%2019.944L59.397%2085.632a31.93%2031.93%200%200%200-15.978%2027.588v87.454a31.93%2031.93%200%200%200%2015.927%2027.602l75.74%2043.755a31.93%2031.93%200%200%200%2031.846%200l75.74-43.755a31.93%2031.93%200%200%200%2015.927-27.58V137.12h.05c.373-14.913-3.616-24.794-11.762-29.389z%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%20300%20300%22%3E%3Cpath%20fill%3D%22%234caf50%22%20stroke%3D%22%234caf50%22%20stroke-width%3D%227.884%22%20d%3D%22M246.886%20107.727c-12.237-6.892-27.616%202.1-30.081%203.646l-52.834%2029.965c-7.8-6.196-18.914-5.933-26.412.625c-7.499%206.558-9.24%2017.537-4.14%2026.094c5.102%208.556%2015.588%2012.246%2024.923%208.768s14.852-13.129%2013.111-22.937l52.688-29.9l.321-.196c3.464-2.188%2011.5-5.462%2015.256-3.34c2.706%201.524%204.252%206.629%204.376%2014.148h-.066v66.092a17.31%2017.31%200%200%201-8.635%2014.95l-75.739%2043.755a17.31%2017.31%200%200%201-17.261%200l-75.74-43.756a17.31%2017.31%200%200%201-8.634-14.95V113.22c.01-6.165%203.3-11.86%208.634-14.95l68.549-39.562c6.522%207.482%2017.451%209.25%2026%204.206s12.283-15.468%208.886-24.794s-12.962-14.904-22.751-13.27c-9.79%201.636-17.022%2010.02-17.204%2019.944L59.397%2085.632a31.93%2031.93%200%200%200-15.978%2027.588v87.454a31.93%2031.93%200%200%200%2015.927%2027.602l75.74%2043.755a31.93%2031.93%200%200%200%2031.846%200l75.74-43.755a31.93%2031.93%200%200%200%2015.927-27.58V137.12h.05c.373-14.913-3.616-24.794-11.762-29.389z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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