google chrome logo icon

google-chrome-logo-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
google-chrome-logo-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the google chrome logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m0 12a90 90 0 0 1 77.33 44H128a46.07 46.07 0 0 0-44.93 36.17l-26.16-45.3A89.91 89.91 0 0 1 128 38m34 90a34 34 0 1 1-34-34a34 34 0 0 1 34 34m-124 0a89.4 89.4 0 0 1 11.5-44l38.66 67c.06.1.13.18.19.27A45.94 45.94 0 0 0 142 171.83l-26.17 45.34A90.13 90.13 0 0 1 38 128m91.16 90l38.68-67l.21-.41A45.9 45.9 0 0 0 159 94h52.37a90 90 0 0 1-82.16 124Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGoogleChromeLogoLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m0 12a90 90 0 0 1 77.33 44H128a46.07 46.07 0 0 0-44.93 36.17l-26.16-45.3A89.91 89.91 0 0 1 128 38m34 90a34 34 0 1 1-34-34a34 34 0 0 1 34 34m-124 0a89.4 89.4 0 0 1 11.5-44l38.66 67c.06.1.13.18.19.27A45.94 45.94 0 0 0 142 171.83l-26.17 45.34A90.13 90.13 0 0 1 38 128m91.16 90l38.68-67l.21-.41A45.9 45.9 0 0 0 159 94h52.37a90 90 0 0 1-82.16 124Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m0 12a90 90 0 0 1 77.33 44H128a46.07 46.07 0 0 0-44.93 36.17l-26.16-45.3A89.91 89.91 0 0 1 128 38m34 90a34 34 0 1 1-34-34a34 34 0 0 1 34 34m-124 0a89.4 89.4 0 0 1 11.5-44l38.66 67c.06.1.13.18.19.27A45.94 45.94 0 0 0 142 171.83l-26.17 45.34A90.13 90.13 0 0 1 38 128m91.16 90l38.68-67l.21-.41A45.9 45.9 0 0 0 159 94h52.37a90 90 0 0 1-82.16 124Z"/></svg>
</template>

CSS

.icon-google-chrome-logo-light {
  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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2026a102%20102%200%201%200%20102%20102A102.12%20102.12%200%200%200%20128%2026m0%2012a90%2090%200%200%201%2077.33%2044H128a46.07%2046.07%200%200%200-44.93%2036.17l-26.16-45.3A89.91%2089.91%200%200%201%20128%2038m34%2090a34%2034%200%201%201-34-34a34%2034%200%200%201%2034%2034m-124%200a89.4%2089.4%200%200%201%2011.5-44l38.66%2067c.06.1.13.18.19.27A45.94%2045.94%200%200%200%20142%20171.83l-26.17%2045.34A90.13%2090.13%200%200%201%2038%20128m91.16%2090l38.68-67l.21-.41A45.9%2045.9%200%200%200%20159%2094h52.37a90%2090%200%200%201-82.16%20124Z%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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2026a102%20102%200%201%200%20102%20102A102.12%20102.12%200%200%200%20128%2026m0%2012a90%2090%200%200%201%2077.33%2044H128a46.07%2046.07%200%200%200-44.93%2036.17l-26.16-45.3A89.91%2089.91%200%200%201%20128%2038m34%2090a34%2034%200%201%201-34-34a34%2034%200%200%201%2034%2034m-124%200a89.4%2089.4%200%200%201%2011.5-44l38.66%2067c.06.1.13.18.19.27A45.94%2045.94%200%200%200%20142%20171.83l-26.17%2045.34A90.13%2090.13%200%200%201%2038%20128m91.16%2090l38.68-67l.21-.41A45.9%2045.9%200%200%200%20159%2094h52.37a90%2090%200%200%201-82.16%20124Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/google-chrome-logo-light.svg?color=%231a73e8&size=48