gcore from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
gcore
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the gcore logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.285 12c0 6.627-5.36 12-11.973 12c-2.67 0-5.138-.877-7.13-2.358a11.04 11.04 0 0 0 5.392 1.418c2.78 0 5.455-1.054 7.492-2.945a11.06 11.06 0 0 0 3.5-7.263a8 8 0 0 0 .05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24 24 0 0 0-.102-.814h-8.687c-.748 1.398-1.486 2.802-2.226 4.204h6.565a6.9 6.9 0 0 1-1.075 2.019a6.8 6.8 0 0 1-2.403 1.98a6.8 6.8 0 0 1-3.03.709a6.8 6.8 0 0 1-2.358-.425a6.85 6.85 0 0 1-3.263-2.514A6.9 6.9 0 0 1 1.715 12a6.9 6.9 0 0 1 .522-2.631a6.9 6.9 0 0 1 1.486-2.231a6.8 6.8 0 0 1 2.226-1.49a6.9 6.9 0 0 1 2.625-.523a6.82 6.82 0 0 1 4.043 1.32c.663-1.237 1.317-2.479 1.973-3.72a11.03 11.03 0 0 0-11.374-.396A11.94 11.94 0 0 1 10.312 0c6.612 0 11.973 5.373 11.973 12"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGcore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.285 12c0 6.627-5.36 12-11.973 12c-2.67 0-5.138-.877-7.13-2.358a11.04 11.04 0 0 0 5.392 1.418c2.78 0 5.455-1.054 7.492-2.945a11.06 11.06 0 0 0 3.5-7.263a8 8 0 0 0 .05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24 24 0 0 0-.102-.814h-8.687c-.748 1.398-1.486 2.802-2.226 4.204h6.565a6.9 6.9 0 0 1-1.075 2.019a6.8 6.8 0 0 1-2.403 1.98a6.8 6.8 0 0 1-3.03.709a6.8 6.8 0 0 1-2.358-.425a6.85 6.85 0 0 1-3.263-2.514A6.9 6.9 0 0 1 1.715 12a6.9 6.9 0 0 1 .522-2.631a6.9 6.9 0 0 1 1.486-2.231a6.8 6.8 0 0 1 2.226-1.49a6.9 6.9 0 0 1 2.625-.523a6.82 6.82 0 0 1 4.043 1.32c.663-1.237 1.317-2.479 1.973-3.72a11.03 11.03 0 0 0-11.374-.396A11.94 11.94 0 0 1 10.312 0c6.612 0 11.973 5.373 11.973 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.285 12c0 6.627-5.36 12-11.973 12c-2.67 0-5.138-.877-7.13-2.358a11.04 11.04 0 0 0 5.392 1.418c2.78 0 5.455-1.054 7.492-2.945a11.06 11.06 0 0 0 3.5-7.263a8 8 0 0 0 .05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24 24 0 0 0-.102-.814h-8.687c-.748 1.398-1.486 2.802-2.226 4.204h6.565a6.9 6.9 0 0 1-1.075 2.019a6.8 6.8 0 0 1-2.403 1.98a6.8 6.8 0 0 1-3.03.709a6.8 6.8 0 0 1-2.358-.425a6.85 6.85 0 0 1-3.263-2.514A6.9 6.9 0 0 1 1.715 12a6.9 6.9 0 0 1 .522-2.631a6.9 6.9 0 0 1 1.486-2.231a6.8 6.8 0 0 1 2.226-1.49a6.9 6.9 0 0 1 2.625-.523a6.82 6.82 0 0 1 4.043 1.32c.663-1.237 1.317-2.479 1.973-3.72a11.03 11.03 0 0 0-11.374-.396A11.94 11.94 0 0 1 10.312 0c6.612 0 11.973 5.373 11.973 12"/></svg>
</template>

CSS

.icon-gcore {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.285%2012c0%206.627-5.36%2012-11.973%2012c-2.67%200-5.138-.877-7.13-2.358a11.04%2011.04%200%200%200%205.392%201.418c2.78%200%205.455-1.054%207.492-2.945a11.06%2011.06%200%200%200%203.5-7.263a8%208%200%200%200%20.05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24%2024%200%200%200-.102-.814h-8.687c-.748%201.398-1.486%202.802-2.226%204.204h6.565a6.9%206.9%200%200%201-1.075%202.019a6.8%206.8%200%200%201-2.403%201.98a6.8%206.8%200%200%201-3.03.709a6.8%206.8%200%200%201-2.358-.425a6.85%206.85%200%200%201-3.263-2.514A6.9%206.9%200%200%201%201.715%2012a6.9%206.9%200%200%201%20.522-2.631a6.9%206.9%200%200%201%201.486-2.231a6.8%206.8%200%200%201%202.226-1.49a6.9%206.9%200%200%201%202.625-.523a6.82%206.82%200%200%201%204.043%201.32c.663-1.237%201.317-2.479%201.973-3.72a11.03%2011.03%200%200%200-11.374-.396A11.94%2011.94%200%200%201%2010.312%200c6.612%200%2011.973%205.373%2011.973%2012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.285%2012c0%206.627-5.36%2012-11.973%2012c-2.67%200-5.138-.877-7.13-2.358a11.04%2011.04%200%200%200%205.392%201.418c2.78%200%205.455-1.054%207.492-2.945a11.06%2011.06%200%200%200%203.5-7.263a8%208%200%200%200%20.05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24%2024%200%200%200-.102-.814h-8.687c-.748%201.398-1.486%202.802-2.226%204.204h6.565a6.9%206.9%200%200%201-1.075%202.019a6.8%206.8%200%200%201-2.403%201.98a6.8%206.8%200%200%201-3.03.709a6.8%206.8%200%200%201-2.358-.425a6.85%206.85%200%200%201-3.263-2.514A6.9%206.9%200%200%201%201.715%2012a6.9%206.9%200%200%201%20.522-2.631a6.9%206.9%200%200%201%201.486-2.231a6.8%206.8%200%200%201%202.226-1.49a6.9%206.9%200%200%201%202.625-.523a6.82%206.82%200%200%201%204.043%201.32c.663-1.237%201.317-2.479%201.973-3.72a11.03%2011.03%200%200%200-11.374-.396A11.94%2011.94%200%200%201%2010.312%200c6.612%200%2011.973%205.373%2011.973%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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