Icons

IconPark Outline Google Icon

The Google icon from IconPark Outline is a outline-style SVG available in IconStash alongside 2,658+ other icons from the same library. Copy its SVG code, export a custom PNG, or download a React component — no account required.

Interactive Customizer

1.5px
128px

About this icon

Use the Google icon

Icons in the outline style — like Google — are designed for app navigation bars, toolbar buttons, form labels, and UI controls where clarity at 16–24px is critical. Use it across general-purpose product UIs, design systems, component libraries, web applications, and marketing sites for a consistent, professional look.

IconStash's editor lets you fine-tune color, size, and stroke width in real time, then export in the format that fits your workflow: SVG, PNG, JSX, or CSS background-mask.

Export formats

Copy clean SVG vectors with one click, generate custom-size PNG files from 16px to 512px, export JSX/React components ready to paste into your project, or use the icon as a CSS background-mask for flexible theming.

All exports are based on the same editable vector — so the Google icon stays pixel-perfect at 16px, 24px, 48px, and any large marketing size.

Design & UX integration

Aesthetic characteristics

IconPark is ByteDance's icon system, and its defining feature is theme control: Google can be recoloured per-part at runtime — outline, filled, two-tone or multi-colour — from the same base path. That makes it a strong fit when a single icon set has to serve several brand themes.

UX best practices

As a general interface glyph, the Google icon does its job best between 16px and 24px, sitting next to a text label. Icon-only treatments work for a small set of universally understood actions, but comprehension falls off quickly once the action is specific to your product — so when in doubt, add the word.

Use in your project

React / npm — IconPark Outline

npm install @icon-park/react

import { Google } from '@icon-park/react';

// JSX usage:
<Google theme="outline" size={24} fill="#000" />

Copy the SVG markup directly from the IconStash editor to use the Google icon without any npm package — paste it into HTML, JSX, or a design tool.

Inline SVG (copy & paste)

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="google icon"><g fill="none"><path d="m34.5 7l-5 7.5c-1-.532-3-1.5-5.5-1.5c-6 0-11 5-11 10.5S17 35 24 35c5.6 0 9.5-4 9.5-7H24v-7h20c.5 7.5-1.71 11.9-4.5 15.5C35.324 41.888 29.171 44 24 44C14 44 4 36 4 23.5C4 11.5 14.724 4 23 4s11.5 3 11.5 3"/><path fill="currentColor" d="m29.5 14.5l-.939 1.766a2 2 0 0 0 2.603-.657zm5-7.5l1.664 1.11a2 2 0 0 0-.302-2.574zM44 21l1.996-.133A2 2 0 0 0 44 19zm-20 0v-2a2 2 0 0 0-2 2zm0 7h-2a2 2 0 0 0 2 2zm9.5 0h2a2 2 0 0 0-2-2zm6 8.5l-1.58-1.225zm-8.336-20.89l5-7.5l-3.328-2.22l-5 7.5zM34.5 7a150 150 0 0 0 1.36-1.466l-.001-.002l-.014-.012l-.082-.072a9 9 0 0 0-.804-.592a14 14 0 0 0-2.35-1.208C30.518 2.796 27.385 2 23 2v4c3.89 0 6.508.704 8.099 1.352a10 10 0 0 1 1.676.855a5 5 0 0 1 .385.278l-.002-.002l-.008-.007l-.006-.006l-.003-.003l-.002-.001c0-.001-.002-.002 1.361-1.466M23 2c-4.693 0-9.91 2.101-13.948 5.77C4.978 11.47 2 16.86 2 23.5h4c0-5.361 2.384-9.72 5.741-12.77C15.134 7.65 19.417 6 23 6zM2 23.5C2 37.2 12.993 46 24 46v-4c-8.993 0-18-7.2-18-18.5zM44 21v-2H24v4h20zm-22 0v7h4v-7zm2 9h9.5v-4H24zm7.5-2c0 .698-.522 1.933-1.919 3.08C28.248 32.174 26.317 33 24 33v4c3.283 0 6.102-1.173 8.119-2.829c1.953-1.602 3.381-3.868 3.381-6.17zM24 33c-5.617 0-9-4.804-9-9.5h-4C11 29.804 15.617 37 24 37zm-9-9.5c0-4.336 4.044-8.5 9-8.5v-4c-7.044 0-13 5.836-13 12.5zm9-8.5c2 0 3.645.779 4.561 1.266l1.878-3.532C29.355 12.158 26.999 11 24 11zm0 31c5.672 0 12.46-2.312 17.08-8.275l-3.16-2.45C34.188 40.089 28.67 42 24 42zm17.08-8.275c3.038-3.919 5.453-8.79 4.916-16.858l-3.992.266c.463 6.933-1.543 10.862-4.085 14.142z"/></g></svg>

Library & related icons

About IconPark Outline

ByteDance's outline icon library with 2,600+ colorful, highly customizable icons for web and mobile apps. Supports dynamic color configuration.

  • Total icons: 2,658+
  • Style: outline
  • License: Apache 2.0
  • npm package: @icon-park/react
Browse all 2,658 IconPark Outline icons →

People also search for

Frequently asked questions

What is the Google icon?

The Google icon is a outline-style SVG icon from the IconPark Outline library, categorized under Interface. It is designed for use in general-purpose product UIs, design systems, component libraries, web applications, and marketing sites. On IconStash you can preview it, customize its color and size, and export it in SVG, PNG, JSX, or CSS formats directly from your browser.

Is the Google icon free to use?

Yes. IconPark Outline is licensed under Apache 2.0, making it free for personal and commercial use. This means you can freely use the Google icon in personal, commercial, and open-source projects. IconStash provides SVG and PNG access at no cost with no login required.

How do I use the Google icon in React?

Install the package with `npm install @icon-park/react`, then import the component into your React file. IconStash's detail panel shows you the exact npm command, import statement, and JSX usage snippet for every icon — just click the Code tab and copy with one click.

What is the IconPark Outline icon library?

ByteDance's outline icon library with 2,600+ colorful, highly customizable icons for web and mobile apps. Supports dynamic color configuration. It contains 2,658+ icons. IconStash indexes the complete IconPark Outline collection alongside 27 other open-source libraries — 134,701 icons total — in a single unified search interface.

Can I download the Google icon as a PNG?

Yes. Open the Google icon in IconStash, set your desired pixel size (16px to 512px) in the detail panel, and click Download PNG. You can also export a multi-resolution ZIP pack containing 16, 24, 32, 48, 64, 128, 256, and 512px PNGs with a single click.

What does the outline icon style mean?

An icon in outline style uses stroked lines with no fill — clean, legible, and versatile at any size. This style is best suited for app navigation bars, toolbar buttons, form labels, and UI controls where clarity at 16–24px is critical. The IconPark Outline Google icon follows this visual convention throughout the IconPark Outline design system.

Can I change the Google icon's color and size before downloading?

Yes. In IconStash's editor panel, choose from six color presets (blue, slate, green, purple, red, teal) or enter a custom hex value. Drag the size slider (16–256px) or type an exact pixel value up to 512px. Changes apply instantly to the SVG preview, the PNG output, and the copied code.