https://github.com/pioug/google-play-badges
Localized Google Play badges in SVG format with editable Figma source
https://github.com/pioug/google-play-badges
google google-play logo svg
Last synced: 4 months ago
JSON representation
Localized Google Play badges in SVG format with editable Figma source
- Host: GitHub
- URL: https://github.com/pioug/google-play-badges
- Owner: pioug
- Created: 2022-09-01T17:45:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:07:00.000Z (9 months ago)
- Last Synced: 2025-06-02T23:30:06.113Z (5 months ago)
- Topics: google, google-play, logo, svg
- Language: JavaScript
- Homepage:
- Size: 27.8 MB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Play Badges
This repository contains all localizations of the Google Play badge available on (January 2025).
- [SVG format](https://github.com/pioug/google-play-badges/tree/main/svg)
- [Figma source](https://github.com/pioug/google-play-badges/tree/main/figma)## Caveats
SVG has been made for the AI versions but I notice few problems in Google's assets :
- The AI version of `Amharic` is not available
- The AI version of `Spanish` does not match the PNG version## Download
| Language | Preview | Language | Preview | Language | Preview |
| ----------------- | ----------------------------------------------- | ------------------- | --------------------------------------------------- | ------------------- | --------------------------------------------------- |
| Afrikaans |  | Albanian |  | Arabic-Saudi-Arabia |  |
| Armenian |  | Azerbaijani |  | Bangla |  |
| Basque |  | Belarusian |  | Bosnian |  |
| Bulgarian |  | Burmese |  | Catalan |  |
| Chinese-China |  | Chinese-Hong-Kong |  | Chinese-Taiwan |  |
| Croatian |  | Czech |  | Danish |  |
| Dutch |  | English |  | Estonian |  |
| Filipino |  | Finnish |  | French |  |
| French-CA |  | Galician |  | Georgian |  |
| German |  | Greek |  | Gujarati |  |
| Hebrew |  | Hindi |  | Hungarian |  |
| Icelandic |  | Indonesian |  | Italian |  |
| Japanese |  | Kannada |  | Kazakh |  |
| Khmer |  | Korean |  | Kyrgyz |  |
| Lao |  | Latvian |  | Lithuanian |  |
| Macedonian |  | Malayalam |  | Malaysian |  |
| Marathi |  | Mongolian |  | Nepali |  |
| Norwegian |  | Persian |  | Polish |  |
| Portuguese-Brazil |  | Portuguese-Portugal |  | Punjabi |  |
| Romanian |  | Russian |  | Serbian |  |
| Sinhalese |  | Slovak |  | Slovenian |  |
| Spanish |  | Spanish-LATAM |  | Swahili |  |
| Swedish |  | Tamil |  | Telugu |  |
| Thai |  | Turkish |  | Ukranian |  |
| Urdu |  | Uzbek |  | Vietnamese |  |
| Zulu |  | | | | |## Why I made them?
- The SVG format is not available 🙈
- The images are not trimmed 🙈## How I made them?
1. Download the AI version from https://play.google.com/intl/en_us/badges/ for all localization
2. Converted AI to SVG using Inkscape command line:
```sh
/Applications/Inkscape.app/Contents/MacOS/inkscape --export-text-to-path --pdf-font-strategy=draw-all --export-type='svg' *.ai
```3. Cleaned up vectors and updated logo in Figma
```sh
./figma/badges.fig
```4. Compressed SVG
```sh
svgo -f svg
```