v3.1.0 - Google 2026 Refresh + SVG Viewer
v3.1.0: Google 2026 Brand Icons SVG + SVG Viewer
The Google Workspace 2026 gradient icon refresh started rolling out on May 18. As of today these new SVGs are not published anywhere else on the open web. thesvg is the first OSS icon library to host them, and the originals stay alongside so both versions are available.
Highlights
- 14 Google 2026 product icons added with full gradient fidelity
- New
/viewertool. Paste, drop, format, minify, and export any SVG to PNG, JPG, or WebP at six sizes - New
/category/[slug]route for all 110 categories with SEO metadata - Per-icon "Open in editor" menu (CodePen, JSFiddle, Filagram, Figma, Sketch, Illustrator)
- Split Download menu with PNG, JPG, WebP exports plus Copy as Data URI
- Launch blog post at /blog/google-2026-icons-svg
Google 2026 icons
Browse the full set: /category/google-2026. The pre-2026 Google product icons stay available under the same slugs without the year suffix.
How to use
# CLI
npx @thesvg/cli add gmail-2026
# CDN
<img src="https://cdn.jsdelivr.net/gh/glincker/thesvg@main/public/icons/gmail-2026/default.svg" />
# React (after build)
import { Gmail2026Icon } from "@thesvg/react";SVG Viewer
thesvg.org/viewer is a free SVG viewer for any SVG you paste, drop, or import from the library.
- Code editor with line numbers and a status bar (line count, char count, valid/invalid)
- Format and Minify with one click (Cmd+S to format)
- Theme-aware preview (checker, light, dark backgrounds)
- Quick Import: live search across the full library plus starter chips
- One-click export to PNG, JPG, or WebP at 32, 64, 128, 256, 512, 1024 px
- Deep links to CodePen, JSFiddle, Filagram, Figma (clipboard), Sketch (clipboard), Illustrator (download)
- Runs entirely in your browser. Nothing is uploaded.
Other UI improvements
- Sidebar Featured section surfaces Google 2026 with a NEW pill
- Compact home collection tabs now show icons for all five collections (Brands, AWS, Azure, GCP, Kubernetes)
- Per-card 2026 badge so the refreshed marks are spottable anywhere in the grid
- Cross-link chip between original and 2026 variants on every icon detail page
- Recently Added sort option in the toolbar
- Custom thin global scrollbar replacing the heavy native default
- Footer "Meet the founder" link to thegdsks.com
Fixes
/collection/k8swas returning 404 (missing fromVALID_COLLECTIONS)vinfastentry was missing thecollection: "brands"field, causing a React key warning in the sidebar- Sketch deep-link icon now theme-swaps so it stays visible in light mode
- Sitemap covers
/viewer,/collection/k8s, and every/category/[slug] public/feed.xmlregenerated to include the launch post
SEO
- Sitemap entries for every category page (
/category/google-2026boosted to priority 0.95) - JSON-LD
CollectionPageschema on every category page - JSON-LD
WebApplicationschema on/viewer - Per-icon
BlogPostingandImageObjectschemas already in place from the previous release
Also in this release
- Vietnam Airlines brand icon from @PhatJack (#374). Color and mono variants under Aviation. View at /icon/vietnam-airlines.
Contributor shoutout
- @dar0xt for spotting the gstatic rollout window before us and shipping clean per-icon PRs (#376, #378, #380, #382, #384, #386, #388, #390, #392, #394, #396, #398, #400) on the same Google 2026 icons. The bundled launch absorbed his work; the contribution is what got us moving.
- @PhatJack for the Vietnam Airlines submission, merged into this release.
Resolves
#375, #377, #379, #381, #383, #385, #387, #389, #391, #393, #395, #397, #399
Links
- Live: thesvg.org/category/google-2026
- Viewer: thesvg.org/viewer
- Blog: thesvg.org/blog/google-2026-icons-svg
- Discussion: glincker/thesvg#404
- PR: #401