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

Name
go
Set
SVG Logos
Style
Color
Viewbox
512×192
License
CC0

The same logo in other sets

Use the go logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 192"><path fill="#00acd7" d="m292.533 13.295l1.124.75c13.212 8.725 22.685 20.691 28.917 35.15c1.496 2.243.499 3.49-2.493 4.237l-5.063 1.296c-11.447 2.949-20.53 5.429-31.827 8.378l-6.443 1.678c-2.32.574-2.96.333-5.428-2.477l-.348-.399c-3.519-3.988-6.155-6.652-10.817-9.03l-.899-.443c-15.705-7.727-30.911-5.484-45.12 3.74c-16.952 10.968-25.677 27.172-25.428 47.364c.25 19.942 13.96 36.395 33.654 39.137c16.951 2.244 31.16-3.739 42.378-16.452c2.244-2.743 4.238-5.734 6.73-9.224h-48.11c-5.235 0-6.481-3.24-4.736-7.478l.864-2.035c3.204-7.454 8.173-18.168 11.4-24.294l.704-1.319c.862-1.494 2.612-3.513 5.977-3.513h80.224c3.603-11.415 9.449-22.201 17.246-32.407c18.198-23.931 40.135-36.396 69.8-41.63c25.427-4.488 49.359-1.995 71.046 12.713c19.694 13.461 31.909 31.66 35.15 55.59c4.237 33.654-5.485 61.075-28.668 84.508c-16.453 16.702-36.645 27.172-59.829 31.908c-6.73 1.247-13.461 1.496-19.942 2.244c-22.685-.499-43.376-6.98-60.826-21.937c-12.273-10.61-20.727-23.648-24.928-38.828a105 105 0 0 1-10.47 16.89c-17.949 23.683-41.381 38.39-71.046 42.38c-24.43 3.24-47.115-1.497-67.058-16.454c-18.447-13.96-28.917-32.407-31.66-55.34c-3.24-27.173 4.737-51.603 21.19-73.041c17.7-23.184 41.132-37.891 69.8-43.126c22.999-4.16 45.037-1.595 64.936 11.464M411.12 49.017l-.798.178c-23.183 5.235-38.14 19.942-43.624 43.375c-4.488 19.444 4.985 39.138 22.934 47.115c13.71 5.983 27.421 5.235 40.633-1.496c19.694-10.22 30.413-26.175 31.66-47.613c-.25-3.24-.25-5.734-.749-8.227c-4.436-24.401-26.664-38.324-50.056-33.332M116.416 94.564c.997 0 1.496.748 1.496 1.745l-.499 5.983c0 .997-.997 1.745-1.745 1.745l-54.344-.249c-.997 0-1.246-.748-.748-1.496l3.49-6.232c.499-.748 1.496-1.496 2.493-1.496zM121.9 71.63c.997 0 1.496.748 1.247 1.496l-1.995 5.983c-.249.997-1.246 1.495-2.243 1.495l-117.912.25c-.997 0-1.246-.499-.748-1.247l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247zm12.963-22.934c.997 0 1.246.748.748 1.496l-4.238 6.481c-.499.748-1.745 1.496-2.493 1.496l-90.24-.25c-.998 0-1.247-.498-.749-1.246l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247z"/></svg>

React

import type { SVGProps } from "react";

export function LogosGo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 192"><path fill="#00acd7" d="m292.533 13.295l1.124.75c13.212 8.725 22.685 20.691 28.917 35.15c1.496 2.243.499 3.49-2.493 4.237l-5.063 1.296c-11.447 2.949-20.53 5.429-31.827 8.378l-6.443 1.678c-2.32.574-2.96.333-5.428-2.477l-.348-.399c-3.519-3.988-6.155-6.652-10.817-9.03l-.899-.443c-15.705-7.727-30.911-5.484-45.12 3.74c-16.952 10.968-25.677 27.172-25.428 47.364c.25 19.942 13.96 36.395 33.654 39.137c16.951 2.244 31.16-3.739 42.378-16.452c2.244-2.743 4.238-5.734 6.73-9.224h-48.11c-5.235 0-6.481-3.24-4.736-7.478l.864-2.035c3.204-7.454 8.173-18.168 11.4-24.294l.704-1.319c.862-1.494 2.612-3.513 5.977-3.513h80.224c3.603-11.415 9.449-22.201 17.246-32.407c18.198-23.931 40.135-36.396 69.8-41.63c25.427-4.488 49.359-1.995 71.046 12.713c19.694 13.461 31.909 31.66 35.15 55.59c4.237 33.654-5.485 61.075-28.668 84.508c-16.453 16.702-36.645 27.172-59.829 31.908c-6.73 1.247-13.461 1.496-19.942 2.244c-22.685-.499-43.376-6.98-60.826-21.937c-12.273-10.61-20.727-23.648-24.928-38.828a105 105 0 0 1-10.47 16.89c-17.949 23.683-41.381 38.39-71.046 42.38c-24.43 3.24-47.115-1.497-67.058-16.454c-18.447-13.96-28.917-32.407-31.66-55.34c-3.24-27.173 4.737-51.603 21.19-73.041c17.7-23.184 41.132-37.891 69.8-43.126c22.999-4.16 45.037-1.595 64.936 11.464M411.12 49.017l-.798.178c-23.183 5.235-38.14 19.942-43.624 43.375c-4.488 19.444 4.985 39.138 22.934 47.115c13.71 5.983 27.421 5.235 40.633-1.496c19.694-10.22 30.413-26.175 31.66-47.613c-.25-3.24-.25-5.734-.749-8.227c-4.436-24.401-26.664-38.324-50.056-33.332M116.416 94.564c.997 0 1.496.748 1.496 1.745l-.499 5.983c0 .997-.997 1.745-1.745 1.745l-54.344-.249c-.997 0-1.246-.748-.748-1.496l3.49-6.232c.499-.748 1.496-1.496 2.493-1.496zM121.9 71.63c.997 0 1.496.748 1.247 1.496l-1.995 5.983c-.249.997-1.246 1.495-2.243 1.495l-117.912.25c-.997 0-1.246-.499-.748-1.247l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247zm12.963-22.934c.997 0 1.246.748.748 1.496l-4.238 6.481c-.499.748-1.745 1.496-2.493 1.496l-90.24-.25c-.998 0-1.247-.498-.749-1.246l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 192"><path fill="#00acd7" d="m292.533 13.295l1.124.75c13.212 8.725 22.685 20.691 28.917 35.15c1.496 2.243.499 3.49-2.493 4.237l-5.063 1.296c-11.447 2.949-20.53 5.429-31.827 8.378l-6.443 1.678c-2.32.574-2.96.333-5.428-2.477l-.348-.399c-3.519-3.988-6.155-6.652-10.817-9.03l-.899-.443c-15.705-7.727-30.911-5.484-45.12 3.74c-16.952 10.968-25.677 27.172-25.428 47.364c.25 19.942 13.96 36.395 33.654 39.137c16.951 2.244 31.16-3.739 42.378-16.452c2.244-2.743 4.238-5.734 6.73-9.224h-48.11c-5.235 0-6.481-3.24-4.736-7.478l.864-2.035c3.204-7.454 8.173-18.168 11.4-24.294l.704-1.319c.862-1.494 2.612-3.513 5.977-3.513h80.224c3.603-11.415 9.449-22.201 17.246-32.407c18.198-23.931 40.135-36.396 69.8-41.63c25.427-4.488 49.359-1.995 71.046 12.713c19.694 13.461 31.909 31.66 35.15 55.59c4.237 33.654-5.485 61.075-28.668 84.508c-16.453 16.702-36.645 27.172-59.829 31.908c-6.73 1.247-13.461 1.496-19.942 2.244c-22.685-.499-43.376-6.98-60.826-21.937c-12.273-10.61-20.727-23.648-24.928-38.828a105 105 0 0 1-10.47 16.89c-17.949 23.683-41.381 38.39-71.046 42.38c-24.43 3.24-47.115-1.497-67.058-16.454c-18.447-13.96-28.917-32.407-31.66-55.34c-3.24-27.173 4.737-51.603 21.19-73.041c17.7-23.184 41.132-37.891 69.8-43.126c22.999-4.16 45.037-1.595 64.936 11.464M411.12 49.017l-.798.178c-23.183 5.235-38.14 19.942-43.624 43.375c-4.488 19.444 4.985 39.138 22.934 47.115c13.71 5.983 27.421 5.235 40.633-1.496c19.694-10.22 30.413-26.175 31.66-47.613c-.25-3.24-.25-5.734-.749-8.227c-4.436-24.401-26.664-38.324-50.056-33.332M116.416 94.564c.997 0 1.496.748 1.496 1.745l-.499 5.983c0 .997-.997 1.745-1.745 1.745l-54.344-.249c-.997 0-1.246-.748-.748-1.496l3.49-6.232c.499-.748 1.496-1.496 2.493-1.496zM121.9 71.63c.997 0 1.496.748 1.247 1.496l-1.995 5.983c-.249.997-1.246 1.495-2.243 1.495l-117.912.25c-.997 0-1.246-.499-.748-1.247l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247zm12.963-22.934c.997 0 1.246.748.748 1.496l-4.238 6.481c-.499.748-1.745 1.496-2.493 1.496l-90.24-.25c-.998 0-1.247-.498-.749-1.246l5.235-6.73c.499-.748 1.745-1.247 2.742-1.247z"/></svg>
</template>

CSS

.icon-go {
  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%20512%20192%22%3E%3Cpath%20fill%3D%22%2300acd7%22%20d%3D%22m292.533%2013.295l1.124.75c13.212%208.725%2022.685%2020.691%2028.917%2035.15c1.496%202.243.499%203.49-2.493%204.237l-5.063%201.296c-11.447%202.949-20.53%205.429-31.827%208.378l-6.443%201.678c-2.32.574-2.96.333-5.428-2.477l-.348-.399c-3.519-3.988-6.155-6.652-10.817-9.03l-.899-.443c-15.705-7.727-30.911-5.484-45.12%203.74c-16.952%2010.968-25.677%2027.172-25.428%2047.364c.25%2019.942%2013.96%2036.395%2033.654%2039.137c16.951%202.244%2031.16-3.739%2042.378-16.452c2.244-2.743%204.238-5.734%206.73-9.224h-48.11c-5.235%200-6.481-3.24-4.736-7.478l.864-2.035c3.204-7.454%208.173-18.168%2011.4-24.294l.704-1.319c.862-1.494%202.612-3.513%205.977-3.513h80.224c3.603-11.415%209.449-22.201%2017.246-32.407c18.198-23.931%2040.135-36.396%2069.8-41.63c25.427-4.488%2049.359-1.995%2071.046%2012.713c19.694%2013.461%2031.909%2031.66%2035.15%2055.59c4.237%2033.654-5.485%2061.075-28.668%2084.508c-16.453%2016.702-36.645%2027.172-59.829%2031.908c-6.73%201.247-13.461%201.496-19.942%202.244c-22.685-.499-43.376-6.98-60.826-21.937c-12.273-10.61-20.727-23.648-24.928-38.828a105%20105%200%200%201-10.47%2016.89c-17.949%2023.683-41.381%2038.39-71.046%2042.38c-24.43%203.24-47.115-1.497-67.058-16.454c-18.447-13.96-28.917-32.407-31.66-55.34c-3.24-27.173%204.737-51.603%2021.19-73.041c17.7-23.184%2041.132-37.891%2069.8-43.126c22.999-4.16%2045.037-1.595%2064.936%2011.464M411.12%2049.017l-.798.178c-23.183%205.235-38.14%2019.942-43.624%2043.375c-4.488%2019.444%204.985%2039.138%2022.934%2047.115c13.71%205.983%2027.421%205.235%2040.633-1.496c19.694-10.22%2030.413-26.175%2031.66-47.613c-.25-3.24-.25-5.734-.749-8.227c-4.436-24.401-26.664-38.324-50.056-33.332M116.416%2094.564c.997%200%201.496.748%201.496%201.745l-.499%205.983c0%20.997-.997%201.745-1.745%201.745l-54.344-.249c-.997%200-1.246-.748-.748-1.496l3.49-6.232c.499-.748%201.496-1.496%202.493-1.496zM121.9%2071.63c.997%200%201.496.748%201.247%201.496l-1.995%205.983c-.249.997-1.246%201.495-2.243%201.495l-117.912.25c-.997%200-1.246-.499-.748-1.247l5.235-6.73c.499-.748%201.745-1.247%202.742-1.247zm12.963-22.934c.997%200%201.246.748.748%201.496l-4.238%206.481c-.499.748-1.745%201.496-2.493%201.496l-90.24-.25c-.998%200-1.247-.498-.749-1.246l5.235-6.73c.499-.748%201.745-1.247%202.742-1.247z%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%20512%20192%22%3E%3Cpath%20fill%3D%22%2300acd7%22%20d%3D%22m292.533%2013.295l1.124.75c13.212%208.725%2022.685%2020.691%2028.917%2035.15c1.496%202.243.499%203.49-2.493%204.237l-5.063%201.296c-11.447%202.949-20.53%205.429-31.827%208.378l-6.443%201.678c-2.32.574-2.96.333-5.428-2.477l-.348-.399c-3.519-3.988-6.155-6.652-10.817-9.03l-.899-.443c-15.705-7.727-30.911-5.484-45.12%203.74c-16.952%2010.968-25.677%2027.172-25.428%2047.364c.25%2019.942%2013.96%2036.395%2033.654%2039.137c16.951%202.244%2031.16-3.739%2042.378-16.452c2.244-2.743%204.238-5.734%206.73-9.224h-48.11c-5.235%200-6.481-3.24-4.736-7.478l.864-2.035c3.204-7.454%208.173-18.168%2011.4-24.294l.704-1.319c.862-1.494%202.612-3.513%205.977-3.513h80.224c3.603-11.415%209.449-22.201%2017.246-32.407c18.198-23.931%2040.135-36.396%2069.8-41.63c25.427-4.488%2049.359-1.995%2071.046%2012.713c19.694%2013.461%2031.909%2031.66%2035.15%2055.59c4.237%2033.654-5.485%2061.075-28.668%2084.508c-16.453%2016.702-36.645%2027.172-59.829%2031.908c-6.73%201.247-13.461%201.496-19.942%202.244c-22.685-.499-43.376-6.98-60.826-21.937c-12.273-10.61-20.727-23.648-24.928-38.828a105%20105%200%200%201-10.47%2016.89c-17.949%2023.683-41.381%2038.39-71.046%2042.38c-24.43%203.24-47.115-1.497-67.058-16.454c-18.447-13.96-28.917-32.407-31.66-55.34c-3.24-27.173%204.737-51.603%2021.19-73.041c17.7-23.184%2041.132-37.891%2069.8-43.126c22.999-4.16%2045.037-1.595%2064.936%2011.464M411.12%2049.017l-.798.178c-23.183%205.235-38.14%2019.942-43.624%2043.375c-4.488%2019.444%204.985%2039.138%2022.934%2047.115c13.71%205.983%2027.421%205.235%2040.633-1.496c19.694-10.22%2030.413-26.175%2031.66-47.613c-.25-3.24-.25-5.734-.749-8.227c-4.436-24.401-26.664-38.324-50.056-33.332M116.416%2094.564c.997%200%201.496.748%201.496%201.745l-.499%205.983c0%20.997-.997%201.745-1.745%201.745l-54.344-.249c-.997%200-1.246-.748-.748-1.496l3.49-6.232c.499-.748%201.496-1.496%202.493-1.496zM121.9%2071.63c.997%200%201.496.748%201.247%201.496l-1.995%205.983c-.249.997-1.246%201.495-2.243%201.495l-117.912.25c-.997%200-1.246-.499-.748-1.247l5.235-6.73c.499-.748%201.745-1.247%202.742-1.247zm12.963-22.934c.997%200%201.246.748.748%201.496l-4.238%206.481c-.499.748-1.745%201.496-2.493%201.496l-90.24-.25c-.998%200-1.247-.498-.749-1.246l5.235-6.73c.499-.748%201.745-1.247%202.742-1.247z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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