googlecolab logo

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

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

The same logo in other sets

Use the googlecolab logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.941 4.976a7.03 7.03 0 0 0-4.93 2.064a7.033 7.033 0 0 0-.124 9.807l2.395-2.395a3.646 3.646 0 0 1 5.15-5.148l2.397-2.399a7.03 7.03 0 0 0-4.888-1.93m-9.871.01a7.03 7.03 0 0 0-4.888 1.931l2.391 2.391a3.643 3.643 0 0 1 5.023.127l1.734-2.973l-.1-.08a7.03 7.03 0 0 0-4.16-1.396m15.01 2.172l-2.39 2.39a3.646 3.646 0 0 1-5.15 5.15l-2.406 2.407a7.036 7.036 0 0 0 9.945-9.947m-20.148.01a7.033 7.033 0 0 0-.002 9.681l2.397-2.397a3.643 3.643 0 0 1-.004-4.892zm7.664 7.423a3.635 3.635 0 0 1-5.017.113L2.182 17.1a7.03 7.03 0 0 0 9.007.546l.137-.112z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGooglecolab(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="M16.941 4.976a7.03 7.03 0 0 0-4.93 2.064a7.033 7.033 0 0 0-.124 9.807l2.395-2.395a3.646 3.646 0 0 1 5.15-5.148l2.397-2.399a7.03 7.03 0 0 0-4.888-1.93m-9.871.01a7.03 7.03 0 0 0-4.888 1.931l2.391 2.391a3.643 3.643 0 0 1 5.023.127l1.734-2.973l-.1-.08a7.03 7.03 0 0 0-4.16-1.396m15.01 2.172l-2.39 2.39a3.646 3.646 0 0 1-5.15 5.15l-2.406 2.407a7.036 7.036 0 0 0 9.945-9.947m-20.148.01a7.033 7.033 0 0 0-.002 9.681l2.397-2.397a3.643 3.643 0 0 1-.004-4.892zm7.664 7.423a3.635 3.635 0 0 1-5.017.113L2.182 17.1a7.03 7.03 0 0 0 9.007.546l.137-.112z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.941 4.976a7.03 7.03 0 0 0-4.93 2.064a7.033 7.033 0 0 0-.124 9.807l2.395-2.395a3.646 3.646 0 0 1 5.15-5.148l2.397-2.399a7.03 7.03 0 0 0-4.888-1.93m-9.871.01a7.03 7.03 0 0 0-4.888 1.931l2.391 2.391a3.643 3.643 0 0 1 5.023.127l1.734-2.973l-.1-.08a7.03 7.03 0 0 0-4.16-1.396m15.01 2.172l-2.39 2.39a3.646 3.646 0 0 1-5.15 5.15l-2.406 2.407a7.036 7.036 0 0 0 9.945-9.947m-20.148.01a7.033 7.033 0 0 0-.002 9.681l2.397-2.397a3.643 3.643 0 0 1-.004-4.892zm7.664 7.423a3.635 3.635 0 0 1-5.017.113L2.182 17.1a7.03 7.03 0 0 0 9.007.546l.137-.112z"/></svg>
</template>

CSS

.icon-googlecolab {
  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%22M16.941%204.976a7.03%207.03%200%200%200-4.93%202.064a7.033%207.033%200%200%200-.124%209.807l2.395-2.395a3.646%203.646%200%200%201%205.15-5.148l2.397-2.399a7.03%207.03%200%200%200-4.888-1.93m-9.871.01a7.03%207.03%200%200%200-4.888%201.931l2.391%202.391a3.643%203.643%200%200%201%205.023.127l1.734-2.973l-.1-.08a7.03%207.03%200%200%200-4.16-1.396m15.01%202.172l-2.39%202.39a3.646%203.646%200%200%201-5.15%205.15l-2.406%202.407a7.036%207.036%200%200%200%209.945-9.947m-20.148.01a7.033%207.033%200%200%200-.002%209.681l2.397-2.397a3.643%203.643%200%200%201-.004-4.892zm7.664%207.423a3.635%203.635%200%200%201-5.017.113L2.182%2017.1a7.03%207.03%200%200%200%209.007.546l.137-.112z%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%22M16.941%204.976a7.03%207.03%200%200%200-4.93%202.064a7.033%207.033%200%200%200-.124%209.807l2.395-2.395a3.646%203.646%200%200%201%205.15-5.148l2.397-2.399a7.03%207.03%200%200%200-4.888-1.93m-9.871.01a7.03%207.03%200%200%200-4.888%201.931l2.391%202.391a3.643%203.643%200%200%201%205.023.127l1.734-2.973l-.1-.08a7.03%207.03%200%200%200-4.16-1.396m15.01%202.172l-2.39%202.39a3.646%203.646%200%200%201-5.15%205.15l-2.406%202.407a7.036%207.036%200%200%200%209.945-9.947m-20.148.01a7.033%207.033%200%200%200-.002%209.681l2.397-2.397a3.643%203.643%200%200%201-.004-4.892zm7.664%207.423a3.635%203.635%200%200%201-5.017.113L2.182%2017.1a7.03%207.03%200%200%200%209.007.546l.137-.112z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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