Google Chrome Pixel Art Icon
The Chrome browser mark for extension listings, browser support tables, and 'open in Chrome' actions.
Tags
chromebrowsergoogle
Style variants
base
Outline · rounded corners
solid
Filled · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Google Chrome icon
Chrome's concentric mark reduced to the pixel grid. Use it on an extension's install button, in a browser-compatibility table beside the other engines, in analytics that break traffic down by browser, or on a download link that points at the Chrome Web Store.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/google-chrome.svg" width="24" height="24" alt="Google Chrome" />
<!-- React -->
import { GoogleChrome } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="google-chrome.svg" width="48" height="48" style="image-rendering: pixelated" />