Compare commits

...

298 commits

Author SHA1 Message Date
HatScripts
287e4c3899
Merge pull request #148 from ahmeterenodaci/patch-1
Add react-native-circle-flags to README
2025-12-18 18:14:54 +11:00
Ahmet Eren Odacı
a5f84b7a3f
Add react-native-circle-flags to README
I created the React Native equivalent of circle-flags, which is react-native-circle-flags. I added it to the README, hoping it helps others.
2025-12-17 13:28:34 +03:00
HatScripts
43ede44381 Fix missing masks 2025-12-14 11:33:59 +11:00
HatScripts
92ce8ef684 Remove groups from 23 flag icons, minify
Removed all groups (`<g>`) in preference for path unions.
2025-12-13 23:01:34 +11:00
HatScripts
4bc41a10e9 Update Mexican Spanish flag (slight redesign)
- Align flag stripes
- Move Mexico's coat of arms lower so that it's not as heavily cropped
2025-12-13 20:54:31 +11:00
HatScripts
c76b2cbf88 Update Mexico flag - eagle and snake 2025-12-13 20:15:31 +11:00
HatScripts
49e852a3cc Add Malta civil ensign flag 2025-12-13 15:56:10 +11:00
HatScripts
acce3c4871 Update Malta flag cross position 2025-12-13 15:40:17 +11:00
HatScripts
54235dbb1e Add Minnesota state flag
Added the SVG file for the Minnesota (us-mn) state flag and updated gallery.md to include Minnesota in the flag gallery.
2025-12-13 15:32:12 +11:00
HatScripts
66333d058b Add Sealand flag (Closes #125) 2025-12-13 14:34:08 +11:00
HatScripts
ef03b1f97e Update Mauritania flag (Closes #129) 2025-12-13 14:14:23 +11:00
HatScripts
ca50d99af1 Add flag for Kursk People's Republic (#123) 2025-12-12 15:26:35 +11:00
HatScripts
1f0cda5c3f Update color palette icons in README
Inline SVG color circles weren't displaying, so we have replaced them with external `placeholder.pics` image icons.
2025-12-12 12:36:35 +11:00
HatScripts
e5735f4755 Add emojis to section headers in README
Updated README.md to include relevant emojis in section headers for improved visual clarity and organization.
2025-12-11 22:51:25 +11:00
HatScripts
bc36c9ad7f Add SVG color swatches to palette in README
Replaces plain color codes in the color palette section with inline SVG circles for visual reference, improving clarity for contributors selecting flag colors.
2025-12-11 22:27:57 +11:00
HatScripts
45207c1337 Add flag for Belgorod People's Republic (Closes #123) 2025-12-11 22:13:29 +11:00
HatScripts
5de5ffccee Update SVGO config
Removed the 'removeViewBox' plugin, updated the 'removeAttrs' pattern to include 'maskUnits', and replaced 'removeScriptElement' with 'removeScripts'.
2025-12-09 11:50:53 +11:00
HatScripts
3b2571e8eb Update .gitignore with additional patterns
Added rules to ignore .vscode, flags/in_progress, gradient directories, and all .py files to prevent them from being tracked by git.
2025-12-09 11:49:40 +11:00
HatScripts
b5152d3f24 Merge branch 'gh-pages' of https://github.com/HatScripts/circle-flags into gh-pages 2025-12-09 11:40:44 +11:00
HatScripts
b041df8160 Add language symlinks: en-gb and es-es (#101)
Created symbolic links for en-gb and es-es language flags pointing to their respective country flags.
2025-12-09 11:40:38 +11:00
HatScripts
c1f19b2480
Merge pull request #147 from HatScripts/git-files
Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion
2025-12-09 08:31:36 +11:00
HatScripts
286dc6a522
Merge pull request #145 from HatScripts/aq-true_south-dark-blue
Change Antarctica True South flag to use dark blue color
2025-12-09 08:30:07 +11:00
Waldir Pimenta
829e4a9392 Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion 2025-12-08 18:03:20 +00:00
HatScripts
ebdeda65a5 Update Tibetan language flag symlink
Changed the bo.svg symlink target from tibet.svg to cn-xz.svg.
2025-12-08 22:41:23 +11:00
HatScripts
72546b9e11 Revert "Fix pt-pt.svg symlink"
This reverts commit 17741c16f5.
2025-12-08 22:38:29 +11:00
HatScripts
17741c16f5 Fix pt-pt.svg symlink 2025-12-08 22:36:26 +11:00
HatScripts
6cde8133b2
Merge pull request #146 from HatScripts/pt-pt
Add `pt-pt` alias for `pt` language flag
2025-12-08 22:29:54 +11:00
HatScripts
cb83dd31a3 Update Vietnam flag 2025-12-08 22:25:48 +11:00
HatScripts
b7cdd3c0b4 Rename Tibet flag to cn-xz and update gallery
Renamed flags/tibet.svg to flags/cn-xz.svg for consistency with other Chinese region codes. Updated gallery.md to reference the new filename and code.
2025-12-08 22:17:36 +11:00
Waldir Pimenta
0665edb169 Add pt-pt alias for pt language flag
Since Brazilian Portuguese is the globally dominant variety of Portuguese
(in terms of number of speakers and cultural influence)
similar to how American English is for English,
it is common for people to use a `pt-pt` language code
to specifically refer to European Portuguese.

This commit therefore adds an alias `pt-pt` -> `pt`,
similar to the existing `en-gb` -> `en` alias for English (United Kingdom).
Despite the apparent redundancy, the `pt-pt` code is actually used in practice,
and indeed has an IETF language tag (`pt-PT`) and POSIX locale (`pt_PT`).
2025-12-08 11:07:16 +00:00
HatScripts
f8785cb317 Revert "Move flag image sizing from HTML to CSS"
This reverts commit 1d871b7866.
2025-12-08 19:12:01 +11:00
HatScripts
1d871b7866 Move flag image sizing from HTML to CSS
Removed explicit width attributes from flag <img> tags in gallery.md and added a CSS rule to set image width to 96px. This centralizes image sizing in CSS for easier maintenance and cleaner markup.
2025-12-08 19:09:31 +11:00
HatScripts
952222c46f Update label for 'xx' language flag
Changed the label from '<Unknown>' to '<Placeholder>' for the 'xx' language flag entry in gallery.md.
2025-12-08 17:47:51 +11:00
HatScripts
d31a17e0aa Move English (en) flag entry in gallery
Relocated the English (en) flag entry above its regional variants for better logical grouping in the language flags gallery.
2025-12-08 17:23:47 +11:00
HatScripts
8bdb30150c Add usage instructions and ISO language codes to gallery
Added usage examples for main and language flags, specifying the URL format and relevant ISO code references. Updated language flag entries to display their ISO 639-1 codes.
2025-12-08 16:59:26 +11:00
HatScripts
8b8032e402 Clarify Portuguese (Brazil) label in gallery
Updated the label for the Brazilian Portuguese flag from 'Portuguese' to 'Portuguese (Brazil)' to distinguish it from European Portuguese.
2025-12-08 16:06:03 +11:00
Waldir Pimenta
a5b1d58b76 Change Antarctica True South flag to use dark blue color 2025-12-08 01:55:13 +00:00
HatScripts
10f443cfc9
Merge pull request #144 from HatScripts/gallery-update
Update Gallery page
2025-12-08 12:43:36 +11:00
HatScripts
e8c763a213 Merge branch 'gh-pages' of https://github.com/HatScripts/circle-flags into gh-pages 2025-12-08 12:36:37 +11:00
HatScripts
3cf3c01435 Fix religious text on Afghanistan Emirate flag
https://en.wikipedia.org/wiki/Shahada
2025-12-08 12:36:32 +11:00
Waldir Pimenta
8b700ea35b Add Language flags section to the gallery 2025-12-08 01:19:55 +00:00
Waldir Pimenta
b062346eda Create sections in gallery for Main flags and Other flags
Also add missing flags from the Other category:

- `checkered.svg`
- `klingon.svg`
- `lgbt.svg`
- `lgbt-progress.svg`
- `lgbt-transgender.svg`
- `pirate.svg`
2025-12-08 01:17:56 +00:00
Waldir Pimenta
a36f8f05d6 Add missing flags to the gallery 2025-12-08 00:59:59 +00:00
Waldir Pimenta
11abf751b9
Merge pull request #126 from ByMykel/patch-1
Fix gallery flags
2025-12-07 23:26:24 +00:00
HatScripts
c70232c5e4 Remove spaces from text of Saudi Arabia and Somaliland 2025-12-07 21:58:39 +11:00
HatScripts
c1935603b3 Add missing dot to text of Iraq flag 2025-12-07 20:59:51 +11:00
HatScripts
79f0e95c8f Expand SVG attribute removal list in SVGO config
Added 'data', 'fill-rule', and 'xml' to the list of attributes removed by the SVGO 'removeAttrs' plugin to further optimize SVG files.
2025-12-06 21:55:56 +11:00
HatScripts
e5f515dbab Remove fill-rule 2025-12-06 21:53:30 +11:00
HatScripts
618e4a3bbd Remove redundant <mask> code 2025-12-06 21:22:05 +11:00
HatScripts
b7ddba58ae Fix missing viewBoxes (Fixes #131) 2025-12-06 21:05:03 +11:00
HatScripts
ece9507c8c Update Eswatini flag - fixes #141 2025-12-06 20:26:47 +11:00
HatScripts
9ef5e9c6ef Update logo - shorten flag 2025-12-06 19:48:17 +11:00
HatScripts
94f57d9156 Fix religious text on Iraq flag
https://en.wikipedia.org/wiki/Takbir
2025-12-06 19:03:03 +11:00
HatScripts
c9fdafeaac Fix religious text on Saudi Arabia and Somaliland flags
https://en.wikipedia.org/wiki/Shahada
2025-12-06 18:48:04 +11:00
HatScripts
c888ec17d0 Create flag of Artsakh 2025-10-17 21:07:38 +11:00
HatScripts
9abb9b5b88 Optimize flag of Armenia 2025-10-17 21:07:04 +11:00
HatScripts
fab8ca0fc1
Merge pull request #142 from kasperskei/gh-pages
Add flag for Tanzanian Zanzibar
2025-10-12 16:29:55 +11:00
kasperskei
bced2d8e31 Add flag for Tanzanian Zanzibar 2025-10-10 00:03:24 +03:00
HatScripts
c7eb0a1f2d
Merge pull request #139 from chomnr/gh-pages
Add solid-circle-flags to README
2025-05-14 21:32:08 +10:00
chomnr
7df3d8fd89 Add solid-circle-flags to README 2025-05-13 11:41:43 -04:00
HatScripts
98574d233d Update Syria flag 2024-12-09 18:42:33 +11:00
ByMykel
bb05c986e6
Fix gallery flags 2024-10-21 16:15:14 +02:00
HatScripts
6452fa836a Create translingual language symlink 2024-06-21 17:10:56 +10:00
HatScripts
26bf60c379 Update copyright year 2024-04-03 13:00:54 +11:00
HatScripts
01466c05df Add 6 US state flags to gallery 2024-04-03 12:21:46 +11:00
HatScripts
635175e0c1 Add 6 US state flags (#113) 2024-04-03 12:14:27 +11:00
HatScripts
f74f3ba20a Update us-ca 2024-04-03 12:13:37 +11:00
HatScripts
46107c4e5b
Merge pull request #112 from ebuyuran/gh-pages
Turkish Flag Circle Position Change
2024-03-29 10:06:43 +11:00
ebuyuran
8c6757f1e8 turkish flag copy&paste 2024-03-28 14:46:49 +03:00
ebuyuran
f58176572b turkish flag optimized 2024-03-27 14:00:03 +03:00
ebuyuran
1b8b7eb052 turkish flag circle placement change 2024-03-27 01:24:35 +03:00
HatScripts
7b0dc8acd3 Create Filipino symlink 2024-02-05 17:21:33 +11:00
HatScripts
dd5910007a Create LGBT Progress Pride flag 2023-10-05 21:32:18 +11:00
HatScripts
8c2388e381 Add Piedmontese language symlink 2023-10-01 21:42:34 +11:00
HatScripts
9928c0690f Create Betsy Ross and Confederate battle flag 2023-09-26 18:56:10 +10:00
HatScripts
f2bb23355a Prefix torres_strait_islands.svg with au- 2023-09-26 18:47:10 +10:00
HatScripts
2fa0ddf1c9 Add Ethiopian region flags to gallery 2023-09-25 18:50:09 +10:00
HatScripts
45906a185c Update Afar symlink 2023-09-25 18:45:41 +10:00
HatScripts
1ba54e3012 Create Ethiopian region flags 2023-09-25 18:39:38 +10:00
HatScripts
9a4db1b157 Move United Nations flag to other directory 2023-09-25 18:10:52 +10:00
HatScripts
4dc4ef4d86 Create checkered flag 2023-09-25 18:03:42 +10:00
HatScripts
a776002373 Create LGBT flags 2023-09-25 18:02:20 +10:00
HatScripts
af6996e113 Move some flags to other directory 2023-09-25 18:00:17 +10:00
HatScripts
09924d27a3 Rename fictional directory to other 2023-09-25 17:52:53 +10:00
HatScripts
bb5c738108 Create symlink for American Samoa 2023-09-25 17:26:54 +10:00
HatScripts
70469be84e Create symlinks for US outlying areas 2023-09-25 17:24:14 +10:00
HatScripts
417f97017f Rename Italian regions to English versions 2023-08-26 20:31:24 +10:00
HatScripts
4bd2597a78 Create pt-br.svg 2023-07-24 19:40:27 +10:00
HatScripts
7ace243492 Delete pt-br.svg 2023-07-24 19:39:30 +10:00
HatScripts
7a6860b994 Create Brazilian Portuguese flag 2023-07-24 19:30:59 +10:00
HatScripts
1af7a96121 Merge branch 'gh-pages' of https://github.com/HatScripts/circle-flags into gh-pages 2023-07-24 17:24:42 +10:00
HatScripts
6405f02396 Create Mexican Spanish flag 2023-07-24 17:24:35 +10:00
HatScripts
7551183edf
Add PayPal link to FUNDING.yml 2023-07-06 20:16:06 +10:00
HatScripts
93513b628f
Create FUNDING.yml 2023-07-06 19:08:14 +10:00
HatScripts
3558505872
Merge pull request #98 from mikima/gh-pages
Added all the Italian regional flags
2023-06-09 10:57:18 +10:00
mikima
5dd9a6943d Update it-34.svg
fixed veneto icon
2023-05-28 00:26:43 -07:00
mikima
f3db39121a Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2023-05-28 00:15:04 -07:00
mikima
7dfa898edb added italian regions 2023-05-28 00:11:24 -07:00
HatScripts
f0e2344039 Update Georgia flag 2023-05-24 21:45:50 +10:00
HatScripts
559b1e4d38 Update Russia flag 2023-05-24 21:45:12 +10:00
HatScripts
3a5d47e4f4 Create Quebec flag (Closes #90) 2023-05-24 21:41:45 +10:00
HatScripts
0e841a8857 Create Yugoslavia flag (Closes #97) 2023-05-24 21:39:14 +10:00
HatScripts
0e46835188 Update Martinique flag (Closes #89, closes #92) 2023-05-24 21:34:28 +10:00
HatScripts
0cfe5e2872 Create DPR and LPR flags (Closes #88, closes #91) 2023-05-24 21:31:51 +10:00
HatScripts
9d4ae0ede2 Create pirate/Jolly Roger flag (Closes #78, closes #83) 2023-05-24 21:27:00 +10:00
HatScripts
26fe955f01 Create Mars flag (Closes #81) 2023-05-24 20:44:46 +10:00
mikima
c5e2b304c8 run SVGO on YU flag 2023-05-24 08:57:32 +02:00
mikima
3bcd258bf1 Merge remote-tracking branch 'upstream/gh-pages' into gh-pages 2023-05-24 08:53:05 +02:00
HatScripts
7ab2c5fa11 Update svgo.config.js (Fixes #93) 2023-05-23 20:15:08 +10:00
mikima
759b39880a added yugoslavia 2023-05-11 10:50:46 +02:00
HatScripts
680d8bd4c6 Create Antarctica True South flag 2023-04-26 19:59:29 +10:00
HatScripts
233aac6647 Revert af flag to tricolor
Revert the flag of Afghanistan (`af.svg`) to the internationally-recognized tricolor design. Rename the newer white design `af-emirate.svg`.
2023-04-26 18:34:38 +10:00
HatScripts
7e62b64b1d Rename kurdistan to iq-kr 2023-04-26 18:02:24 +10:00
HatScripts
7375f7125c Update mni symlink 2023-04-11 17:14:47 +10:00
HatScripts
c8c261a656 Rename manipur to in-mn 2023-04-11 17:10:26 +10:00
HatScripts
0a9caaf270 Update Afghanistan flag 2023-04-05 20:04:51 +10:00
HatScripts
b9b64f2be8 Create cn-hk symlink pointing to hk 2023-04-05 17:21:24 +10:00
HatScripts
44683d1012 Update South Korean flag (Closes #86) 2023-04-04 21:51:45 +10:00
HatScripts
53eef25172 Update lus symlink 2023-04-01 19:06:12 +11:00
HatScripts
5797a9642e Rename mizoram to in-mz 2023-04-01 18:56:13 +11:00
HatScripts
a4d2251c4b Revert "Rename mizoram to in-mz"
This reverts commit 1be2e1a35f.
2023-04-01 18:54:03 +11:00
HatScripts
1be2e1a35f Rename mizoram to in-mz 2023-04-01 18:52:31 +11:00
HatScripts
8bb4b8ed88 Add userscripts to README 2023-02-27 17:24:44 +11:00
HatScripts
4d744db6f0 Update copyright year 2023-01-03 20:41:00 +11:00
HatScripts
c9eed380a2
README - Require "latest version" of svgo to contribute 2022-12-27 20:25:40 +11:00
HatScripts
a6cb75c4a6 Create English dialect flags 2022-12-13 15:25:46 +11:00
HatScripts
ffca2be73c Update gh and tz 2022-12-13 15:21:44 +11:00
HatScripts
de30d69161 Add Netherlands Antilles to gallery 2022-12-07 19:18:38 +11:00
HatScripts
0f34b24a45 Create Netherlands Antilles flag 2022-12-07 19:13:16 +11:00
HatScripts
4d4d470b37 Update Latin flag 2022-11-14 18:17:25 +11:00
HatScripts
9c65023ebe Update Latin flag (#67) 2022-11-12 16:18:25 +11:00
HatScripts
5b53aba298 Simplify us-ga 2022-11-08 13:00:39 +11:00
HatScripts
e42d5c4183 Create 5 US state flags 2022-10-24 16:36:42 +11:00
HatScripts
a403e7cb4b Simplify us-nm 2022-10-06 18:06:00 +11:00
HatScripts
0408d3ad99 Create 12 US state flags 2022-10-04 20:57:30 +11:00
HatScripts
85d91659fa Add in-tg to gallery 2022-10-04 20:54:56 +11:00
HatScripts
d34fecec73 Create Telangana flag and Telugu language symlink 2022-09-29 16:32:42 +10:00
HatScripts
07324c28b7 Revert border-radius to mask 2022-09-23 17:42:37 +10:00
HatScripts
9e375b3074 Update svgo.config.js 2022-09-23 15:21:52 +10:00
HatScripts
652b201a68 Fix seam in circle-flags logo 2022-09-17 14:39:20 +10:00
HatScripts
414b51b671 Create Old Norse language flag 2022-08-13 15:44:04 +10:00
HatScripts
1ce58c5cc1 Simplify circle-flags logo 2022-08-12 16:53:06 +10:00
HatScripts
e5a7735802 Update Australia flag 2022-08-12 16:51:37 +10:00
HatScripts
3c63da7634 Create Brazilian Portuguese language symlink to Brazil flag 2022-08-12 16:51:08 +10:00
HatScripts
32d963a282 Update flags gallery 2022-08-03 15:08:58 +10:00
HatScripts
ae8c0d7016 Optimize style attributes 2022-08-02 18:06:58 +10:00
HatScripts
370b5c2f94 Create Australian state and territory flags 2022-08-02 17:25:22 +10:00
HatScripts
148ed57f5a Run svgo v2.8.0 2022-08-02 17:18:37 +10:00
HatScripts
8a83d009c7 Create flag of Sark 2022-07-27 15:12:43 +10:00
HatScripts
f3bf3967c8 Create Mizoram flag and Mizo language symlink 2022-06-23 15:22:19 +10:00
HatScripts
142b0bb698 Create Krio language symlink to Sierra Leone flag 2022-06-23 15:05:30 +10:00
HatScripts
dc6a078abb Create Ilocano language symlink to Philippines flag 2022-06-23 15:04:44 +10:00
HatScripts
b9579d91cc Create Kurdish (Sorani) language symlink to Kurdistan flag 2022-06-23 15:04:03 +10:00
HatScripts
6fb4b7490a Create Manipur flag and Manipuri language symlink 2022-06-23 15:02:14 +10:00
HatScripts
6a004d85fc Remove clipPath from Spanish flag 2022-06-10 23:08:07 +10:00
HatScripts
cd0de03895 Add 28 flags to gallery 2022-06-10 17:53:22 +10:00
HatScripts
c94ae2b2a6 Gallery - make ISO codes lowercase 2022-06-07 17:55:38 +10:00
HatScripts
2bb55df2d0 Fix Greek flag 2022-06-04 12:54:32 +10:00
HatScripts
10b2450b86 Create South Ndebele language symlink to South Africa flag 2022-06-03 15:28:33 +10:00
HatScripts
f425f7074f Create North Ndebele language symlink to Zimbabwe flag 2022-06-03 15:27:53 +10:00
HatScripts
a21fc224b3 Create Interslavic language flag 2022-05-29 17:20:25 +10:00
HatScripts
b88645b63d Create Dagestan flag and Avar language symlink 2022-05-29 17:19:38 +10:00
HatScripts
5fa0ec3f5e Create English dialect flags 2022-05-29 17:18:20 +10:00
HatScripts
8f8e888d7e Update flags: ca, in, ng, nu, us, za 2022-05-29 17:17:36 +10:00
HatScripts
fe309b4b10 Update United Kingdom flag 2022-05-27 19:27:59 +10:00
HatScripts
d54746cb9c Update United Kingdom flag 2022-05-27 18:17:37 +10:00
HatScripts
369a12401e Create 15 language symlinks 2022-05-22 20:31:30 +10:00
HatScripts
d7320d8cf1 Create Kikuyu flag and Kikuyu language symlink 2022-05-22 20:30:14 +10:00
HatScripts
4f9d6292ba Create Kanuri flag and Kanuri language symlink 2022-05-22 20:27:56 +10:00
HatScripts
ef2c4d1f5c Create Guarani flag and Guarani language symlink 2022-05-22 20:27:32 +10:00
HatScripts
02e64eddd3 Create Sami flag and Northern Sami language symlink 2022-05-22 20:26:14 +10:00
HatScripts
dbbbe3ffea Create Komi Republic flag and Komi language symlink 2022-05-22 20:25:49 +10:00
HatScripts
9f13ab960a Create Chuvashia flag and Chuvash language symlink 2022-05-22 20:24:51 +10:00
HatScripts
b5c30338ad Create Azad Kashmir flag and Kashmiri language symlink 2022-05-22 20:24:18 +10:00
HatScripts
ff5bc3b495 Create Cornwall flag and Cornish language symlink 2022-05-22 20:22:11 +10:00
HatScripts
04204772f5 Create Ewe flag and Ewe language symlink 2022-05-22 20:21:51 +10:00
HatScripts
21c03811b7 Create Tigray flag and Tigrinya language symlink 2022-05-22 20:21:19 +10:00
HatScripts
746f622ab1 Create Ido and Volapük language flags 2022-05-20 20:57:40 +10:00
HatScripts
64443e04da Create Chechnya flag and Chechen language symlink 2022-05-18 16:57:34 +10:00
HatScripts
0a2e549841 Create Wiphala flag and Aymara language symlink 2022-05-18 16:42:26 +10:00
HatScripts
37d1fa9aa1 Create Brittany flag and Breton language symlink 2022-05-18 16:41:19 +10:00
HatScripts
735ac9cec0 Create Ossetian language symlink to South Ossetia flag 2022-05-18 15:54:32 +10:00
HatScripts
7324729a21 Create Occitania flag and Occitan language symlink 2022-05-18 15:47:12 +10:00
HatScripts
0194de7a38 Create Norwegian Nynorsk language symlink to Norway flag 2022-05-18 15:43:54 +10:00
HatScripts
9aadf98c48 Create Yorubaland flag and Yoruba language symlink 2022-05-17 12:12:09 +10:00
HatScripts
7ac13dfbe0 Update Congo flag 2022-05-17 12:11:17 +10:00
HatScripts
d9a696230e Remove deprecated language iw 2022-05-17 12:11:05 +10:00
HatScripts
28a301bb1a Create Abkhazian language symlink to Abkhazia flag 2022-05-16 23:20:18 +10:00
HatScripts
16d2820b85 Create Afar flag and language symlink 2022-05-16 23:18:13 +10:00
HatScripts
4b31aac680 Create Akan language symlink to Ghana flag 2022-05-16 22:54:00 +10:00
HatScripts
a3e64a0fe6 Create Quechua flag and language symlink 2022-05-16 22:53:01 +10:00
HatScripts
3cb9064fdf Create Oromia flag and Oromo language symlink 2022-05-16 21:21:34 +10:00
HatScripts
fe35e8a2e7 Create Rundi language symlink to Burundi flag 2022-05-16 21:19:26 +10:00
HatScripts
783584c84c Create Lingala language symlink to Kongo flag 2022-05-16 20:36:54 +10:00
HatScripts
7a7d388b56 Create Assam flag and Assamese language symlink 2022-05-16 20:35:58 +10:00
HatScripts
0dae707fd4 Create Grisons flag and Romansh language symlink 2022-05-16 20:34:16 +10:00
HatScripts
ffdd78e1b0 Merge branch 'gh-pages' of https://github.com/HatScripts/circle-flags into gh-pages 2022-05-16 11:45:39 +10:00
HatScripts
d57644ecaa Fix Hausa flag 2022-05-16 11:45:15 +10:00
HatScripts
2be4af6766
Merge pull request #50 from waldyrious/license-markdown
Add file extension to the LICENSE file
2022-05-16 11:38:18 +10:00
HatScripts
6cbf556482 Create more symlinks for language flags 2022-05-16 11:34:58 +10:00
HatScripts
72a80f18d5 Create Kongo flag 2022-05-16 11:31:09 +10:00
Waldir Pimenta
708ee6ca7b Rename LICENSE to LICENSE.md 2022-05-15 18:25:05 +01:00
Waldir Pimenta
553674a376 Minor markup fixes to the README 2022-05-15 18:24:25 +01:00
HatScripts
3a0c70b15f Create Interlingua and Interlingue language flags 2022-05-14 21:40:20 +10:00
HatScripts
f43cfb7a6d Create Aragon flag 2022-05-14 21:07:05 +10:00
HatScripts
bdeb54733c Create more symlinks for language flags 2022-05-14 20:35:08 +10:00
HatScripts
6d9157a015 Create Udmurtia flag 2022-05-14 20:32:58 +10:00
HatScripts
4e89c2c5b6 Create Otomi flag 2022-05-14 17:53:22 +10:00
HatScripts
970e19f59c Create Bashkortostan flag 2022-05-14 17:24:50 +10:00
HatScripts
db685c546c Use border-radius instead of mask 2022-05-14 15:18:53 +10:00
HatScripts
1c186db53b Create Clipperton Island flag 2022-05-13 16:11:42 +10:00
HatScripts
0374adbcda Update Pitcairn Islands flag 2022-05-12 20:04:54 +10:00
HatScripts
728a201028 Update Hawaii flag 2022-05-12 19:55:16 +10:00
HatScripts
db92d4d63c
Merge pull request #49 from ccwang002/gh-pages
Update Taiwan flag
2022-05-12 17:20:03 +10:00
Liang-Bo Wang
a0b394d0f8
Update Taiwan flag 2022-05-12 14:41:00 +08:00
HatScripts
239ee337c2 Update Great Britain, England and Scotland 2022-05-12 15:13:45 +10:00
HatScripts
2d7797e27e Update US flag 2022-05-12 15:12:23 +10:00
HatScripts
2bb34c459e Update US flag 2022-05-12 14:37:18 +10:00
HatScripts
ba60ce1f26 Fix wrong colors in flags 2022-05-11 17:33:16 +10:00
HatScripts
75e07e014f Create symlink dg -> io 2022-05-11 17:21:20 +10:00
HatScripts
843c313349 Create Aosta Valley flag 2022-05-08 18:56:41 +10:00
HatScripts
8a71c6d9ff Update Wales flag 2022-05-06 13:48:06 +10:00
HatScripts
2ce0773151
Make project name link white 2022-05-05 22:16:14 +10:00
HatScripts
9281f4e6cc Update license copyright 2022-05-05 21:43:45 +10:00
HatScripts
734a0ee979 Update gallery.css 2022-05-05 21:42:54 +10:00
HatScripts
cc5bbf0b15 Make project name link white 2022-05-05 21:33:32 +10:00
HatScripts
1242d2ead2 Make code non-wrapping 2022-05-05 21:21:17 +10:00
HatScripts
c150439ec5 Update Corsican language symlink 2022-05-05 21:15:16 +10:00
HatScripts
d48146b74a Update flags gallery 2022-05-05 19:47:00 +10:00
HatScripts
fd126534f0 Tidy flags with Union Jack 2022-05-05 15:45:22 +10:00
HatScripts
1d15ec133b Rename fr-h -> fr-20r 2022-05-04 20:24:18 +10:00
HatScripts
d04db103e5 Fix Spanish flag 2022-05-04 18:26:44 +10:00
HatScripts
ea36680e60 Fix color bleeding 2022-05-04 16:56:14 +10:00
HatScripts
9cd70f7fb6 Create Earth flag 2022-05-03 15:32:50 +10:00
HatScripts
80526ef253 Run svgo v2.8.0 2022-05-01 19:13:57 +10:00
HatScripts
e641cee1da id-jt - Convert strokes to paths 2022-05-01 19:08:13 +10:00
HatScripts
da8aeb1d94 Update India flag 2022-05-01 18:52:22 +10:00
HatScripts
125d5f6296 Create Olympic flag 2022-04-30 15:13:20 +10:00
HatScripts
06fa1cee2b Create Australian Aboriginal and Torres Strait Islands flags 2022-04-30 15:00:21 +10:00
HatScripts
b8c8b9a190 Update Egypt flag 2022-04-29 20:46:15 +10:00
HatScripts
2863f9101a Create West Java flag 2022-04-29 14:00:25 +10:00
HatScripts
970da9e2c1 Create Odisha flag 2022-04-28 20:14:40 +10:00
HatScripts
7106bd4deb Create language symlinks for Xhosa, Yoruba, Zulu 2022-04-28 20:01:39 +10:00
HatScripts
4db91339c2 Create symlinks for language flags 2022-04-28 19:41:00 +10:00
HatScripts
9c01480eb7 Create Xinjiang flag 2022-04-28 19:39:16 +10:00
HatScripts
d120666c2e Create Tatarstan flag 2022-04-28 19:31:39 +10:00
HatScripts
a345a5ef33 Create Tamil Nadu flag 2022-04-28 19:25:06 +10:00
HatScripts
40769557f2 Create symlink su -> soviet_union 2022-04-28 17:44:55 +10:00
HatScripts
aae718ebd9 Create Soviet Union flag 2022-04-28 17:43:01 +10:00
HatScripts
62ade10c16 Create Central Java flag 2022-04-28 15:29:43 +10:00
HatScripts
c144da9224 Create Marathi language flag 2022-04-28 14:13:02 +10:00
HatScripts
8347f56b16 Create Gujarat flag 2022-04-27 21:12:12 +10:00
HatScripts
efcfb4d5d1 Rename sindh -> pk-sd 2022-04-27 20:46:10 +10:00
HatScripts
3f11606cb6 Create Frisian/Friesland flag 2022-04-27 20:39:30 +10:00
HatScripts
328f38e06c Create Arabic and Latin language flags 2022-04-27 18:32:13 +10:00
HatScripts
4726dcdc7c Rename language flags to ISO 639-1 standard
* esperanto -> eo
* yiddish -> yi
2022-04-27 18:23:56 +10:00
HatScripts
cb8f70f2c4 Move language flags to language directory 2022-04-27 18:21:37 +10:00
HatScripts
ff1aadd451 Rename kannada -> in-ka 2022-04-27 18:20:19 +10:00
HatScripts
ac83c77691 Rename fiction -> fictional 2022-04-27 18:14:52 +10:00
HatScripts
e7c767d524 Create Northern Ireland flag
https://en.wikipedia.org/wiki/Flag_of_Northern_Ireland
https://en.wikipedia.org/wiki/Ulster_Banner
2022-04-26 22:49:53 +10:00
HatScripts
3ce33a2192 Tidy up gb-eng 2022-04-26 22:45:03 +10:00
HatScripts
d3c2c7e0d3 Catalonia and East African Federation 2022-04-26 22:02:05 +10:00
HatScripts
dfabe8707c Exceptional reservations symlinks
https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Exceptional_reservations
2022-04-26 21:59:55 +10:00
HatScripts
f1913a1669 Use symlinks for identical flags 2021-07-04 15:19:11 +10:00
HatScripts
3a8d0cea36
Fix grammar 2021-07-02 12:51:13 +10:00
HatScripts
6f56104039 Specify width/height before viewBox
In keeping with svgo's `sortAttrs`
2021-07-01 14:24:47 +10:00
HatScripts
d38900c6a6 Update favicon.ico to include more sizes 2021-06-29 14:38:56 +10:00
HatScripts
c50f05a7e2 Fix duplicate width/height attributes 2021-06-29 13:06:23 +10:00
HatScripts
11239c09d6 Add width/height to all SVG files (#7) 2021-06-29 12:47:48 +10:00
HatScripts
e3ae63a1d0 Update svgo version number 2021-06-29 12:37:52 +10:00
HatScripts
31c29024a6 Optimize files with svgo 2.3.1 2021-06-29 12:34:45 +10:00
HatScripts
0f9f4a9aa2 Merge branch 'gh-pages' of https://github.com/HatScripts/circle-flags into gh-pages 2021-06-29 09:40:28 +10:00
HatScripts
453237b9e4 Revert "Optimize files with svgo 2.3.0"
This reverts commit 7e311a6818.
2021-06-28 19:58:04 +10:00
HatScripts
89aae08c07
Rename nc.svg to flags/nc.svg 2021-06-28 19:48:15 +10:00
HatScripts
a3958c9caa
Delete nc.svg 2021-06-28 19:48:02 +10:00
HatScripts
10d676f765
Rename es.svg to flags/es.svg 2021-06-28 19:46:24 +10:00
HatScripts
781ce32ddd
Delete es.svg 2021-06-28 19:46:05 +10:00
HatScripts
7e311a6818 Optimize files with svgo 2.3.0 2021-06-28 19:27:30 +10:00
HatScripts
2279129b22
Convert strokes to paths: nc, es 2021-06-28 19:11:14 +10:00
HatScripts
e28b072516
Convert strokes to paths: es, nc 2021-06-28 19:10:42 +10:00
HatScripts
50f1508961
Link title text to home page 2021-06-27 12:19:01 +10:00
HatScripts
89d6795912
Update license copyright 2021-06-24 13:13:30 +10:00
HatScripts
c0b1fc9557
Merge pull request #36 from HatScripts/rename-gallery
Rename `all-flags` to `gallery`
2021-06-23 21:17:45 +10:00
HatScripts
e1b39e6d5f
Update link from all-flags.html to gallery 2021-06-23 21:16:29 +10:00
HatScripts
f20e313454
Update link from all-flags.html to gallery 2021-06-23 21:14:23 +10:00
HatScripts
7d199bcedc
Rename all-flags.md to gallery.md 2021-06-23 21:12:31 +10:00
HatScripts
f1b6ebc78d
Hide #skip-to-content element 2021-06-23 21:08:44 +10:00
HatScripts
e6c7bec5fe
Rename incorrectly named favicon.svg to logo.svg 2021-06-23 20:52:56 +10:00
HatScripts
e259343f68
Use site.baseurl shortcut for the gallery link 2021-06-23 20:49:40 +10:00
HatScripts
94016f4257
Fix favicon 2021-06-23 20:48:48 +10:00
HatScripts
0d93202e46
Apply favicon to GitHub pages 2021-06-23 20:40:38 +10:00
HatScripts
4bc0653137
Add color palette info to README 2021-06-23 18:31:49 +10:00
HatScripts
89b924d8a2
Replace rare beige color with white 2021-06-23 18:13:57 +10:00
HatScripts
ea9e30bb46
Change gallery flags from 100px to 96px 2021-06-21 15:58:42 +10:00
HatScripts
6ff9f237a5
Fix color bleeding: sk 2021-06-21 15:53:55 +10:00
HatScripts
bc6632693b
Improve flags: gp, sk 2021-06-21 15:47:41 +10:00
HatScripts
5d2fc8958f
Add favicon.ico 2021-06-14 15:53:10 +10:00
HatScripts
67d0c20aa4
Remove end slash from img tag 2021-06-13 20:29:00 +10:00
666 changed files with 1451 additions and 659 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.svg text diff

13
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,13 @@
# These are supported funding model platforms
github: HatScripts
patreon: HatScripts
open_collective: # Replace with a single Open Collective username
ko_fi: hatscripts
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: ['https://www.paypal.com/donate/?hosted_button_id=Z6X9JK6UR2LKY']

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/node_modules/
/.vscode/
/flags/in_progress/
/gradient/
*.py

View file

@ -1,6 +1,6 @@
MIT License # MIT License
Copyright (c) 2018 Nick Holmes Copyright (c) 2024 HatScripts
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,66 +1,93 @@
# circle-flags <img src="logo.svg" alt="circle-flags animated logo" align="right" /> # circle-flags <img src="logo.svg" alt="circle-flags animated logo" align="right">
A collection of circular SVG country flags. A collection of circular SVG country flags.
## Usage ## Usage
``` ```text
https://hatscripts.github.io/circle-flags/flags/xx.svg https://hatscripts.github.io/circle-flags/flags/xx.svg
``` ```
(Where `xx` is the [ISO 3166-1 alpha-2 code](https://www.iso.org/obp/ui/#search/code/) of a country). (Where `xx` is the [ISO 3166-1 alpha-2 code](https://www.iso.org/obp/ui/#search/code/) of a country).
For example, the following code: For example, the following code:
```html ```html
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/ng.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ng.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48" />
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48" />
``` ```
...produces this:<br/><br/> ...produces this:<br/><br/> <img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ng.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48"> <img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/ng.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48">
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/all-flags.html). To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/gallery).
### React ### React
If you're using [React](https://reactjs.org), you may want to try the If you're using [React](https://reactjs.org), you may want to try the [react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
[react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
### React Native / Expo
If you're using [React Native / Expo](https://reactnative.dev/), you may want to try the [react-native-circle-flags](https://www.npmjs.com/package/react-native-circle-flags) package.
### SolidJS
If you're using [SolidJS](https://www.solidjs.com/), you may want to try the [solid-circle-flags](https://www.npmjs.com/package/solid-circle-flags) package.
### NPM ### NPM
If you want to install this package as dependency, you can install it from this GitHub repository: If you want to install this package as a dependency, you can install it from this GitHub repository:
``` ```sh
npm install --save https://github.com/HatScripts/circle-flags npm install --save https://github.com/HatScripts/circle-flags
``` ```
## Contributing ### 📜 Userscripts
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed - [Google Translate: Filter & Flags](https://github.com/HatScripts/google-translate-filter-and-flags) - Filters languages and shows country flags on Google Translate
(version 1.2.0 or newer). - [Wiktionary: Filter & Flags](https://github.com/HatScripts/wiktionary-filter-and-flags) - Filters languages and shows country flags on Wiktionary
## 🚀 Contributing
To contribute, you need to have the latest version of [svgo](https://github.com/svg/svgo) installed.
First, edit the relevant SVG files in the `flags/` directory. First, edit the relevant SVG files in the `flags/` directory.
Then run `svgo` to optimize the SVG files: Then run `svgo` to optimize the SVG files:
```sh ```sh
svgo ./flags --recursive --config=svgo.yml svgo ./flags --recursive --config=svgo.config.js
``` ```
Then commit the changes, and submit them as a pull request. Then commit the changes, and submit them as a pull request.
## License ### 🎨 The color palette
This project is released under the [MIT license](LICENSE). Submitted flags should conform to the following color palette.<br/> Try to match the flag's original colors with the nearest color from the palette.
- <img src="https://placeholder.pics/svg/16x16/eeeeee/eeeeee"/> `#eeeeee`: white
- <img src="https://placeholder.pics/svg/16x16/acabb1/acabb1"/> `#acabb1`: gray
- <img src="https://placeholder.pics/svg/16x16/333333/333333"/> `#333333`: black
- <img src="https://placeholder.pics/svg/16x16/a2001d/a2001d"/> `#a2001d`: dark red
- <img src="https://placeholder.pics/svg/16x16/d80027/d80027"/> `#d80027`: red
- <img src="https://placeholder.pics/svg/16x16/ff9811/ff9811"/> `#ff9811`: orange
- <img src="https://placeholder.pics/svg/16x16/ffda44/ffda44"/> `#ffda44`: yellow
- <img src="https://placeholder.pics/svg/16x16/6da544/6da544"/> `#6da544`: green
- <img src="https://placeholder.pics/svg/16x16/496e2d/496e2d"/> `#496e2d`: dark green
- <img src="https://placeholder.pics/svg/16x16/338af3/338af3"/> `#338af3`: light blue
- <img src="https://placeholder.pics/svg/16x16/0052b4/0052b4"/> `#0052b4`: blue
Special cases:
- <img src="https://placeholder.pics/svg/16x16/002266/002266"> `#002266`: dark blue (only two usages: [<img src="https://hatscripts.github.io/circle-flags/flags/td.svg" width="16"> Chad](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/td.svg), to differentiate from [<img src="https://hatscripts.github.io/circle-flags/flags/ro.svg" width="16"> Romania](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/ro.svg); and [<img src="https://hatscripts.github.io/circle-flags/flags/aq-true_south.svg" width="16"> True South (Antarctica)](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/aq-true_south.svg))
- <img src="https://placeholder.pics/svg/16x16/4a1f63/4a1f63"> `#4a1f63`: purple (only one usage: [<img src="https://hatscripts.github.io/circle-flags/flags/es-ib.svg" width="16"> Balearic Islands](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/es-ib.svg))
- <img src="https://placeholder.pics/svg/16x16/751a46/751a46"> `#751a46`: dark pink (only one usage: [<img src="https://hatscripts.github.io/circle-flags/flags/qa.svg" width="16"> Qatar](https://github.com/HatScripts/circle-flags/blob/gh-pages/flags/qa.svg))
## 🧾 License
This project is released under the [MIT license](LICENSE.md).

View file

@ -20,12 +20,35 @@
<meta name="theme-color" content="#157878"> <meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/logo.svg">
<link rel="alternate icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">
<style>
#skip-to-content {
height: 1px;
width: 1px;
position: absolute;
overflow: hidden;
top: -10px;
}
#skip-to-content:focus {
position: fixed;
top: 10px;
left: 10px;
height: auto;
width: auto;
background: #e19447;
outline: thick solid #e19447;
}
.project-name > a {
color: white;
}
</style>
</head> </head>
<body> <body>
<a id="skip-to-content" href="#content">Skip to the content.</a> <a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner"> <header class="page-header" role="banner">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1> <h1 class="project-name"><a href="{{ site.baseurl }}">{{ page.title | default: site.title | default: site.github.repository_name }}</a></h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2> <h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
@ -34,7 +57,7 @@
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %} {% endif %}
<a href="https://hatscripts.github.io/circle-flags/all-flags.html" class="btn">Gallery</a> <a href="{{ site.baseurl }}/gallery" class="btn">Gallery</a>
</header> </header>
<main id="content" class="main-content" role="main"> <main id="content" class="main-content" role="main">

View file

@ -1,297 +0,0 @@
<link rel="stylesheet" type="text/css" href="gallery.css" />
<h1>Gallery</h1>
<div class="container">
<div><img src="flags/ad.svg" width="100"/><p>Andorra (<code>AD</code>)</p></div>
<div><img src="flags/ae.svg" width="100"/><p>United Arab Emirates (<code>AE</code>)</p></div>
<div><img src="flags/af.svg" width="100"/><p>Afghanistan (<code>AF</code>)</p></div>
<div><img src="flags/ag.svg" width="100"/><p>Antigua and Barbuda (<code>AG</code>)</p></div>
<div><img src="flags/ai.svg" width="100"/><p>Anguilla (<code>AI</code>)</p></div>
<div><img src="flags/al.svg" width="100"/><p>Albania (<code>AL</code>)</p></div>
<div><img src="flags/am.svg" width="100"/><p>Armenia (<code>AM</code>)</p></div>
<div><img src="flags/ao.svg" width="100"/><p>Angola (<code>AO</code>)</p></div>
<div><img src="flags/aq.svg" width="100"/><p>Antarctica (<code>AQ</code>)</p></div>
<div><img src="flags/ar.svg" width="100"/><p>Argentina (<code>AR</code>)</p></div>
<div><img src="flags/as.svg" width="100"/><p>American Samoa (<code>AS</code>)</p></div>
<div><img src="flags/at.svg" width="100"/><p>Austria (<code>AT</code>)</p></div>
<div><img src="flags/au.svg" width="100"/><p>Australia (<code>AU</code>)</p></div>
<div><img src="flags/aw.svg" width="100"/><p>Aruba (<code>AW</code>)</p></div>
<div><img src="flags/ax.svg" width="100"/><p>Åland Islands (<code>AX</code>)</p></div>
<div><img src="flags/az.svg" width="100"/><p>Azerbaijan (<code>AZ</code>)</p></div>
<div><img src="flags/ba.svg" width="100"/><p>Bosnia and Herzegovina (<code>BA</code>)</p></div>
<div><img src="flags/bb.svg" width="100"/><p>Barbados (<code>BB</code>)</p></div>
<div><img src="flags/bd.svg" width="100"/><p>Bangladesh (<code>BD</code>)</p></div>
<div><img src="flags/be.svg" width="100"/><p>Belgium (<code>BE</code>)</p></div>
<div><img src="flags/bf.svg" width="100"/><p>Burkina Faso (<code>BF</code>)</p></div>
<div><img src="flags/bg.svg" width="100"/><p>Bulgaria (<code>BG</code>)</p></div>
<div><img src="flags/bh.svg" width="100"/><p>Bahrain (<code>BH</code>)</p></div>
<div><img src="flags/bi.svg" width="100"/><p>Burundi (<code>BI</code>)</p></div>
<div><img src="flags/bj.svg" width="100"/><p>Benin (<code>BJ</code>)</p></div>
<div><img src="flags/bl.svg" width="100"/><p>Saint Barthélemy (<code>BL</code>)</p></div>
<div><img src="flags/bm.svg" width="100"/><p>Bermuda (<code>BM</code>)</p></div>
<div><img src="flags/bn.svg" width="100"/><p>Brunei (<code>BN</code>)</p></div>
<div><img src="flags/bo.svg" width="100"/><p>Bolivia (<code>BO</code>)</p></div>
<div><img src="flags/bq-bo.svg" width="100"/><p>Bonaire (<code>BQ-BO</code>)</p></div>
<div><img src="flags/bq-sa.svg" width="100"/><p>Saba (<code>BQ-SA</code>)</p></div>
<div><img src="flags/bq-se.svg" width="100"/><p>Sint Eustatius (<code>BQ-SE</code>)</p></div>
<div><img src="flags/br.svg" width="100"/><p>Brazil (<code>BR</code>)</p></div>
<div><img src="flags/bs.svg" width="100"/><p>Bahamas (<code>BS</code>)</p></div>
<div><img src="flags/bt.svg" width="100"/><p>Bhutan (<code>BT</code>)</p></div>
<div><img src="flags/bv.svg" width="100"/><p>Bouvet Island (<code>BV</code>)</p></div>
<div><img src="flags/bw.svg" width="100"/><p>Botswana (<code>BW</code>)</p></div>
<div><img src="flags/by.svg" width="100"/><p>Belarus (<code>BY</code>)</p></div>
<div><img src="flags/bz.svg" width="100"/><p>Belize (<code>BZ</code>)</p></div>
<div><img src="flags/ca-bc.svg" width="100"/><p>British Columbia</p></div>
<div><img src="flags/ca.svg" width="100"/><p>Canada (<code>CA</code>)</p></div>
<div><img src="flags/cc.svg" width="100"/><p>Cocos (Keeling) Islands (<code>CC</code>)</p></div>
<div><img src="flags/cd.svg" width="100"/><p>Congo, Democratic Republic of the (<code>CD</code>)</p></div>
<div><img src="flags/cf.svg" width="100"/><p>Central African Republic (<code>CF</code>)</p></div>
<div><img src="flags/cg.svg" width="100"/><p>Congo (<code>CG</code>)</p></div>
<div><img src="flags/ch.svg" width="100"/><p>Switzerland (<code>CH</code>)</p></div>
<div><img src="flags/ci.svg" width="100"/><p>Ivory Coast (<code>CI</code>)</p></div>
<div><img src="flags/ck.svg" width="100"/><p>Cook Islands (<code>CK</code>)</p></div>
<div><img src="flags/cl.svg" width="100"/><p>Chile (<code>CL</code>)</p></div>
<div><img src="flags/cm.svg" width="100"/><p>Cameroon (<code>CM</code>)</p></div>
<div><img src="flags/cn.svg" width="100"/><p>China (<code>CN</code>)</p></div>
<div><img src="flags/co.svg" width="100"/><p>Colombia (<code>CO</code>)</p></div>
<div><img src="flags/cr.svg" width="100"/><p>Costa Rica (<code>CR</code>)</p></div>
<div><img src="flags/cu.svg" width="100"/><p>Cuba (<code>CU</code>)</p></div>
<div><img src="flags/cv.svg" width="100"/><p>Cabo Verde (<code>CV</code>)</p></div>
<div><img src="flags/cw.svg" width="100"/><p>Curaçao (<code>CW</code>)</p></div>
<div><img src="flags/cx.svg" width="100"/><p>Christmas Island (<code>CX</code>)</p></div>
<div><img src="flags/cy.svg" width="100"/><p>Cyprus (<code>CY</code>)</p></div>
<div><img src="flags/cz.svg" width="100"/><p>Czechia (<code>CZ</code>)</p></div>
<div><img src="flags/de.svg" width="100"/><p>Germany (<code>DE</code>)</p></div>
<div><img src="flags/dj.svg" width="100"/><p>Djibouti (<code>DJ</code>)</p></div>
<div><img src="flags/dk.svg" width="100"/><p>Denmark (<code>DK</code>)</p></div>
<div><img src="flags/dm.svg" width="100"/><p>Dominica (<code>DM</code>)</p></div>
<div><img src="flags/do.svg" width="100"/><p>Dominican Republic (<code>DO</code>)</p></div>
<div><img src="flags/dz.svg" width="100"/><p>Algeria (<code>DZ</code>)</p></div>
<div><img src="flags/easter_island.svg" width="100"/><p>Easter Island</p></div>
<div><img src="flags/ec-w.svg" width="100"/><p>Galápagos</p></div>
<div><img src="flags/ec.svg" width="100"/><p>Ecuador (<code>EC</code>)</p></div>
<div><img src="flags/ee.svg" width="100"/><p>Estonia (<code>EE</code>)</p></div>
<div><img src="flags/eg.svg" width="100"/><p>Egypt (<code>EG</code>)</p></div>
<div><img src="flags/eh.svg" width="100"/><p>Western Sahara (<code>EH</code>)</p></div>
<div><img src="flags/er.svg" width="100"/><p>Eritrea (<code>ER</code>)</p></div>
<div><img src="flags/es-ce.svg" width="100"/><p>Ceuta</p></div>
<div><img src="flags/es-cn.svg" width="100"/><p>Canary Islands</p></div>
<div><img src="flags/es-ga.svg" width="100"/><p>Galicia</p></div>
<div><img src="flags/es-ib.svg" width="100"/><p>Balearic Islands</p></div>
<div><img src="flags/es-ml.svg" width="100"/><p>Melilla</p></div>
<div><img src="flags/es-pv.svg" width="100"/><p>Basque Country</p></div>
<div><img src="flags/es.svg" width="100"/><p>Spain (<code>ES</code>)</p></div>
<div><img src="flags/esperanto.svg" width="100"/><p>Esperanto</p></div>
<div><img src="flags/et.svg" width="100"/><p>Ethiopia (<code>ET</code>)</p></div>
<div><img src="flags/european_union.svg" width="100"/><p>European Union</p></div>
<div><img src="flags/fi.svg" width="100"/><p>Finland (<code>FI</code>)</p></div>
<div><img src="flags/fj.svg" width="100"/><p>Fiji (<code>FJ</code>)</p></div>
<div><img src="flags/fk.svg" width="100"/><p>Falkland Islands (Malvinas) (<code>FK</code>)</p></div>
<div><img src="flags/fm.svg" width="100"/><p>Micronesia (<code>FM</code>)</p></div>
<div><img src="flags/fo.svg" width="100"/><p>Faroe Islands (<code>FO</code>)</p></div>
<div><img src="flags/fr-h.svg" width="100"/><p>Corsica</p></div>
<div><img src="flags/fr.svg" width="100"/><p>France (<code>FR</code>)</p></div>
<div><img src="flags/ga.svg" width="100"/><p>Gabon (<code>GA</code>)</p></div>
<div><img src="flags/gb-eng.svg" width="100"/><p>England</p></div>
<div><img src="flags/gb-ork.svg" width="100"/><p>Orkney</p></div>
<div><img src="flags/gb-sct.svg" width="100"/><p>Scotland</p></div>
<div><img src="flags/gb-wls.svg" width="100"/><p>Wales</p></div>
<div><img src="flags/gb.svg" width="100"/><p>United Kingdom (<code>GB</code>)</p></div>
<div><img src="flags/gd.svg" width="100"/><p>Grenada (<code>GD</code>)</p></div>
<div><img src="flags/ge.svg" width="100"/><p>Georgia (<code>GE</code>)</p></div>
<div><img src="flags/gf.svg" width="100"/><p>French Guiana (<code>GF</code>)</p></div>
<div><img src="flags/gg.svg" width="100"/><p>Guernsey (<code>GG</code>)</p></div>
<div><img src="flags/gh.svg" width="100"/><p>Ghana (<code>GH</code>)</p></div>
<div><img src="flags/gi.svg" width="100"/><p>Gibraltar (<code>GI</code>)</p></div>
<div><img src="flags/gl.svg" width="100"/><p>Greenland (<code>GL</code>)</p></div>
<div><img src="flags/gm.svg" width="100"/><p>Gambia (<code>GM</code>)</p></div>
<div><img src="flags/gn.svg" width="100"/><p>Guinea (<code>GN</code>)</p></div>
<div><img src="flags/gp.svg" width="100"/><p>Guadeloupe (<code>GP</code>)</p></div>
<div><img src="flags/gq.svg" width="100"/><p>Equatorial Guinea (<code>GQ</code>)</p></div>
<div><img src="flags/gr.svg" width="100"/><p>Greece (<code>GR</code>)</p></div>
<div><img src="flags/gs.svg" width="100"/><p>South Georgia and the South Sandwich Islands (<code>GS</code>)</p></div>
<div><img src="flags/gt.svg" width="100"/><p>Guatemala (<code>GT</code>)</p></div>
<div><img src="flags/gu.svg" width="100"/><p>Guam (<code>GU</code>)</p></div>
<div><img src="flags/gw.svg" width="100"/><p>Guinea-Bissau (<code>GW</code>)</p></div>
<div><img src="flags/gy.svg" width="100"/><p>Guyana (<code>GY</code>)</p></div>
<div><img src="flags/hausa.svg" width="100"/><p>Hausa</p></div>
<div><img src="flags/hk.svg" width="100"/><p>Hong Kong (<code>HK</code>)</p></div>
<div><img src="flags/hmong.svg" width="100"/><p>Hmong</p></div>
<div><img src="flags/hm.svg" width="100"/><p>Heard Island and McDonald Islands (<code>HM</code>)</p></div>
<div><img src="flags/hn.svg" width="100"/><p>Honduras (<code>HN</code>)</p></div>
<div><img src="flags/hr.svg" width="100"/><p>Croatia (<code>HR</code>)</p></div>
<div><img src="flags/ht.svg" width="100"/><p>Haiti (<code>HT</code>)</p></div>
<div><img src="flags/hu.svg" width="100"/><p>Hungary (<code>HU</code>)</p></div>
<div><img src="flags/id.svg" width="100"/><p>Indonesia (<code>ID</code>)</p></div>
<div><img src="flags/ie.svg" width="100"/><p>Ireland (<code>IE</code>)</p></div>
<div><img src="flags/il.svg" width="100"/><p>Israel (<code>IL</code>)</p></div>
<div><img src="flags/im.svg" width="100"/><p>Isle of Man (<code>IM</code>)</p></div>
<div><img src="flags/in.svg" width="100"/><p>India (<code>IN</code>)</p></div>
<div><img src="flags/io.svg" width="100"/><p>British Indian Ocean Territory (<code>IO</code>)</p></div>
<div><img src="flags/iq.svg" width="100"/><p>Iraq (<code>IQ</code>)</p></div>
<div><img src="flags/ir.svg" width="100"/><p>Iran (<code>IR</code>)</p></div>
<div><img src="flags/is.svg" width="100"/><p>Iceland (<code>IS</code>)</p></div>
<div><img src="flags/it-82.svg" width="100"/><p>Sicily</p></div>
<div><img src="flags/it-88.svg" width="100"/><p>Sardinia</p></div>
<div><img src="flags/it.svg" width="100"/><p>Italy (<code>IT</code>)</p></div>
<div><img src="flags/je.svg" width="100"/><p>Jersey (<code>JE</code>)</p></div>
<div><img src="flags/jm.svg" width="100"/><p>Jamaica (<code>JM</code>)</p></div>
<div><img src="flags/jo.svg" width="100"/><p>Jordan (<code>JO</code>)</p></div>
<div><img src="flags/jp.svg" width="100"/><p>Japan (<code>JP</code>)</p></div>
<div><img src="flags/kannada.svg" width="100"/><p>Kannada</p></div>
<div><img src="flags/ke.svg" width="100"/><p>Kenya (<code>KE</code>)</p></div>
<div><img src="flags/kg.svg" width="100"/><p>Kyrgyzstan (<code>KG</code>)</p></div>
<div><img src="flags/kh.svg" width="100"/><p>Cambodia (<code>KH</code>)</p></div>
<div><img src="flags/ki.svg" width="100"/><p>Kiribati (<code>KI</code>)</p></div>
<div><img src="flags/km.svg" width="100"/><p>Comoros (<code>KM</code>)</p></div>
<div><img src="flags/kn.svg" width="100"/><p>Saint Kitts and Nevis (<code>KN</code>)</p></div>
<div><img src="flags/kp.svg" width="100"/><p>North Korea (<code>KP</code>)</p></div>
<div><img src="flags/kr.svg" width="100"/><p>South Korea (<code>KR</code>)</p></div>
<div><img src="flags/kurdistan.svg" width="100"/><p>Kurdistan</p></div>
<div><img src="flags/kw.svg" width="100"/><p>Kuwait (<code>KW</code>)</p></div>
<div><img src="flags/ky.svg" width="100"/><p>Cayman Islands (<code>KY</code>)</p></div>
<div><img src="flags/kz.svg" width="100"/><p>Kazakhstan (<code>KZ</code>)</p></div>
<div><img src="flags/la.svg" width="100"/><p>Laos (<code>LA</code>)</p></div>
<div><img src="flags/lb.svg" width="100"/><p>Lebanon (<code>LB</code>)</p></div>
<div><img src="flags/lc.svg" width="100"/><p>Saint Lucia (<code>LC</code>)</p></div>
<div><img src="flags/li.svg" width="100"/><p>Liechtenstein (<code>LI</code>)</p></div>
<div><img src="flags/lk.svg" width="100"/><p>Sri Lanka (<code>LK</code>)</p></div>
<div><img src="flags/lr.svg" width="100"/><p>Liberia (<code>LR</code>)</p></div>
<div><img src="flags/ls.svg" width="100"/><p>Lesotho (<code>LS</code>)</p></div>
<div><img src="flags/lt.svg" width="100"/><p>Lithuania (<code>LT</code>)</p></div>
<div><img src="flags/lu.svg" width="100"/><p>Luxembourg (<code>LU</code>)</p></div>
<div><img src="flags/lv.svg" width="100"/><p>Latvia (<code>LV</code>)</p></div>
<div><img src="flags/ly.svg" width="100"/><p>Libya (<code>LY</code>)</p></div>
<div><img src="flags/ma.svg" width="100"/><p>Morocco (<code>MA</code>)</p></div>
<div><img src="flags/malayali.svg" width="100"/><p>Malayali</p></div>
<div><img src="flags/maori.svg" width="100"/><p>Maori</p></div>
<div><img src="flags/mc.svg" width="100"/><p>Monaco (<code>MC</code>)</p></div>
<div><img src="flags/md.svg" width="100"/><p>Moldova (<code>MD</code>)</p></div>
<div><img src="flags/me.svg" width="100"/><p>Montenegro (<code>ME</code>)</p></div>
<div><img src="flags/mf.svg" width="100"/><p>Saint-Martin (<code>MF</code>)</p></div>
<div><img src="flags/mg.svg" width="100"/><p>Madagascar (<code>MG</code>)</p></div>
<div><img src="flags/mh.svg" width="100"/><p>Marshall Islands (<code>MH</code>)</p></div>
<div><img src="flags/mk.svg" width="100"/><p>North Macedonia (<code>MK</code>)</p></div>
<div><img src="flags/ml.svg" width="100"/><p>Mali (<code>ML</code>)</p></div>
<div><img src="flags/mm.svg" width="100"/><p>Myanmar (<code>MM</code>)</p></div>
<div><img src="flags/mn.svg" width="100"/><p>Mongolia (<code>MN</code>)</p></div>
<div><img src="flags/mo.svg" width="100"/><p>Macao (<code>MO</code>)</p></div>
<div><img src="flags/mp.svg" width="100"/><p>Northern Mariana Islands (<code>MP</code>)</p></div>
<div><img src="flags/mq.svg" width="100"/><p>Martinique (<code>MQ</code>)</p></div>
<div><img src="flags/mr.svg" width="100"/><p>Mauritania (<code>MR</code>)</p></div>
<div><img src="flags/ms.svg" width="100"/><p>Montserrat (<code>MS</code>)</p></div>
<div><img src="flags/mt.svg" width="100"/><p>Malta (<code>MT</code>)</p></div>
<div><img src="flags/mu.svg" width="100"/><p>Mauritius (<code>MU</code>)</p></div>
<div><img src="flags/mv.svg" width="100"/><p>Maldives (<code>MV</code>)</p></div>
<div><img src="flags/mw.svg" width="100"/><p>Malawi (<code>MW</code>)</p></div>
<div><img src="flags/mx.svg" width="100"/><p>Mexico (<code>MX</code>)</p></div>
<div><img src="flags/my.svg" width="100"/><p>Malaysia (<code>MY</code>)</p></div>
<div><img src="flags/mz.svg" width="100"/><p>Mozambique (<code>MZ</code>)</p></div>
<div><img src="flags/na.svg" width="100"/><p>Namibia (<code>NA</code>)</p></div>
<div><img src="flags/nc.svg" width="100"/><p>New Caledonia (<code>NC</code>)</p></div>
<div><img src="flags/nato.svg" width="100"/><p>NATO</p></div>
<div><img src="flags/ne.svg" width="100"/><p>Niger (<code>NE</code>)</p></div>
<div><img src="flags/nf.svg" width="100"/><p>Norfolk Island (<code>NF</code>)</p></div>
<div><img src="flags/ng.svg" width="100"/><p>Nigeria (<code>NG</code>)</p></div>
<div><img src="flags/ni.svg" width="100"/><p>Nicaragua (<code>NI</code>)</p></div>
<div><img src="flags/nl.svg" width="100"/><p>Netherlands (<code>NL</code>)</p></div>
<div><img src="flags/no.svg" width="100"/><p>Norway (<code>NO</code>)</p></div>
<div><img src="flags/northern_cyprus.svg" width="100"/><p>Northern Cyprus</p></div>
<div><img src="flags/np.svg" width="100"/><p>Nepal (<code>NP</code>)</p></div>
<div><img src="flags/nr.svg" width="100"/><p>Nauru (<code>NR</code>)</p></div>
<div><img src="flags/nu.svg" width="100"/><p>Niue (<code>NU</code>)</p></div>
<div><img src="flags/nz.svg" width="100"/><p>New Zealand (<code>NZ</code>)</p></div>
<div><img src="flags/om.svg" width="100"/><p>Oman (<code>OM</code>)</p></div>
<div><img src="flags/pa.svg" width="100"/><p>Panama (<code>PA</code>)</p></div>
<div><img src="flags/pe.svg" width="100"/><p>Peru (<code>PE</code>)</p></div>
<div><img src="flags/pf.svg" width="100"/><p>French Polynesia (<code>PF</code>)</p></div>
<div><img src="flags/pg.svg" width="100"/><p>Papua New Guinea (<code>PG</code>)</p></div>
<div><img src="flags/ph.svg" width="100"/><p>Philippines (<code>PH</code>)</p></div>
<div><img src="flags/pk.svg" width="100"/><p>Pakistan (<code>PK</code>)</p></div>
<div><img src="flags/pl.svg" width="100"/><p>Poland (<code>PL</code>)</p></div>
<div><img src="flags/pm.svg" width="100"/><p>Saint Pierre and Miquelon (<code>PM</code>)</p></div>
<div><img src="flags/pn.svg" width="100"/><p>Pitcairn Islands (<code>PN</code>)</p></div>
<div><img src="flags/pr.svg" width="100"/><p>Puerto Rico (<code>PR</code>)</p></div>
<div><img src="flags/ps.svg" width="100"/><p>Palestine (<code>PS</code>)</p></div>
<div><img src="flags/pt-20.svg" width="100"/><p>Azores</p></div>
<div><img src="flags/pt-30.svg" width="100"/><p>Madeira</p></div>
<div><img src="flags/pt.svg" width="100"/><p>Portugal (<code>PT</code>)</p></div>
<div><img src="flags/pw.svg" width="100"/><p>Palau (<code>PW</code>)</p></div>
<div><img src="flags/py.svg" width="100"/><p>Paraguay (<code>PY</code>)</p></div>
<div><img src="flags/qa.svg" width="100"/><p>Qatar (<code>QA</code>)</p></div>
<div><img src="flags/re.svg" width="100"/><p>Réunion (<code>RE</code>)</p></div>
<div><img src="flags/ro.svg" width="100"/><p>Romania (<code>RO</code>)</p></div>
<div><img src="flags/rs.svg" width="100"/><p>Serbia (<code>RS</code>)</p></div>
<div><img src="flags/ru.svg" width="100"/><p>Russia (<code>RU</code>)</p></div>
<div><img src="flags/rw.svg" width="100"/><p>Rwanda (<code>RW</code>)</p></div>
<div><img src="flags/sa.svg" width="100"/><p>Saudi Arabia (<code>SA</code>)</p></div>
<div><img src="flags/sb.svg" width="100"/><p>Solomon Islands (<code>SB</code>)</p></div>
<div><img src="flags/sc.svg" width="100"/><p>Seychelles (<code>SC</code>)</p></div>
<div><img src="flags/sd.svg" width="100"/><p>Sudan (<code>SD</code>)</p></div>
<div><img src="flags/se.svg" width="100"/><p>Sweden (<code>SE</code>)</p></div>
<div><img src="flags/sg.svg" width="100"/><p>Singapore (<code>SG</code>)</p></div>
<div><img src="flags/sh-hl.svg" width="100"/><p>Saint Helena (<code>SH-HL</code>)</p></div>
<div><img src="flags/sh-ac.svg" width="100"/><p>Ascension Island (<code>SH-AC</code>)</p></div>
<div><img src="flags/sh-ta.svg" width="100"/><p>Tristan da Cunha (<code>SH-TA</code>)</p></div>
<div><img src="flags/si.svg" width="100"/><p>Slovenia (<code>SI</code>)</p></div>
<div><img src="flags/sindh.svg" width="100"/><p>Sindh</p></div>
<div><img src="flags/sj.svg" width="100"/><p>Svalbard and Jan Mayen (<code>SJ</code>)</p></div>
<div><img src="flags/sk.svg" width="100"/><p>Slovakia (<code>SK</code>)</p></div>
<div><img src="flags/sl.svg" width="100"/><p>Sierra Leone (<code>SL</code>)</p></div>
<div><img src="flags/sm.svg" width="100"/><p>San Marino (<code>SM</code>)</p></div>
<div><img src="flags/sn.svg" width="100"/><p>Senegal (<code>SN</code>)</p></div>
<div><img src="flags/so.svg" width="100"/><p>Somalia (<code>SO</code>)</p></div>
<div><img src="flags/somaliland.svg" width="100"/><p>Somaliland</p></div>
<div><img src="flags/south_ossetia.svg" width="100"/><p>South Ossetia</p></div>
<div><img src="flags/sr.svg" width="100"/><p>Suriname (<code>SR</code>)</p></div>
<div><img src="flags/ss.svg" width="100"/><p>South Sudan (<code>SS</code>)</p></div>
<div><img src="flags/st.svg" width="100"/><p>São Tomé and Príncipe (<code>ST</code>)</p></div>
<div><img src="flags/sv.svg" width="100"/><p>El Salvador (<code>SV</code>)</p></div>
<div><img src="flags/sx.svg" width="100"/><p>Sint Maarten (<code>SX</code>)</p></div>
<div><img src="flags/sy.svg" width="100"/><p>Syria (<code>SY</code>)</p></div>
<div><img src="flags/sz.svg" width="100"/><p>Eswatini (<code>SZ</code>)</p></div>
<div><img src="flags/tc.svg" width="100"/><p>Turks and Caicos Islands (<code>TC</code>)</p></div>
<div><img src="flags/td.svg" width="100"/><p>Chad (<code>TD</code>)</p></div>
<div><img src="flags/tf.svg" width="100"/><p>French Southern Territories (<code>TF</code>)</p></div>
<div><img src="flags/tg.svg" width="100"/><p>Togo (<code>TG</code>)</p></div>
<div><img src="flags/th.svg" width="100"/><p>Thailand (<code>TH</code>)</p></div>
<div><img src="flags/tibet.svg" width="100"/><p>Tibet</p></div>
<div><img src="flags/tj.svg" width="100"/><p>Tajikistan (<code>TJ</code>)</p></div>
<div><img src="flags/tk.svg" width="100"/><p>Tokelau (<code>TK</code>)</p></div>
<div><img src="flags/tl.svg" width="100"/><p>Timor-Leste (<code>TL</code>)</p></div>
<div><img src="flags/tm.svg" width="100"/><p>Turkmenistan (<code>TM</code>)</p></div>
<div><img src="flags/tn.svg" width="100"/><p>Tunisia (<code>TN</code>)</p></div>
<div><img src="flags/to.svg" width="100"/><p>Tonga (<code>TO</code>)</p></div>
<div><img src="flags/tr.svg" width="100"/><p>Turkey (<code>TR</code>)</p></div>
<div><img src="flags/transnistria.svg" width="100"/><p>Transnistria</p></div>
<div><img src="flags/tt.svg" width="100"/><p>Trinidad and Tobago (<code>TT</code>)</p></div>
<div><img src="flags/tv.svg" width="100"/><p>Tuvalu (<code>TV</code>)</p></div>
<div><img src="flags/tw.svg" width="100"/><p>Taiwan (<code>TW</code>)</p></div>
<div><img src="flags/tz.svg" width="100"/><p>Tanzania (<code>TZ</code>)</p></div>
<div><img src="flags/ua.svg" width="100"/><p>Ukraine (<code>UA</code>)</p></div>
<div><img src="flags/ug.svg" width="100"/><p>Uganda (<code>UG</code>)</p></div>
<div><img src="flags/united_nations.svg" width="100"/><p>United Nations</p></div>
<div><img src="flags/us-hi.svg" width="100"/><p>Hawaii</p></div>
<div><img src="flags/us.svg" width="100"/><p>United States of America (<code>US</code>)</p></div>
<div><img src="flags/um.svg" width="100"/><p>United States Minor Outlying Islands (<code>UM</code>)</p></div>
<div><img src="flags/uy.svg" width="100"/><p>Uruguay (<code>UY</code>)</p></div>
<div><img src="flags/uz.svg" width="100"/><p>Uzbekistan (<code>UZ</code>)</p></div>
<div><img src="flags/va.svg" width="100"/><p>Holy See (Vatican) (<code>VA</code>)</p></div>
<div><img src="flags/vc.svg" width="100"/><p>Saint Vincent and the Grenadines (<code>VC</code>)</p></div>
<div><img src="flags/ve.svg" width="100"/><p>Venezuela (<code>VE</code>)</p></div>
<div><img src="flags/vg.svg" width="100"/><p>Virgin Islands (British) (<code>VG</code>)</p></div>
<div><img src="flags/vi.svg" width="100"/><p>Virgin Islands (U.S.) (<code>VI</code>)</p></div>
<div><img src="flags/vn.svg" width="100"/><p>Vietnam (<code>VN</code>)</p></div>
<div><img src="flags/vu.svg" width="100"/><p>Vanuatu (<code>VU</code>)</p></div>
<div><img src="flags/wf.svg" width="100"/><p>Wallis and Futuna (<code>WF</code>)</p></div>
<div><img src="flags/ws.svg" width="100"/><p>Samoa (<code>WS</code>)</p></div>
<div><img src="flags/xk.svg" width="100"/><p>Kosovo (<code>XK</code>)</p></div>
<div><img src="flags/xx.svg" width="100"/><p>&lt;Placeholder&gt;</p></div>
<div><img src="flags/ye.svg" width="100"/><p>Yemen (<code>YE</code>)</p></div>
<div><img src="flags/yt.svg" width="100"/><p>Mayotte (<code>YT</code>)</p></div>
<div><img src="flags/yiddish.svg" width="100"/><p>Yiddish</p></div>
<div><img src="flags/za.svg" width="100"/><p>South Africa (<code>ZA</code>)</p></div>
<div><img src="flags/zm.svg" width="100"/><p>Zambia (<code>ZM</code>)</p></div>
<div><img src="flags/zw.svg" width="100"/><p>Zimbabwe (<code>ZW</code>)</p></div>
</div>

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
flags/ac.svg Symbolic link
View file

@ -0,0 +1 @@
sh-ac.svg

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h144.7l36 254.6-36 257.4H0z"/><path fill="#d80027" d="M367.3 0H512v512H367.3l-29.7-257.3z"/><path fill="#ffda44" d="M144.7 0h222.6v512H144.7z"/><path fill="#d80027" d="M256 354.5V256h66.8v47.3zm-66.8-165.3H256V256h-66.8z"/><path fill="#ff9811" d="M289.4 167a22.3 22.3 0 0 0-33.4-19.3 22.1 22.1 0 0 0-11.1-3c-12.3 0-22.3 10-22.3 22.3H167v111.3c0 41.4 32.9 65.4 58.7 77.8a22.1 22.1 0 0 0-3 11.2 22.3 22.3 0 0 0 33.3 19.3 22.1 22.1 0 0 0 11.1 3 22.3 22.3 0 0 0 19.2-33.5c25.8-12.4 58.7-36.4 58.7-77.8V167zm22.3 111.3c0 5.8 0 23.4-27.5 40.9a136.5 136.5 0 0 1-28.2 13.3c-7-2.4-17.8-6.7-28.2-13.3-27.5-17.5-27.5-35.1-27.5-41v-77.9h111.4z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h144.7l36 254.6-36 257.4H0z"/><path fill="#d80027" d="M367.3 0H512v512H367.3l-29.7-257.3z"/><path fill="#ffda44" d="M144.7 0h222.6v512H144.7z"/><path fill="#d80027" d="M256 354.5V256h66.8v47.3zm-66.8-165.3H256V256h-66.8z"/><path fill="#ff9811" d="M289.4 167a22.3 22.3 0 0 0-33.4-19.3 22.1 22.1 0 0 0-11.1-3c-12.3 0-22.3 10-22.3 22.3H167v111.3c0 41.4 32.9 65.4 58.7 77.8a22.1 22.1 0 0 0-3 11.2 22.3 22.3 0 0 0 33.3 19.3 22.1 22.1 0 0 0 11.1 3 22.3 22.3 0 0 0 19.2-33.5c25.8-12.4 58.7-36.4 58.7-77.8V167zm22.3 111.3c0 5.8 0 23.4-27.5 40.9a136.5 136.5 0 0 1-28.2 13.3c-7-2.4-17.8-6.7-28.2-13.3-27.5-17.5-27.5-35.1-27.5-41v-77.9h111.4z"/></g></svg>

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 844 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#a2001d" d="M0 0h167l52.3 252L167 512H0z"/><path fill="#eee" d="M167 167l170.8-44.6L512 167v178l-173.2 36.9L167 345z"/><path fill="#6da544" d="M167 0h345v167H167z"/><path fill="#333" d="M167 345h345v167H167z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#a2001d" d="M0 0h167l52.3 252L167 512H0z"/><path fill="#eee" d="m167 167 170.8-44.6L512 167v178l-173.2 36.9L167 345z"/><path fill="#6da544" d="M167 0h345v167H167z"/><path fill="#333" d="M167 345h345v167H167z"/></g></svg>

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 404 B

1
flags/af-emirate.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v512H0Z"/><path fill="#333" d="M131.4 194.7V236h-15.8v-26.7H97.8q-6.3 0-10.8 2.3a15 15 0 0 0-6.7 6.4 22 22 0 0 0-2.3 10.5q0 6 2.3 10.3 2.2 3.9 6.7 6 4.5 2 10.8 2H173v-52.2h-13V236h-15.8v-41.4zm52.9 0V247H197v-52.4zm55.3 0V236h-11v-31h-12.8v31h-9.3v11h45.9v-52.3zm24.3 0V247h12.8v-52.4zm77.8 0V236H326v-26.7h-17.8q-6.3 0-10.8 2.3a15 15 0 0 0-6.7 6.4 22 22 0 0 0-2.3 10.5q0 6 2.3 10.3 2.2 3.9 6.7 6 4.5 2 10.8 2h46.5v-52.2zm24.2 0V247h12.8v-52.4zm55.3 0V236h-11v-31h-12.8v31H388v11h46v-52.3zM97.8 220.3h5V236h-5q-2.5 0-4-.3-1.5-.5-2.2-2a13 13 0 0 1-.8-5.1q0-3.7.8-5.4 1-1.8 2.5-2.3 1.5-.7 3.7-.7m210.3 0h5v15.9h-5q-2.5 0-4-.4-1.6-.5-2.2-2a13 13 0 0 1-.8-5.1q0-3.7.8-5.4 1-1.8 2.5-2.3 1.6-.7 3.7-.7m-193.3 47.5V296h-11v-18.5H91.7q-4.5 0-7.4 1.6-3 1.5-4.6 4.5t-1.6 7.1 1.6 7q1.5 3 4.6 4.3 3 1.4 7.4 1.4h51.7v-36h-8.8V296h-11v-28.4zm36.3 0v36h8.8v-36zm39.7 0v35.7a6 6 0 0 1-.6 2.8q-.6 1-2 2-1.6.5-4 .6a9 9 0 0 1-4.2-.7q-1.8-.8-2.4-2-1-1.3-1-3l.3-2.9 1.5-10.8-8.7-1-1.2 8.3-.6 6.4q0 3.7 2 6.7a14 14 0 0 0 5.9 4.8q3.5 1.7 8.3 1.7 4.5 0 8-1.6 3.6-1.6 5.5-4.6 2-2.7 2-6.7v-35.8zm159.5 10a36 36 0 0 0-10 1.3 57 57 0 0 0-1.3 17h-11v-2a20 20 0 0 0-2-9.2q-1.7-3.6-5.3-5.3a20 20 0 0 0-8.7-1.8h-4.2v7.5h4.2q2.7 0 4.3.8t2.2 2.6.7 5.4v2h-12.7v7.6H434v-12.8q0-5-1.6-7.8a8 8 0 0 0-4.7-4 19 19 0 0 0-8-1.4 36 36 0 0 0-10 1.4 40 40 0 0 0-1.4 7.4 57 57 0 0 0 0 9.6h-11v-4.8q0-4.2-2-7.2t-5.4-4.6a18 18 0 0 0-8-1.7q-2 0-4.1.4l-4.3.8.7 7a48 48 0 0 1 6.7-.6q3.9 0 6 1.5 1.6 1.5 1.7 4.4v5h-24v-5.4q0-5-1.5-7.8-1.7-3-4.8-4-3-1.4-8-1.4m-131.7.1a16 16 0 0 0-7.4 1.6q-3 1.4-4.6 4.4T205 291t1.6 7q1.6 3 4.6 4.3 3 1.4 7.4 1.4h3.5v1.6q0 2.4-1.5 3.4-1.5 1.2-4.7 1.2l-3-.2q-1.8.1-4.3-.4l-1.2 7q4.2 1 8.5 1 4.5 0 7.8-1.4 3.3-1.5 5.3-4.2a11 11 0 0 0 1.9-6.4v-1.6h22.9a15 15 0 0 0 7.9-2q1 .6 2.2 1 2.2 1 4.7 1h13.9v-14l-.3-3.3-1.3-8.6-8.7 1.3q.9 5.3 1.4 10.5v6.6h-5l-2-.4-.8-.5q.6-2.7.7-6.2v-8.6h-8.8v8.6q0 3-.4 4.6t-1 2a5 5 0 0 1-2.5.5h-3v-13h-9v13H231v-18.5zm73.8 0v26.6q0 2.8-1 4-1 1.5-2.8 1.5h-2.8l-.2 7.3 3 .2q3.9 0 6.7-1.7t4.3-4.6q1.5-2.8 1.6-6.7v-26.7zm58 7.4q2.1 0 3.3.5a3 3 0 0 1 1.7 1.7q.3 1.4.4 3.4v5.4h-8a71 71 0 0 1 0-8.6l.2-2.3zm69.3 0q2.1 0 3.4.5t1.6 1.7q.5 1.4.5 3.4v5.4h-8a71 71 0 0 1-.1-8.6l.2-2.3zm-328.1.1H95v11h-3.4q-1.7 0-2.7-.4-1-.3-1.6-1.4a9 9 0 0 1-.5-3.5q0-2.6.6-3.7a3 3 0 0 1 1.6-1.6 8 8 0 0 1 2.5-.4m127 0h3.5v11h-3.5q-1.7 0-2.7-.4-1-.3-1.6-1.4a9 9 0 0 1-.5-3.5q0-2.6.6-3.7a3 3 0 0 1 1.7-1.6 8 8 0 0 1 2.5-.4"/></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M144.7 0h222.6l37 257.7-37 254.3H144.7l-42.4-255.2z"/><path fill="#496e2d" d="M367.3 0H512v512H367.3z"/><path fill="#333" d="M0 0h144.7v512H0z"/><g fill="#ffda44"><path d="M256 167a89 89 0 1 0 0 178 89 89 0 0 0 0-178zm0 144.7a55.7 55.7 0 1 1 0-111.4 55.7 55.7 0 0 1 0 111.4z"/><path d="M256 222.6c-12.3 0-22.3 10-22.3 22.3v33.4h44.6v-33.4c0-12.3-10-22.3-22.3-22.3z"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M145 0h222l32 256-32 256H145l-32-256Z"/><path fill="#496e2d" d="M367 0h145v512H367Z"/><path fill="#333" d="M0 0h145v512H0Z"/><path fill="#ffda44" d="M256 167a89 89 0 0 0 0 178 89 89 0 0 0 0-178m0 33a56 56 0 0 1 0 112 56 56 0 0 1 0-112m0 28.5c-12 0-22 10-22 22v33h44v-33c0-12-10-22-22-22"/></g></svg>

Before

Width:  |  Height:  |  Size: 552 B

After

Width:  |  Height:  |  Size: 495 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#333" d="M0 .4h512l-34 229H36z"/><path fill="#ffda44" d="M367.3 205.3l-109.7 19.4-112.9-19.4 45.5-21.3-24.2-44 49.3 9.4 6.3-49.9 34.4 36.7 34.4-36.6 6.3 50L346 140l-24.2 44z"/><path fill="#0052b4" d="M25.6 205.3h466.8L257 439.5z"/><path fill="#eee" d="M34 307.4h446L256 511.6z"/><path fill="#a2001d" d="M0 511.6l256 .4L0 .4zm256 .4l256-.4V0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#333" d="M0 .4h512l-34 229H36z"/><path fill="#ffda44" d="m367.3 205.3-109.7 19.4-112.9-19.4 45.5-21.3-24.2-44 49.3 9.4 6.3-49.9 34.4 36.7 34.4-36.6 6.3 50L346 140l-24.2 44z"/><path fill="#0052b4" d="M25.6 205.3h466.8L257 439.5z"/><path fill="#eee" d="M34 307.4h446L256 511.6z"/><path fill="#a2001d" d="m0 511.6 256 .4L0 .4zm256 .4 256-.4V0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 537 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256z"/><path fill="#496e2d" d="M445.2 256.1zm-155.8 0z"/><path fill="#eee" d="M433 293.6a62.4 62.4 0 0 0 12.2-37.5V144.8a55.4 55.4 0 0 1-33.4 11.1 55.6 55.6 0 0 1-44.5-22.2 55.6 55.6 0 0 1-44.5 22.2 55.4 55.4 0 0 1-33.4-11.1v111.3c0 15 5 27.3 12.3 37.5h131.2z"/><path fill="#ff9811" d="M409.8 235.5a91 91 0 0 0 6.3-27.6c0-10.1-13.2-18.3-13.2-18.3s-13.2 8.2-13.2 18.3a91 91 0 0 0 6.3 27.6l-7.6 17.1a38.3 38.3 0 0 0 29 0zm-51.5-55.6a91 91 0 0 0-27 8.3c-8.8 5-9.3 20.5-9.3 20.5s13.7 7.4 22.4 2.3c5.5-3.1 15-11.8 20.8-19.2l18.6-2a38.4 38.4 0 0 0-4.7-14 38.4 38.4 0 0 0-9.7-11.1zm-22.4 72.2a91 91 0 0 0 20.7 19.3c8.8 5 22.5-2.3 22.5-2.3s-.6-15.5-9.3-20.5a91 91 0 0 0-27-8.4l-11.1-15.1a38.4 38.4 0 0 0-9.7 11 38.4 38.4 0 0 0-4.8 14z"/><path fill="#338af3" d="M299 289.5c20.7 33.3 68.3 44.5 68.3 44.5s47.6-11.2 68.4-44.5H298.9z"/><path fill="#eee" d="M256 0H100.2L66.7 14.9 33.4 0H0v33.4l15.7 31.3L0 100.2V256h33.4l34-13.6 32.8 13.6h33.4v-75.2l75.2 75.2H256l-7.7-21.3 7.7-10.2v-15.7l-75.2-75.2H256v-33.4l-11.8-33.4L256 33.4z"/><path fill="#d80027" d="M256 224.5l-91-91h-31.4L256 256z"/><path fill="#d80027" d="M33.4 0v33.4H0v66.8h33.4V256h66.8V100.2H256V33.4H100.2V0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><path fill="#496e2d" d="M445.2 256.1zm-155.8 0z"/><path fill="#eee" d="M433 293.6a62.4 62.4 0 0 0 12.2-37.5V144.8a55.4 55.4 0 0 1-33.4 11.1 55.6 55.6 0 0 1-44.5-22.2 55.6 55.6 0 0 1-44.5 22.2 55.4 55.4 0 0 1-33.4-11.1v111.3c0 15 5 27.3 12.3 37.5h131.2z"/><path fill="#ff9811" d="M409.8 235.5a91 91 0 0 0 6.3-27.6c0-10.1-13.2-18.3-13.2-18.3s-13.2 8.2-13.2 18.3a91 91 0 0 0 6.3 27.6l-7.6 17.1a38.3 38.3 0 0 0 29 0zm-51.5-55.6a91 91 0 0 0-27 8.3c-8.8 5-9.3 20.5-9.3 20.5s13.7 7.4 22.4 2.3c5.5-3.1 15-11.8 20.8-19.2l18.6-2a38.4 38.4 0 0 0-4.7-14 38.4 38.4 0 0 0-9.7-11.1zm-22.4 72.2a91 91 0 0 0 20.7 19.3c8.8 5 22.5-2.3 22.5-2.3s-.6-15.5-9.3-20.5a91 91 0 0 0-27-8.4l-11.1-15.1a38.4 38.4 0 0 0-9.7 11 38.4 38.4 0 0 0-4.8 14z"/><path fill="#338af3" d="M299 289.5c20.7 33.3 68.3 44.5 68.3 44.5s47.6-11.2 68.4-44.5H298.9Z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#333" d="M400.7 190H308a33.3 33.3 0 0 0-24.2-56.4 33.3 33.3 0 0 0-27.8 14.9 33.4 33.4 0 1 0-52 41.5h-92.7a45.8 45.8 0 0 0 46 44.5h-1.5c0 24.6 20 44.6 44.5 44.6 0 8 2.1 15.4 5.8 21.8l-37 37 28.4 28.3 40.2-40.2a30.5 30.5 0 0 0 4.9 1.4l-24.3 54.8L256 423l37.7-40.8-24.3-54.8a30.4 30.4 0 0 0 4.9-1.4l40.2 40.2 28.3-28.3-37-37a44.2 44.2 0 0 0 5.9-21.8c24.5 0 44.5-20 44.5-44.6h-1.5c24.6 0 46-19.9 46-44.5z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#333" d="M400.7 190H308a33.3 33.3 0 0 0-24.2-56.4 33.3 33.3 0 0 0-27.8 14.9 33.4 33.4 0 1 0-52 41.5h-92.7a45.8 45.8 0 0 0 46 44.5h-1.5c0 24.6 20 44.6 44.5 44.6 0 8 2.1 15.4 5.8 21.8l-37 37 28.4 28.3 40.2-40.2a30.5 30.5 0 0 0 4.9 1.4l-24.3 54.8L256 423l37.7-40.8-24.3-54.8a30.4 30.4 0 0 0 4.9-1.4l40.2 40.2 28.3-28.3-37-37a44.2 44.2 0 0 0 5.9-21.8c24.5 0 44.5-20 44.5-44.6h-1.5c24.6 0 46-19.9 46-44.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 639 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 166.9l253-26.7L512 167v178l-261.1 26L0 344.8z"/><path fill="#d80027" d="M0 0h512v166.9H0z"/><path fill="#ff9811" d="M0 344.9h512V512H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="m0 171 256-32 256 32v170l-256 32L0 341Z"/><path fill="#d80027" d="M0 0h512v171H0Z"/><path fill="#ff9811" d="M0 341h512v171H0Z"/></g></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 334 B

1
flags/an.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h171l85 32 85-32h171v171l-32 85 32 85v171H341l-85-32-85 32H0V341l32-85-32-85Z"/><path fill="#d80027" d="M171 0h170v512H171z"/><path fill="#0052b4" d="M512 171v170H0V171z"/><path fill="#eee" d="m236 247 52-37h-64l52 37-20-61zm-45 79 52-37h-64l52 37-20-61zm90 0 52-37h-64l52 37-20-61zm74-47 52-37h-64l52 37-20-61zm-238 0 52-37h-64l52 37-20-61z"/></g></svg>

After

Width:  |  Height:  |  Size: 551 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v256l-253 36.6L0 256z"/><path fill="#333" d="M0 256h512v256H0z"/><g fill="#ffda44"><path d="M220.9 203.6l21.7 15.8-8.3 25.5L256 229l21.7 15.7-8.3-25.5 21.7-15.7h-26.8L256 178l-8.3 25.5z"/><path d="M320 145.1a127.2 127.2 0 0 0-64-17v33.3a94 94 0 0 1 47.3 12.7 94.7 94.7 0 0 1-94.6 163.8 94 94 0 0 1-31.6-29.8l-27.9 18.4a128.1 128.1 0 0 0 217.7-6.5A128.1 128.1 0 0 0 320 145.1z"/><path d="M182.2 233.7a33.4 33.4 0 0 0 13.3 45.4l108.4 59.2c-7.4 13.5-3.4 30 10 37.3l29.3 16a27.8 27.8 0 0 0 37.8-11l16-29.3z"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v256l-256 32L0 256Z"/><path fill="#333" d="M0 256h512v256H0z"/><path fill="#ffda44" d="M256 128v33a94 94 0 0 1 47 13 95 95 0 0 1 23 138l-144-78a33 33 0 0 0 13 45l104 57a95 95 0 0 1-90 2 94 94 0 0 1-32-30l-28 18a128 128 0 0 0 160 46l5 4 29 16a28 28 0 0 0 38-11l16-30-37-20 7-11a128 128 0 0 0-47-175 127 127 0 0 0-64-17m0 50-8 26h-27l22 15-9 26 22-16 22 16-9-26 22-16h-27z"/></g></svg>

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 587 B

1
flags/aq-true_south.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 256 256 28l256 228v256H0Z"/><path fill="#002266" d="m114 256 142 228 142-228-142 57ZM0 0h512v256H398L256 28 114 256H0Z"/></g></svg>

After

Width:  |  Height:  |  Size: 328 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v512H0z"/><path fill="#eee" d="M135 343l-41-70 17-38-40-51-9-37 74 51 45-11 19-67 50-29 75 11 87 45 4 74 28 10v76l-53 94-64 20-59-14 15-25-7-26-8 7z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v512H0z"/><path fill="#eee" d="m135 343-41-70 17-38-40-51-9-37 74 51 45-11 19-67 50-29 75 11 87 45 4 74 28 10v76l-53 94-64 20-59-14 15-25-7-26-8 7z"/></g></svg>

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 364 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v144.7L488 256l24 111.3V512H0V367.3L26 256 0 144.7z"/><path fill="#eee" d="M0 144.7h512v222.6H0z"/><path fill="#ffda44" d="M332.4 256l-31.2 14.7 16.7 30.3-34-6.5-4.2 34.3-23.7-25.2-23.6 25.2-4.3-34.3-34 6.5 16.6-30.3-31.2-14.7 31.3-14.7L194 211l34 6.5 4.3-34.3 23.6 25.2 23.6-25.2 4.4 34.3 34-6.5-16.7 30.3z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v144.7L488 256l24 111.3V512H0V367.3L26 256 0 144.7z"/><path fill="#eee" d="M0 144.7h512v222.6H0z"/><path fill="#ffda44" d="m332.4 256-31.2 14.7 16.7 30.3-34-6.5-4.2 34.3-23.7-25.2-23.6 25.2-4.3-34.3-34 6.5 16.6-30.3-31.2-14.7 31.3-14.7L194 211l34 6.5 4.3-34.3 23.6 25.2 23.6-25.2 4.4 34.3 34-6.5-16.7 30.3z"/></g></svg>

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 523 B

1
flags/artsakh.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="m0 171 256-32 256 32v170l-256 32L0 341Z"/><path fill="#d80027" d="M0 0h512v171H0Z"/><path fill="#ff9811" d="M0 341h512v171H0Z"/><path fill="#eee" d="M428 0v57h-43v57h-43v57h-43v57h-43v56h43v57h43v57h43v57h43v57h84v-57h-41v-57h-43v-57h-43v-57h-43v-56h43v-57h43v-57h43V57h41V0z"/></g></svg>

After

Width:  |  Height:  |  Size: 484 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M512 20.4V490L23.8 255.8z"/><path fill="#a2001d" d="M445.2 246.5h-30.5c8-9.6 7.5-23.7-1.5-32.7a24.2 24.2 0 0 0 0-34.2l-.5.5a25 25 0 0 0 .5-34.8l-137 137a23.9 23.9 0 0 0 34 0l2.6-2.5 65.6-6v28.3h22.3v-30.2l33.4-3z"/><path fill="#ffda44" d="M278.3 311.7L256 300.5l22.3-11.1H423v22.3z"/><path fill="#0052b4" d="M0 0v512h512L28.7 256.2 512 0z"/><path fill="#d80027" d="M512 0L0 256l512 256v-22L43.8 256 512 20.4z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M512 20.4V490L23.8 255.8z"/><path fill="#a2001d" d="M445.2 246.5h-30.5c8-9.6 7.5-23.7-1.5-32.7a24.2 24.2 0 0 0 0-34.2l-.5.5a25 25 0 0 0 .5-34.8l-137 137a23.9 23.9 0 0 0 34 0l2.6-2.5 65.6-6v28.3h22.3v-30.2l33.4-3z"/><path fill="#ffda44" d="M278.3 311.7 256 300.5l22.3-11.1H423v22.3z"/><path fill="#0052b4" d="M0 0v512h512L28.7 256.2 512 0z"/><path fill="#d80027" d="M512 0 0 256l512 256v-22L43.8 256 512 20.4z"/></g></svg>

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 614 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v167l-23.2 89.7L512 345v167H0V345l29.4-89L0 167z"/><path fill="#eee" d="M0 167h512v178H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v167l-23.2 89.7L512 345v167H0V345l29.4-89L0 167z"/><path fill="#eee" d="M0 167h512v178H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 306 B

1
flags/au-aboriginal.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#333" d="M0 0h512v256l-256 32L0 256Z"/><path fill="#d80027" d="M0 256h512v256H0Z"/><circle cx="256" cy="256" r="128" fill="#ffda44"/></g></svg>

After

Width:  |  Height:  |  Size: 327 B

1
flags/au-act.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h170l64 256-64 256H0Z"/><path fill="#ffda44" d="M170 0h342v512H170Z"/><path fill="#eee" d="m375 200-32 34 32 34h26a17 17 0 0 0 17-17 17 17 0 0 0 17-17 17 17 0 0 0 17-17h-51a17 17 0 0 0-17-17z"/><path fill="#0052b4" d="M276 200a17 17 0 0 0-17 17h-51a17 17 0 0 0 17 17 17 17 0 0 0 17 17 17 17 0 0 0 17 17h27c0 34 44 44 44 44s45-10 45-44v-68h-89z"/><path fill="#eee" d="m136 189 7 15 16-4-7 15 12 10-15 3v17l-13-11-13 11v-17l-16-3 13-10-7-15 16 4zm-45-43 7 15 16-4-7 15 12 10-15 3v17l-13-11-13 11v-17l-16-3 13-10-7-15 16 4zm19 92 6 17h17l-14 11 5 17-14-11-14 11 5-17-14-11h18zm-70-34 7 15 16-4-7 15 12 10-16 3v17l-12-11-13 11v-17l-16-3 13-10-7-15 16 4zm51 99-6 17-17-8 8 17-17 6 17 6-8 17 17-8 6 17 6-17 17 8-8-17 17-6-17-6 8-17-17 8zm207-98v9l21 8-21 7v9l32-12 32 12v-9l-21-8 21-7v-9l-32 12zm21 30v19h-6v-9h-15v39h64v-39h-15v9h-8v-19zm11 53a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
flags/au-nsw.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><path fill="#eee" d="M402 185h-40a74 74 0 0 0-51 51v40a74 74 0 0 0 51 51h40a74 74 0 0 0 51-51v-40a74 74 0 0 0-51-51z"/><path fill="#d80027" d="M382 182a74 74 0 0 0-20 3v51h-51a74 74 0 0 0-3 20 74 74 0 0 0 3 20h51v51a74 74 0 0 0 20 3 74 74 0 0 0 20-3v-51h51a74 74 0 0 0 3-20 74 74 0 0 0-3-20h-51v-51a74 74 0 0 0-20-3z"/><path fill="#ffda44" d="m382 295-3 8-8-4 4 8-8 3 8 3-4 8 8-4 3 8 3-8 8 4-4-8 8-3-8-3 4-8-8 4zm54-54-3 8-8-4 4 8-8 3 8 3-4 8 8-4 3 8 3-8 8 4-4-8 8-3-8-3 4-8-8 4zm-108 0-3 8-8-4 4 8-8 3 8 3-4 8 8-4 3 8 3-8 8 4-4-8 8-3-8-3 4-8-8 4zm54-54-3 8-8-4 4 8-8 3 8 3-4 8 8-4 3 8 3-8 8 4-4-8 8-3-8-3 4-8-8 4zm-10 52a7 7 0 0 0-6 6v5h-3v-2c0-3-3-6-6-6l-1 2v12l2 1h8a6 6 0 0 0 6 7v2h-3a5 5 0 0 0-5 6l1 1h12l2-1v-8l17-1v3h-3a5 5 0 0 0-5 5l1 2h13l1-2v-16c3 0 5-2 5-5 0-2-2-5-5-5h-16l-2-1 2-2h16v-3h-16a5 5 0 0 0-5 5c0 2 2 5 5 5h16l2 1-2 2h-18a6 6 0 0 1-6-7 7 7 0 0 0-7-6z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
flags/au-nt.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#333" d="M0 0h171l64 256-64 256H0Z"/><path fill="#ff9811" d="M171 0h341v512H171z"/><path fill="#333" d="M341 282c6-3 13-3 18 0-5-3-6-11-5-17 2-6 7-13 13-14-6 1-13-3-17-7-4-5-6-13-4-19-2 6-10 9-16 9s-13-3-16-9c2 6 0 14-4 19-3 4-10 8-16 7 6 1 10 8 12 14 1 6 0 14-5 17 5-3 13-3 18 0 6 2 11 8 11 15 0-7 5-13 11-15z"/><path fill="#eee" d="M358 237c14 18 75 0 45-37-29-37-60 18-45 37z"/><path fill="#eee" d="M330 224c23 0 47-59 0-59s-23 59 0 59z"/><path fill="#eee" d="M303 237c14-19-17-74-46-37-30 37 31 55 45 37zm42 53c-21 11-17 73 26 53 42-20-5-63-26-53z"/><path fill="#eee" d="M315 290c-21-10-68 33-26 53 43 20 47-42 26-53zm49-23c-5 22 47 58 57 13 11-46-52-36-57-13z"/><path fill="#eee" d="M296 267c-6-23-68-33-57 13 10 45 62 9 57-13zm-160-78 7 15 16-4-7 15 12 10-15 3v17l-13-11-13 11v-17l-16-3 13-10-7-15 16 4zm-45-43 7 15 16-4-7 15 12 10-15 3v17l-13-11-13 11v-17l-16-3 13-10-7-15 16 4zm19 92 6 17h17l-14 11 5 17-14-11-14 11 5-17-14-11h18zm-70-34 7 15 16-4-7 15 12 10-16 3v17l-12-11-13 11v-17l-16-3 13-10-7-15 16 4zm51 99-6 17-17-8 8 17-17 6 17 6-8 17 17-8 6 17 6-17 17 8-8-17 17-6-17-6 8-17-17 8z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
flags/au-qld.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><circle cx="382" cy="256" r="74" fill="#eee"/><path fill="#338af3" d="M405 322.1 382 312l-23 10.2 23-66.1zm0-132.2L382 200l-23-10.2 23 66.1zM315.9 279l10.2-23-10.2-23 66.1 23zm132.2 0L438 256l10.2-23-66.1 23z"/><path fill="#ffda44" d="M377 228v5h-5v10h5v9.4a15.2 15.2 0 0 0-20.7 22.2v9.4H408v-9.4a15.2 15.2 0 0 0-20.7-22.2V243h5v-10h-5v-5z"/></g></svg>

After

Width:  |  Height:  |  Size: 800 B

1
flags/au-sa.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><circle cx="382" cy="256" r="74" fill="#ff9811"/><path fill="#333" d="M382 228a14 14 0 0 0-14 14h-42a14 14 0 0 0 14 14 14 14 0 0 0 14 14 14 14 0 0 0 14 14h28a14 14 0 0 0 14-14 14 14 0 0 0 14-14 14 14 0 0 0 14-14h-42a14 14 0 0 0-14-14z"/></g></svg>

After

Width:  |  Height:  |  Size: 695 B

1
flags/au-tas.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><circle cx="382" cy="256" r="74" fill="#eee"/><path fill="#d80027" d="M363 221a14 14 0 0 0-14 14v10h-5v-6c0-6-5-11-11-11a3 3 0 0 0-3 3v25c0 1 1 3 3 3h16a13 13 0 0 0 13 12v6h-5c-7 0-12 5-12 11l3 3h25c2 0 3-2 3-3v-17h34v5h-5c-6 0-11 5-11 11 0 2 1 3 3 3h24c2 0 3-1 3-3v-33c5 0 10-4 10-9 0-6-5-10-10-10h-32a3 3 0 0 1-3-3c0-2 1-3 3-3h32v-7h-32a10 10 0 0 0 0 19h32c2 0 3 2 3 4 0 1-1 3-3 3h-35c-7 0-13-6-13-13a14 14 0 0 0-13-14z"/></g></svg>

After

Width:  |  Height:  |  Size: 882 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="m0 128 256-32 256 32v256l-256 32L0 384Z"/><path fill="#333" d="m0 96 256-32 256 32v32H0Z"/><path fill="#6da544" d="M0 0h512v96H0Z"/><path fill="#333" d="m0 416 256 32 256-32v-32H0Z"/><path fill="#6da544" d="M0 512h512v-96H0Z"/><path fill="#eee" d="M245 144c-106 32-101 112-67 186l-40 38 73-27v-98c24-35 66-35 90 0v98l73 27-40-38c34-74 39-154-67-186l-11 46-11-46zm11 83-9 27h-28l23 17-9 28 23-17 23 17-9-28 24-17h-29l-9-27z"/></g></svg>

After

Width:  |  Height:  |  Size: 631 B

1
flags/au-vic.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><path fill="#eee" d="m313 267 7 15 15-4-7 15 13 10-16 3v16l-13-10-12 10v-16l-16-3 13-10-7-15 16 4zm66-61 7 15 15-4-7 15 13 10-16 4v16l-13-10-12 10v-16l-16-4 13-10-7-15 16 4zm1 146 40-29h-50l40 29-15-48Zm-1 29 5 15 14-7-7 15 15 5-15 5 7 15-14-7-5 15-6-15-14 7 7-15-15-5 15-5-7-15 14 7zm57-114-8 14h-16l8 14-8 14h16l8 13 8-13h16l-8-14 8-14h-16z"/><path fill="#ffda44" d="M370 93v8h-8v17h8v15a25 25 0 0 0-34 37v15h85v-15a25 25 0 0 0-34-37v-15h8v-17h-8v-8z"/></g></svg>

After

Width:  |  Height:  |  Size: 913 B

1
flags/au-wa.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><circle cx="382" cy="256" r="74" fill="#ffda44"/><path fill="#333" d="M397 299.8c-51.4 7.8-53.2-24-53.2-24-2-22.9 21.4-29.6 28.4-42.3 7-12.6-9.3-14.5-8.3-6.4 1 8.2-3.8 9.6-4 10.2-.3.7-7.3 7.6-8.3 6.3-1-1.3 2.9-6.3 2.9-6.3s-3-1.7-4.2-5.6c-3.2-8.8 13-30.7 29.9-15.9 16.8 14.8-5.6 32-11.4 40.4-5.8 8.3-5.6 14.6-2 15.7 3.7 1.2 6.5-2.5 8-8.1 1.5-5.3 10.8-22.7 30.5-16.9 14.7 4.4 12.9 10.5 24.7 7.3 4.1 39.6-33 45.6-33 45.6z"/></g></svg>

After

Width:  |  Height:  |  Size: 879 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 .1h256V512H0V256z"/><path fill="#eee" d="M154.4 300.4l14 29.4 31.8-7.3-14.2 29.3 25.5 20.2-31.8 7.2.1 32.5-25.4-20.3-25.4 20.3v-32.5L97.4 372l25.5-20.2-14.2-29.3 31.7 7.3zm228.9 55.7l7 14.7 15.9-3.7-7.1 14.6 12.7 10.2-15.9 3.5v16.3l-12.6-10.2-12.7 10.2v-16.3l-15.9-3.5 12.8-10.2-7.1-14.6 15.9 3.7zm-65.4-155.8l7 14.7 16-3.6-7.2 14.6 12.8 10-16 3.7.1 16.3-12.7-10.2-12.7 10.2v-16.3l-15.8-3.6 12.7-10-7-14.7 15.8 3.6zm65.4-89l7 14.7 15.9-3.7L399 137l12.7 10-15.9 3.7V167l-12.6-10.2-12.7 10.2v-16.3l-15.9-3.6 12.8-10.1-7.1-14.7 15.9 3.7zm57 66.8l7 14.7 16-3.7-7.1 14.7 12.7 10-15.9 3.7v16.2l-12.6-10.1-12.7 10v-16.1l-15.9-3.6 12.8-10.1-7.1-14.7 15.8 3.7zM399.6 256l5.6 17H423l-14.5 10.4 5.5 17-14.5-10.5-14.4 10.5 5.5-17-14.5-10.5h18zM256 .1H100.2L66.7 15 33.4 0H0v33.4l15.7 31.3L0 100.3v155.8h33.4l34-13.6 32.8 13.6h33.4v-75.2l75.2 75.2H256l-7.7-21.3 7.7-10.2v-15.7l-75.2-75.2H256v-33.4l-11.8-33.4L256 33.5z"/><path fill="#d80027" d="M256 224.6l-91-91h-31.4L256 256.1z"/><path fill="#d80027" d="M33.4.1v33.4H0v66.8h33.4v155.8h66.8V100.3H256V33.5H100.2V.1z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v512H0z"/><path fill="#eee" d="m154 300 14 30 32-8-14 30 25 20-32 7 1 33-26-21-26 21 1-33-33-7 26-20-14-30 32 8zm222-27h47l-38 27 15-44 14 44zm7-162 7 15 16-4-7 15 12 10-15 3v17l-13-11-13 11v-17l-15-3 12-10-7-15 16 4zm57 67 7 15 16-4-7 15 12 10-15 3v16l-13-10-13 11v-17l-15-3 12-10-7-15 16 4zm-122 22 7 15 16-4-7 15 12 10-15 3v16l-13-10-13 11v-17l-15-3 12-10-7-15 16 4zm65 156 7 15 16-4-7 15 12 10-15 3v17l-13-11-13 11v-17l-15-3 12-10-7-15 16 4zM0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 866 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 322.8l253.6-18.4L512 322.8v33.4l-258 15.3L0 356.2zm0 66.8l257.2-13.8L512 389.6V423l-253 16.9L0 423z"/><path fill="#338af3" d="M0 0h512v322.8H0zm0 356.2h512v33.4H0zM0 423h512v89H0z"/><path fill="#eee" d="M117.3 161.5l-50-22.1 50-22 22-50.1 22.2 50 50 22-50 22.2-22.1 50z"/><path fill="#d80027" d="M139.4 94.9l13.6 30.9 31 13.6-31 13.6-13.6 31-13.6-31-31-13.6 31-13.6z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="m0 322.8 253.6-18.4L512 322.8v33.4l-258 15.3L0 356.2zm0 66.8 257.2-13.8L512 389.6V423l-253 16.9L0 423z"/><path fill="#338af3" d="M0 0h512v322.8H0zm0 356.2h512v33.4H0zM0 423h512v89H0z"/><path fill="#eee" d="m117.3 161.5-50-22.1 50-22 22-50.1 22.2 50 50 22-50 22.2-22.1 50z"/><path fill="#d80027" d="m139.4 94.9 13.6 30.9 31 13.6-31 13.6-13.6 31-13.6-31-31-13.6 31-13.6z"/></g></svg>

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 577 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h100.2l68.3 40.7L233.7 0H512v189.2l-45.5 66 45.5 68.6V512H233.7l-65.8-39.2-67.7 39.2H0V322.8l45.6-67.5L0 189.2z"/><path fill="#ffda44" d="M100.2 0v189.2H0v33.4l23 34-23 32.8v33.4h100.2V512h33.4l33.9-22.6 32.8 22.6h33.4V323.8H512v-34.4l-24.2-32.2 24.2-34.6v-33.4H233.7V0h-33.4l-32.6 20-34.1-20z"/><path fill="#d80027" d="M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0h-66.7z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h100.2l68.3 40.7L233.7 0H512v189.2l-45.5 66 45.5 68.6V512H233.7l-65.8-39.2-67.7 39.2H0V322.8l45.6-67.5L0 189.2z"/><path fill="#ffda44" d="M100.2 0v189.2H0v33.4l23 34-23 32.8v33.4h100.2V512h33.4l33.9-22.6 32.8 22.6h33.4V323.8H512v-34.4l-24.2-32.2 24.2-34.6v-33.4H233.7V0h-33.4l-32.6 20-34.1-20z"/><path fill="#d80027" d="M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0h-66.7z"/></g></svg>

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 600 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 166.9l253-31.8 259 31.8v178l-257.5 37.4L0 345z"/><path fill="#338af3" d="M0 0h512v166.9H0z"/><path fill="#6da544" d="M0 344.9h512V512H0z"/><g fill="#eee"><path d="M261.6 328.2a72.3 72.3 0 1 1 34.4-136 89 89 0 1 0 0 127.3 72 72 0 0 1-34.4 8.7z"/><path d="M317.2 206l9.6 26.8 25.8-12.3-12.2 25.8 26.9 9.6-27 9.6 12.3 25.8-25.8-12.3-9.6 27-9.6-27-25.8 12.3 12.3-25.8-27-9.6 27-9.6-12.3-25.8 25.8 12.3z"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="m0 167 256-32 256 32v178l-256 32L0 345Z"/><path fill="#338af3" d="M0 0h512v167H0Z"/><path fill="#6da544" d="M0 345h512v167H0Z"/><path fill="#eee" d="M229 167a89 89 0 1 0 67 153 72 72 0 0 1-34 8 72 72 0 1 1 34-136 89 89 0 0 0-67-25m88 39-9 27-26-12 12 25-27 10 27 10-12 25 26-12 9 27 10-27 26 12-13-25 27-10-27-10 13-25-26 12z"/></g></svg>

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 534 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h445.3l33.9 255-33.9 257-323.7-134.3L0 66.8z"/><path fill="#0052b4" d="M0 66.8V512h445.4z"/><path fill="#0052b4" d="M445.3 0H512v512h-66.7z"/><path fill="#eee" d="M354.6 456l-8.3 25.6h-26.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5 21.7-15.8h-26.8zm-55-55.4l-8.3 25.5h-26.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5 21.7-15.8h-26.8zM244.4 345l-8.3 25.5h-26.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5 21.7-15.8h-26.8zm-55.1-55.7l-8.3 25.5h-26.8l21.7 15.8-8.3 25.5 21.7-15.8L211 356l-8.3-25.5 21.7-15.8h-26.8zm-55.4-55.7l-8.3 25.5H98.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5L169 259h-26.8zM78.7 178l-8.3 25.5H43.6l21.7 15.8-8.3 25.5L78.7 229l21.7 15.8-8.3-25.5 21.7-15.8H87zm-55.2-55.7l-8.3 25.5h-26.8l21.7 15.8L1.8 189l21.7-15.8L45.2 189l-8.3-25.5 21.7-15.8H31.8z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h445.3l33.9 255-33.9 257-323.7-134.3L0 66.8z"/><path fill="#0052b4" d="M0 66.8V512h445.4z"/><path fill="#0052b4" d="M445.3 0H512v512h-66.7z"/><path fill="#eee" d="m354.6 456-8.3 25.6h-26.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5 21.7-15.8h-26.8zm-55-55.4-8.3 25.5h-26.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5 21.7-15.8h-26.8zM244.4 345l-8.3 25.5h-26.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5 21.7-15.8h-26.8zm-55.1-55.7-8.3 25.5h-26.8l21.7 15.8-8.3 25.5 21.7-15.8L211 356l-8.3-25.5 21.7-15.8h-26.8zm-55.4-55.7-8.3 25.5H98.8l21.7 15.8-8.3 25.5 21.7-15.8 21.7 15.8-8.3-25.5L169 259h-26.8zM78.7 178l-8.3 25.5H43.6l21.7 15.8-8.3 25.5L78.7 229l21.7 15.8-8.3-25.5 21.7-15.8H87zm-55.2-55.7-8.3 25.5h-26.8l21.7 15.8L1.8 189l21.7-15.8L45.2 189l-8.3-25.5 21.7-15.8H31.8z"/></g></svg>

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 998 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h144.8l112.9 36.7L367.4 0H512v512H367.4l-108.9-38.1L144.8 512H0z"/><path fill="#ffda44" d="M144.8 0h222.6v512H144.8z"/><path fill="#333" d="M334.1 155.8l14.8 7.5-14.9-7.5-15-7.4c-.8 1.8-20.3 41.4-23.5 102h-22.7v-94.6l-16.7-22.2-16.7 22.2v94.6h-22.7a278.3 278.3 0 0 0-23.6-102l-29.8 14.9c.2.4 20.5 41.7 20.5 103.8v16.7h55.6v94.6h33.4v-94.6h55.6v-16.7c0-32 5.6-58.6 10.3-75.1 5-18 10.2-28.6 10.3-28.7l-15-7.5z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h144.8l112.9 36.7L367.4 0H512v512H367.4l-108.9-38.1L144.8 512H0z"/><path fill="#ffda44" d="M144.8 0h222.6v512H144.8z"/><path fill="#333" d="m334.1 155.8 14.8 7.5-14.9-7.5-15-7.4c-.8 1.8-20.3 41.4-23.5 102h-22.7v-94.6l-16.7-22.2-16.7 22.2v94.6h-22.7a278.3 278.3 0 0 0-23.6-102l-29.8 14.9c.2.4 20.5 41.7 20.5 103.8v16.7h55.6v94.6h33.4v-94.6h55.6v-16.7c0-32 5.6-58.6 10.3-75.1 5-18 10.2-28.6 10.3-28.7l-15-7.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 620 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 0h512v512H0z"/><circle cx="200.3" cy="256" r="111.3" fill="#d80027"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 0h512v512H0z"/><circle cx="200.3" cy="256" r="111.3" fill="#d80027"/></g></svg>

Before

Width:  |  Height:  |  Size: 253 B

After

Width:  |  Height:  |  Size: 278 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#333" d="M0 0h167l38.2 252.6L167 512H0z"/><path fill="#d80027" d="M345 0h167v512H345l-36.7-256z"/><path fill="#ffda44" d="M167 0h178v512H167z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#333" d="M0 0h167l38.2 252.6L167 512H0z"/><path fill="#d80027" d="M345 0h167v512H345l-36.7-256z"/><path fill="#ffda44" d="M167 0h178v512H167z"/></g></svg>

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 338 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v256l-255.2 48L0 256z"/><path fill="#6da544" d="M0 256h512v256H0z"/><path fill="#ffda44" d="M256 167l19.3 59.5H338l-50.6 36.8 19.3 59.5L256 286l-50.6 36.8 19.3-59.5-50.6-36.8h62.6z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v256l-255.2 48L0 256z"/><path fill="#6da544" d="M0 256h512v256H0z"/><path fill="#ffda44" d="m256 167 19.3 59.5H338l-50.6 36.8 19.3 59.5L256 286l-50.6 36.8 19.3-59.5-50.6-36.8h62.6z"/></g></svg>

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 397 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 166.9l258-31.7 254 31.7v178l-251.4 41.3L0 344.9z"/><path fill="#eee" d="M0 0h512v166.9H0z"/><path fill="#d80027" d="M0 344.9h512V512H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="m0 166.9 258-31.7 254 31.7v178l-251.4 41.3L0 344.9z"/><path fill="#eee" d="M0 0h512v166.9H0z"/><path fill="#d80027" d="M0 344.9h512V512H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 347 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h182.5l88.1 268.5-88 243.5H0z"/><path fill="#d80027" d="M182.5 0l-82.3 42.7 82.3 42.7-82.3 42.6 82.3 42.7-82.3 42.7 82.3 42.6-82.3 42.7 82.3 42.7-82.3 42.6 82.3 42.7-82.3 42.7 82.3 42.6H512V0H182.5z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h182.5l88.1 268.5-88 243.5H0z"/><path fill="#d80027" d="m182.5 0-82.3 42.7 82.3 42.7-82.3 42.6 82.3 42.7-82.3 42.7 82.3 42.6-82.3 42.7 82.3 42.7-82.3 42.6 82.3 42.7-82.3 42.7 82.3 42.6H512V0H182.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 407 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h47.2l207.5 30L464.8 0H512v47.2L477.4 256 512 464.8V512h-47.2l-209.1-35.8L47.2 512H0v-47.2l32.8-202.7L0 47.2z"/><path fill="#d80027" d="M47.2 0L256 208.8 464.8 0H47.2zM256 303.2L47.2 512h417.6L256 303.2z"/><path fill="#6da544" d="M0 47.2v417.6L208.8 256 0 47.2zm512 0L303.2 256 512 464.8V47.2z"/><circle cx="256" cy="256" r="111.3" fill="#eee"/><path fill="#d80027" d="M256 178l9.6 16.8H285l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.6-16.7H227l9.6-16.7-9.6-16.7h19.3zm-49 78l9.6 16.7H236l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.6-16.7H178l9.6-16.7-9.6-16.7h19.3zm98 0l9.6 16.7H334l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.6-16.7H276l9.6-16.7-9.6-16.7h19.3z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h47.2l207.5 30L464.8 0H512v47.2L477.4 256 512 464.8V512h-47.2l-209.1-35.8L47.2 512H0v-47.2l32.8-202.7L0 47.2z"/><path fill="#d80027" d="M47.2 0 256 208.8 464.8 0H47.2zM256 303.2 47.2 512h417.6L256 303.2z"/><path fill="#6da544" d="M0 47.2v417.6L208.8 256 0 47.2zm512 0L303.2 256 512 464.8V47.2z"/><circle cx="256" cy="256" r="111.3" fill="#eee"/><path fill="#d80027" d="m256 178 9.6 16.8H285l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.6-16.7H227l9.6-16.7-9.6-16.7h19.3zm-49 78 9.6 16.7H236l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.6-16.7H178l9.6-16.7-9.6-16.7h19.3zm98 0 9.6 16.7H334l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.6-16.7H276l9.6-16.7-9.6-16.7h19.3z"/></g></svg>

Before

Width:  |  Height:  |  Size: 829 B

After

Width:  |  Height:  |  Size: 854 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0h189.2l54 257.6-54 254.4H0z"/><path fill="#ffda44" d="M189.2 0H512v256l-159 53.5L189.1 256z"/><path fill="#d80027" d="M189.2 256H512v256H189.2z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0h189.2l54 257.6-54 254.4H0z"/><path fill="#ffda44" d="M189.2 0H512v256l-159 53.5L189.1 256z"/><path fill="#d80027" d="M189.2 256H512v256H189.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 356 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#acabb1" d="M167 178a28 28 0 0 0-28 28H55a28 28 0 0 0 28 28 28 28 0 0 0 28 28 28 28 0 0 0 28 28h234a28 28 0 0 0 28-28 28 28 0 0 0 28-28 28 28 0 0 0 28-28h-84a28 28 0 0 0-28-28z"/><path fill="#ffda44" d="M123 357h44v44h-44zm222 0h44v44h-44zm-178 11h178v44H167zm67-268v33.5L223 145l-12-6v-17h-44v56l89 14 89-14v-56h-44v17l-12 6-11-11.5V100z"/><path fill="#0052b4" d="M167 178v112c0 68 89 88.5 89 88.5s89-20.4 89-88.5V178z"/><path fill="#d80027" d="M167 222.1h178v69H167z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#acabb1" d="M167 178a28 28 0 0 0-28 28H55a28 28 0 0 0 28 28 28 28 0 0 0 28 28 28 28 0 0 0 28 28h234a28 28 0 0 0 28-28 28 28 0 0 0 28-28 28 28 0 0 0 28-28h-84a28 28 0 0 0-28-28z"/><path fill="#ffda44" d="M123 357h44v44h-44zm222 0h44v44h-44zm-178 11h178v44H167zm67-268v33.5L223 145l-12-6v-17h-44v56l89 14 89-14v-56h-44v17l-12 6-11-11.5V100z"/><path fill="#0052b4" d="M167 178v112c0 68 89 88.5 89 88.5s89-20.4 89-88.5V178z"/><path fill="#d80027" d="M167 222.1h178v69H167z"/></g></svg>

Before

Width:  |  Height:  |  Size: 679 B

After

Width:  |  Height:  |  Size: 704 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M256 0h256v512H0V256z"/><path fill="#eee" d="M0 0h33.4l31.8 16.4 35-16.4H256v133.6l-9.3 33.7 9.3 41.5V256h-47.2l-39.3-7-35.9 7.1L0 256V100.2l15.4-34.5L0 33.4z"/><path fill="#496e2d" d="M445.2 256.1zm-155.8 0z"/><path fill="#d80027" d="M267 235.5l-102-102h-31.4L267 267z"/><path fill="#d80027" d="M33.4 0v33.4H0v66.8h33.4v170.6h66.8V100.2h170.2V33.4H100.2V0z"/><path fill="#0052b4" d="M180.8 133.6H256v75.2zm-47.2 47.2v75.3l75.2-.1z"/><path fill="#eee" d="M289.4 133.6V256c0 59.6 155.8 59.6 155.8 0V133.6z"/><path fill="#6da544" d="M289.4 256c0 59.6 77.9 78 77.9 78s78-18.4 78-78h-156z"/><path fill="#a2001d" d="M367.3 207l-36.2 15.6V256l36.2 22.3 36.2-22.3v-33.4z"/><path fill="#338af3" d="M331.1 189.2h72.4v33.4H331z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M256 0h256v512H0V256z"/><path fill="#eee" d="M0 0h33.4l31.8 16.4 35-16.4H256v133.6l-9.3 33.7 9.3 41.5V256h-47.2l-39.3-7-35.9 7.1L0 256V100.2l15.4-34.5L0 33.4z"/><path fill="#496e2d" d="M445.2 256.1zm-155.8 0z"/><path fill="#d80027" d="m267 235.5-102-102h-31.4L267 267z"/><path fill="#d80027" d="M33.4 0v33.4H0v66.8h33.4v170.6h66.8V100.2h170.2V33.4H100.2V0z"/><path fill="#0052b4" d="M180.8 133.6H256v75.2zm-47.2 47.2v75.3l75.2-.1z"/><path fill="#eee" d="M289.4 133.6V256c0 59.6 155.8 59.6 155.8 0V133.6z"/><path fill="#6da544" d="M289.4 256c0 59.6 77.9 78 77.9 78s78-18.4 78-78h-156z"/><path fill="#a2001d" d="m367.3 207-36.2 15.6V256l36.2 22.3 36.2-22.3v-33.4z"/><path fill="#338af3" d="M331.1 189.2h72.4v33.4H331z"/></g></svg>

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 924 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h512v326.7l-19.3 76.5 19.3 77.7V512H0V185.2l21.4-76.5L0 31z"/><path fill="#eee" d="M0 31v117.2l512 295.7V326.7L0 31z"/><path fill="#333" d="M0 108.2v77L512 481v-77L0 108.2z"/><g fill="#d80027"><path d="M328.3 228.2a72.3 72.3 0 1 1-136-34.4 89 89 0 1 0 127.3 0 72 72 0 0 1 8.7 34.4z"/><path d="M239.3 144.7h33.4v167h-33.4z"/><path d="M311.6 178H200.4c0 7.8 6.6 14 14.3 14h-.4a14 14 0 0 0 13.9 14 14 14 0 0 0 13.9 13.8h27.8a14 14 0 0 0 14-13.9 14 14 0 0 0 13.8-13.9h-.4c7.6 0 14.3-6.2 14.3-13.9zM178.1 322.9h155.8v33.4H178.1z"/><path d="M289.4 333.9h66.8v33.4h-66.8zm-133.6 0h66.8v33.4h-66.8z"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h512v327l-19 76 19 78v31H0V185l21-76L0 31z"/><path fill="#eee" d="M0 31v117l512 296V327z"/><path fill="#333" d="M0 108v77l512 296v-77z"/><path fill="#d80027" d="M239 145v33h-39q1 13 15 14h-1a14 14 0 0 0 14 14 14 14 0 0 0 11 13v79a72 72 0 0 1-47-104 89 89 0 0 0 5 129h-19v11h-22v33h67v-11h66v11h67v-33h-22v-11h-19a89 89 0 0 0 5-129 72 72 0 0 1 8 34 72 72 0 0 1-55 70v-78a14 14 0 0 0 11-14 14 14 0 0 0 14-14h-1q13-1 15-14h-39v-33z"/></g></svg>

Before

Width:  |  Height:  |  Size: 782 B

After

Width:  |  Height:  |  Size: 641 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 167l252.9-29.3L512 167v178l-255.7 25.7L0 345z"/><path fill="#d80027" d="M0 0h512v167H0z"/><path fill="#6da544" d="M0 345h512v167H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="m0 167 252.9-29.3L512 167v178l-255.7 25.7L0 345z"/><path fill="#d80027" d="M0 0h512v167H0z"/><path fill="#6da544" d="M0 345h512v167H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 343 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M113.7 119.8L276 0h236v31.7L306 289.5 31.6 512H0V276z"/><path fill="#ffda44" d="M0 0v276L276 0H0z"/><path fill="#0052b4" d="M512 31.7L31.7 512H512V31.7z"/><path fill="#333" d="M255 245.7l22.1-12-22-12a78 78 0 0 0-65-65l-12-22-12 22a78 78 0 0 0-65 65l-22 12 22 12a78 78 0 0 0 65 65l12 22.1 12-22a78 78 0 0 0 65-65zm-77 32.6a44.5 44.5 0 1 1 0-89 44.5 44.5 0 0 1 0 89z"/><path fill="#d80027" d="M178 200.3l9.7 16.7H207l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.7-16.7h-19.2l9.6-16.7-9.6-16.7h19.2z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M113.7 119.8 276 0h236v31.7L306 289.5 31.6 512H0V276z"/><path fill="#ffda44" d="M0 0v276L276 0H0z"/><path fill="#0052b4" d="M512 31.7 31.7 512H512V31.7z"/><path fill="#333" d="m255 245.7 22.1-12-22-12a78 78 0 0 0-65-65l-12-22-12 22a78 78 0 0 0-65 65l-22 12 22 12a78 78 0 0 0 65 65l12 22.1 12-22a78 78 0 0 0 65-65zm-77 32.6a44.5 44.5 0 1 1 0-89 44.5 44.5 0 0 1 0 89z"/><path fill="#d80027" d="m178 200.3 9.7 16.7H207l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.7-16.7h-19.2l9.6-16.7-9.6-16.7h19.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 695 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v256H0z"/><path fill="#0052b4" d="M0 256h512v256H0z"/><path fill="#eee" d="M0 256L256 0l256 256-256 256z"/><path fill="#ffda44" d="M256 133.6l27.6 85H373L300.7 271l27.6 85-72.3-52.5-72.3 52.6 27.6-85-72.3-52.6h89.4z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v256H0z"/><path fill="#0052b4" d="M0 256h512v256H0z"/><path fill="#eee" d="M0 256 256 0l256 256-256 256z"/><path fill="#ffda44" d="m256 133.6 27.6 85H373L300.7 271l27.6 85-72.3-52.5-72.3 52.6 27.6-85-72.3-52.6h89.4z"/></g></svg>

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 432 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 44.6L255.3 18 512 44.6v194.7L493.7 256l18.3 16.7v194.7l-255.5 27.5L0 467.4V272.7l17.5-17.3L0 239.3z"/><path fill="#eee" d="M100.2 256.1l155.8-98 155.8 98-155.8 98z"/><path fill="#6da544" d="M167 300.6h200.3l-44.5-66.8-22.3 22.3-22.2-11-22.3 33.3h-44.5l-22.3-22.3z"/><path fill="#ffda44" d="M256 189.3l5.5 17h18l-14.6 10.5 5.6 17-14.5-10.5-14.5 10.5 5.6-17-14.5-10.5h17.9z"/><path fill="#d80027" d="M0 0v44.6h239.4v96l-157 98.7H0v33.4h82l157.3 99v95.7H0V512h512v-44.6H272.7v-95.8L430 272.7h82v-33.4h-82.4l-156.9-98.6v-96H512V0H0zm256 169.6l137.6 86.5L256 342.6l-137.6-86.5L256 169.6z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 44.6 255.3 18 512 44.6v194.7L493.7 256l18.3 16.7v194.7l-255.5 27.5L0 467.4V272.7l17.5-17.3L0 239.3z"/><path fill="#eee" d="m100.2 256.1 155.8-98 155.8 98-155.8 98z"/><path fill="#6da544" d="M167 300.6h200.3l-44.5-66.8-22.3 22.3-22.2-11-22.3 33.3h-44.5l-22.3-22.3z"/><path fill="#ffda44" d="m256 189.3 5.5 17h18l-14.6 10.5 5.6 17-14.5-10.5-14.5 10.5 5.6-17-14.5-10.5h17.9z"/><path fill="#d80027" d="M0 0v44.6h239.4v96l-157 98.7H0v33.4h82l157.3 99v95.7H0V512h512v-44.6H272.7v-95.8L430 272.7h82v-33.4h-82.4l-156.9-98.6v-96H512V0H0zm256 169.6 137.6 86.5L256 342.6l-137.6-86.5L256 169.6z"/></g></svg>

Before

Width:  |  Height:  |  Size: 769 B

After

Width:  |  Height:  |  Size: 794 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M113.7 119.8L276 0h236v31.7L306 289.5 31.6 512H0V276z"/><path fill="#ffda44" d="M0 0v276L276 0H0z"/><path fill="#0052b4" d="M512 31.7L31.7 512H512V31.7z"/><path fill="#333" d="M255 245.7l22.1-12-22-12a78 78 0 0 0-65-65l-12-22-12 22a78 78 0 0 0-65 65l-22 12 22 12a78 78 0 0 0 65 65l12 22.1 12-22a78 78 0 0 0 65-65zm-77 32.6a44.5 44.5 0 1 1 0-89 44.5 44.5 0 0 1 0 89z"/><path fill="#d80027" d="M178 200.3l9.7 16.7H207l-9.6 16.7 9.6 16.7h-19.3l-9.6 16.7-9.7-16.7h-19.2l9.6-16.7-9.6-16.7h19.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 9 B

1
flags/bq.svg Symbolic link
View file

@ -0,0 +1 @@
bq-bo.svg

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 9 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M256 100.2L467.5 256 256 411.8 44.5 256z"/><path fill="#eee" d="M174.2 221a87 87 0 0 0-7.2 36.3l162 49.8a88.5 88.5 0 0 0 14.4-34c-40.6-65.3-119.7-80.3-169.1-52z"/><path fill="#0052b4" d="M255.7 167a89 89 0 0 0-41.9 10.6 89 89 0 0 0-39.6 43.4 181.7 181.7 0 0 1 169.1 52.2 89 89 0 0 0-9-59.4 89 89 0 0 0-78.6-46.8zM212 250.5a149 149 0 0 0-45 6.8 89 89 0 0 0 10.5 40.9 89 89 0 0 0 120.6 36.2 89 89 0 0 0 30.7-27.3A151 151 0 0 0 212 250.5z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M256 100.2 467.5 256 256 411.8 44.5 256z"/><path fill="#eee" d="M174.2 221a87 87 0 0 0-7.2 36.3l162 49.8a88.5 88.5 0 0 0 14.4-34c-40.6-65.3-119.7-80.3-169.1-52z"/><path fill="#0052b4" d="M255.7 167a89 89 0 0 0-41.9 10.6 89 89 0 0 0-39.6 43.4 181.7 181.7 0 0 1 169.1 52.2 89 89 0 0 0-9-59.4 89 89 0 0 0-78.6-46.8zM212 250.5a149 149 0 0 0-45 6.8 89 89 0 0 0 10.5 40.9 89 89 0 0 0 120.6 36.2 89 89 0 0 0 30.7-27.3A151 151 0 0 0 212 250.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 686 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v167l-37.4 89 37.4 89v167H0l49.6-252z"/><path fill="#ffda44" d="M108.3 167H512v178H108.3z"/><path fill="#333" d="M0 0v512l256-256L0 0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v167l-37.4 89 37.4 89v167H0l49.6-252z"/><path fill="#ffda44" d="M108.3 167H512v178H108.3z"/><path fill="#333" d="M0 0v512l256-256L0 0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 351 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h512L281 293.2 0 512z"/><path fill="#ff9811" d="M506.7 0L0 506.7v5.3h512V0h-5.3z"/><path fill="#eee" d="M398.2 142V97.7h-85.3l-6.5 6.5c-23.2 23.2-19.3 50.2-16.5 70 2.7 18.3 3 25.3-3.8 32-6.8 7-14 6.6-32.2 4-19.7-3-46.8-6.8-70 16.4-23.2 23.2-19.3 50.3-16.4 70 2.6 18.3 3 25.4-4 32.2-6.7 6.8-13.7 6.5-32 3.8-7.2-1-14.5-2-22.4-2.2l-.5 44.6c5 0 10.6.8 16.5 1.7 7 1 15 2.2 23.5 2.2 8.7 0 18-1.3 27-5.2v35.6h66.8v-33.4H209v-22.2h22.3v-33.4h-18c.9-10.8-.6-21.2-2-30-2.5-18.4-3-25.4 4-32.2 6.8-6.8 13.8-6.5 32.2-3.8 14.3 2 32.6 4.7 50.4-3v35.6h66.8v-33.4h-33.3V231h22.3v-33.4h-17.8a130 130 0 0 0-2-30c-1.8-12.8-2.5-20-.4-25.6z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 0h512L281 293.2 0 512z"/><path fill="#ff9811" d="M506.7 0 0 506.7v5.3h512V0h-5.3z"/><path fill="#eee" d="M398.2 142V97.7h-85.3l-6.5 6.5c-23.2 23.2-19.3 50.2-16.5 70 2.7 18.3 3 25.3-3.8 32-6.8 7-14 6.6-32.2 4-19.7-3-46.8-6.8-70 16.4-23.2 23.2-19.3 50.3-16.4 70 2.6 18.3 3 25.4-4 32.2-6.7 6.8-13.7 6.5-32 3.8-7.2-1-14.5-2-22.4-2.2l-.5 44.6c5 0 10.6.8 16.5 1.7 7 1 15 2.2 23.5 2.2 8.7 0 18-1.3 27-5.2v35.6h66.8v-33.4H209v-22.2h22.3v-33.4h-18c.9-10.8-.6-21.2-2-30-2.5-18.4-3-25.4 4-32.2 6.8-6.8 13.8-6.5 32.2-3.8 14.3 2 32.6 4.7 50.4-3v35.6h66.8v-33.4h-33.3V231h22.3v-33.4h-17.8a130 130 0 0 0-2-30c-1.8-12.8-2.5-20-.4-25.6z"/></g></svg>

Before

Width:  |  Height:  |  Size: 806 B

After

Width:  |  Height:  |  Size: 831 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h100.2l66.1 53.5L233.7 0H512v189.3L466.3 257l45.7 65.8V512H233.7l-68-50.7-65.5 50.7H0V322.8l51.4-68.5-51.4-65z"/><path fill="#eee" d="M100.2 0v189.3H0v33.4l24.6 33L0 289.5v33.4h100.2V512h33.4l30.6-26.3 36.1 26.3h33.4V322.8H512v-33.4l-24.6-33.7 24.6-33v-33.4H233.7V0h-33.4l-33.8 25.3L133.6 0z"/><path fill="#0052b4" d="M133.6 0v222.7H0v66.7h133.6V512h66.7V289.4H512v-66.7H200.3V0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 6 B

1
flags/bv.svg Symbolic link
View file

@ -0,0 +1 @@
no.svg

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 6 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v178l-31 76.9 31 79.1v178H0V334l37-80.7L0 178z"/><path fill="#333" d="M0 211.5l256-19.2 256 19.2v89l-254.6 20.7L0 300.5z"/><path fill="#eee" d="M0 178h512v33.5H0zm0 122.5h512V334H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v178l-31 76.9 31 79.1v178H0V334l37-80.7L0 178z"/><path fill="#333" d="m0 211.5 256-19.2 256 19.2v89l-254.6 20.7L0 300.5z"/><path fill="#eee" d="M0 178h512v33.5H0zm0 122.5h512V334H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 398 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h155.8l35 254.6-35 257.4H0z"/><path fill="#a2001d" d="M155.8 0H512v345.1l-183 37.4-173.2-37.4z"/><path fill="#6da544" d="M155.8 345.1H512V512H155.8z"/><path fill="#a2001d" d="M50 .2L22.3 50l27.8 50.4L77.9 50zm55.8 0L78 50l27.7 50.4 28-50.4zM50 137.5l-27.7 49.6 27.8 50.5 27.7-50.5zm55.8 0L78 187.1l27.7 50.5 28-50.5zM50 274.7l-27.7 49.7 27.8 50.4 27.8-50.4zm55.8 0L78 324.4l27.7 50.4 28-50.4zM50 412l-27.7 49.6 27.8 50.5 27.7-50.5zm55.8 0L78 461.6l27.7 50.5 28-50.5z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h155.8l35 254.6-35 257.4H0z"/><path fill="#a2001d" d="M155.8 0H512v345.1l-183 37.4-173.2-37.4z"/><path fill="#6da544" d="M155.8 345.1H512V512H155.8z"/><path fill="#a2001d" d="M50 .2 22.3 50l27.8 50.4L77.9 50zm55.8 0L78 50l27.7 50.4 28-50.4zM50 137.5l-27.7 49.6 27.8 50.5 27.7-50.5zm55.8 0L78 187.1l27.7 50.5 28-50.5zM50 274.7l-27.7 49.7 27.8 50.4 27.8-50.4zm55.8 0L78 324.4l27.7 50.4 28-50.4zM50 412l-27.7 49.6 27.8 50.5 27.7-50.5zm55.8 0L78 461.6l27.7 50.5 28-50.5z"/></g></svg>

Before

Width:  |  Height:  |  Size: 651 B

After

Width:  |  Height:  |  Size: 676 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 44.5l257.8-23.7L512 44.5v423l-252.5 26L0 467.5z"/><circle cx="256" cy="256" r="122.4" fill="#eee"/><circle cx="256" cy="256" r="100.2" fill="#6da544"/><circle cx="256" cy="256" r="66.8" fill="#eee"/><path fill="#0052b4" d="M256 239.3L219.8 256v27.8l36.2 22.3 36.2-22.3V256z"/><path fill="#ffda44" d="M219.8 222.6h72.4V256h-72.4z"/><path fill="#a2001d" d="M0 0h512v44.5H0zm0 467.5h512V512H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="m0 44.5 257.8-23.7L512 44.5v423l-252.5 26L0 467.5z"/><circle cx="256" cy="256" r="122.4" fill="#eee"/><circle cx="256" cy="256" r="100.2" fill="#6da544"/><circle cx="256" cy="256" r="66.8" fill="#eee"/><path fill="#0052b4" d="M256 239.3 219.8 256v27.8l36.2 22.3 36.2-22.3V256z"/><path fill="#ffda44" d="M219.8 222.6h72.4V256h-72.4z"/><path fill="#a2001d" d="M0 0h512v44.5H0zm0 467.5h512V512H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 577 B

After

Width:  |  Height:  |  Size: 602 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 61.2L80.7 0h16l18.5 6 12.9-6h94.6l33.8 19.2 33-19.2h63.1l11.9 7.3L384 0h47.2L512 61.2v33.4L491.3 128l20.7 33.4v33.4l-22 29.7 22 31.5v13.1l-9.7 19 9.7 15.3v32.3l-12.7 19.8L512 370v32.8l-28.4 57-446.2-1-37.3-56V370l13.4-13.7L0 335.7v-32.3l14.2-14.2L0 269v-13l27.4-30.6L0 194.8v-33.4l25.5-33.5L0 94.6z"/><path fill="#0052b4" d="M0 0v61.2h142.1L80.7 0H0zm431.3 0l-61.2 61.2H512V0h-80.7zM0 194.8V256h80.9l61.2-61.2H0zm370.1 0l61.2 61.2H512v-61.2H370.1zM189.3 242l-14 14h14v-14zm133.6 0v14h14l-14-14zM0 269.1v34.3h.1c21.3 0 21.3 19.5 42.6 19.5 21.4 0 21.4-19.5 42.7-19.5 21.3 0 21.3 19.5 42.7 19.5 21.4 0 21.3-19.5 42.6-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.3 0 21.3 19.5 42.6 19.5 21.4 0 21.4-19.5 42.7-19.5 21.3 0 21.3 19.5 42.7 19.5 21.4 0 21.3-19.4 42.5-19.5v-34.3c-21.2 0-21.2 19.5-42.5 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.3 0-21.3 19.5-42.6 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5H0zm0 66.6V370h.1c21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.3 0 21.3 19.5 42.6 19.5 21.4 0 21.4-19.5 42.7-19.5 21.3 0 21.3 19.5 42.7 19.5 21.4 0 21.3-19.5 42.6-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.3 0 21.3 19.5 42.6 19.5s21.4-19.4 42.5-19.5v-34.3c-21.1.1-21.2 19.5-42.5 19.5s-21.3-19.5-42.6-19.5c-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.3 0-21.3 19.5-42.6 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5H0zm0 67.1V512h92.6l168.1-21.3L419.4 512H512V402.8c-21.2 0-21.2 19.5-42.5 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.3 0-21.3 19.5-42.6 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5H0z"/><path fill="#d80027" d="M96.7 0l61.2 61.2h31.4L128.1 0H96.7zm126 0v94.6H0v66.8h222.6V256h66.8v-94.6H512V94.6H289.5V0h-66.8zm129.9 0l-29.7 29.7v31.5L384.1 0h-31.5zM189.4 194.8L128.1 256h31.5l29.8-29.7v-31.5zm133.5 0l61.2 61.2h31.5l-61.2-61.2h-31.5z"/><path fill="#ffda44" d="M201.9 345l-10 78.7-77.8-14.9 37.7 68.7A268.2 268.2 0 0 0 92.6 512h326.8a268.2 268.2 0 0 0-59-34.5l37.7-68.7-77.9 15-9.9-78.8-54.2 58-54.2-58z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 61.2 80.7 0h16l18.5 6 12.9-6h94.6l33.8 19.2 33-19.2h63.1l11.9 7.3L384 0h47.2L512 61.2v33.4L491.3 128l20.7 33.4v33.4l-22 29.7 22 31.5v13.1l-9.7 19 9.7 15.3v32.3l-12.7 19.8L512 370v32.8l-28.4 57-446.2-1-37.3-56V370l13.4-13.7L0 335.7v-32.3l14.2-14.2L0 269v-13l27.4-30.6L0 194.8v-33.4l25.5-33.5L0 94.6z"/><path fill="#0052b4" d="M0 0v61.2h142.1L80.7 0H0zm431.3 0-61.2 61.2H512V0h-80.7zM0 194.8V256h80.9l61.2-61.2H0zm370.1 0 61.2 61.2H512v-61.2H370.1zM189.3 242l-14 14h14v-14zm133.6 0v14h14l-14-14zM0 269.1v34.3h.1c21.3 0 21.3 19.5 42.6 19.5 21.4 0 21.4-19.5 42.7-19.5 21.3 0 21.3 19.5 42.7 19.5 21.4 0 21.3-19.5 42.6-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.3 0 21.3 19.5 42.6 19.5 21.4 0 21.4-19.5 42.7-19.5 21.3 0 21.3 19.5 42.7 19.5 21.4 0 21.3-19.4 42.5-19.5v-34.3c-21.2 0-21.2 19.5-42.5 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.3 0-21.3 19.5-42.6 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5H0zm0 66.6V370h.1c21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.3 0 21.3 19.5 42.6 19.5 21.4 0 21.4-19.5 42.7-19.5 21.3 0 21.3 19.5 42.7 19.5 21.4 0 21.3-19.5 42.6-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.4 0 21.4 19.5 42.7 19.5 21.3 0 21.3-19.5 42.7-19.5 21.3 0 21.3 19.5 42.6 19.5s21.4-19.4 42.5-19.5v-34.3c-21.1.1-21.2 19.5-42.5 19.5s-21.3-19.5-42.6-19.5c-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.3 0-21.3 19.5-42.6 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5H0zm0 67.1V512h92.6l168.1-21.3L419.4 512H512V402.8c-21.2 0-21.2 19.5-42.5 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.4 0-21.4 19.5-42.7 19.5-21.3 0-21.3-19.5-42.7-19.5-21.3 0-21.3 19.5-42.6 19.5s-21.4-19.5-42.7-19.5c-21.3 0-21.3 19.5-42.7 19.5-21.3 0-21.3-19.5-42.6-19.5H0z"/><path fill="#d80027" d="m96.7 0 61.2 61.2h31.4L128.1 0H96.7zm126 0v94.6H0v66.8h222.6V256h66.8v-94.6H512V94.6H289.5V0h-66.8zm129.9 0-29.7 29.7v31.5L384.1 0h-31.5zM189.4 194.8 128.1 256h31.5l29.8-29.7v-31.5zm133.5 0 61.2 61.2h31.5l-61.2-61.2h-31.5z"/><path fill="#ffda44" d="m201.9 345-10 78.7-77.8-14.9 37.7 68.7A268.2 268.2 0 0 0 92.6 512h326.8a268.2 268.2 0 0 0-59-34.5l37.7-68.7-77.9 15-9.9-78.8-54.2 58-54.2-58z"/></g></svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

1
flags/ca-qc.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h224l32 32 32-32h224v224l-32 32 32 32v224H288l-32-32-32 32H0V288l32-32-32-32Z"/><path fill="#eee" d="M224 0v224H0v64h224v224h64V288h224v-64H288V0h-64zm-96 96v32H96v32h32v32h32v-32h32v-32h-32V96h-32zm224 0v32h-32v32h32v32h32v-32h32v-32h-32V96h-32zM128 320v32H96v32h32v32h32v-32h32v-32h-32v-32h-32zm224 0v32h-32v32h32v32h32v-32h32v-32h-32v-32h-32z"/></g></svg>

After

Width:  |  Height:  |  Size: 558 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h144.7l113.2 39.9L367.3 0H512v512H367.3l-108-45.3L144.8 512H0z"/><path fill="#eee" d="M144.7 0h222.6v512H144.7z"/><path fill="#d80027" d="M300.5 289.4L345 267l-22.2-11v-22.3L278.3 256l22.2-44.5h-22.2L256 178l-22.3 33.4h-22.2l22.2 44.5-44.5-22.3V256L167 267.1l44.5 22.3-11.2 22.3H245V345h22v-33.3h44.6z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0v512h144l112-64 112 64h144V0H368L256 64 144 0Z"/><path fill="#eee" d="M144 0h224v512H144Z"/><path fill="#d80027" d="m301 289 44-22-22-11v-22l-45 22 23-44h-23l-22-34-22 33h-23l23 45-45-22v22l-22 11 45 22-12 23h45v33h22v-33h45z"/></g></svg>

Before

Width:  |  Height:  |  Size: 489 B

After

Width:  |  Height:  |  Size: 438 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0h512v512H0z"/><g fill="#ffda44"><path d="M393 367.3l7 14.7 15.9-3.7-7.1 14.7 12.7 10-15.9 3.7V423L393 412.8 380.3 423v-16.3l-15.9-3.6 12.8-10.1-7.1-14.7L386 382zm-65.4-155.8l7 14.7 16-3.7-7.2 14.7 12.8 10-16 3.6.1 16.3-12.7-10.2-12.7 10.2v-16.3l-15.8-3.5 12.7-10.1-7-14.7 15.8 3.7zm65.4-89l7 14.6 15.9-3.6-7.1 14.6 12.7 10.1-15.9 3.6v16.3L393 167.9l-12.7 10.2v-16.3l-15.9-3.6 12.8-10-7.1-14.7L386 137zm57 66.7l7 14.7 16-3.7-7.1 14.7 12.7 10.1-15.9 3.6v16.3l-12.6-10.2-12.7 10.2v-16.3l-15.9-3.6 12.8-10.1-7.1-14.7L443 204zm-40.8 78l5.6 17h17.9l-14.5 10.4 5.5 17-14.5-10.5-14.4 10.6 5.5-17-14.5-10.6h18z"/><path d="M283.8 328.3a72.3 72.3 0 1 1 34.4-136 89 89 0 1 0 0 127.3 72 72 0 0 1-34.4 8.7zM161 100.2a44.5 44.5 0 0 0-77.1 0h77zm.1.2l-38.7 38.7-38.7-38.7a44.3 44.3 0 0 0-5.8 22 44.5 44.5 0 1 0 89 0 44.3 44.3 0 0 0-5.8-22z"/></g><path fill="#a2001d" d="M111.3 128v37.6a44.6 44.6 0 0 0 11.1 1.4c3.9 0 7.6-.5 11.2-1.4V128h-22.3z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M123 75a48 48 0 0 0-48 48 48 48 0 0 0 48 48 48 48 0 0 0 48-48 48 48 0 0 0-48-48m270 48-7 14-16-4 7 15-13 10 16 4v16l13-10 13 10v-16l15-4-12-10 7-15-16 4zm-142 44a89 89 0 1 0 67 153 72 72 0 0 1-34 8 72 72 0 1 1 34-136 89 89 0 0 0-67-25m199 22-7 15-16-4 7 15-13 10 16 4v16l13-10 13 10v-16l16-4-13-10 7-15-16 4zm-122 23-7 14-16-4 7 15-13 10 16 4v16l13-10 12 10v-16l16-4-13-10 8-15-16 4zm81 55-5 17h-18l14 11-5 17 14-11 15 11-6-17 15-11h-18zm-16 100-7 15-16-4 7 15-13 10 16 4v16l13-10 13 10v-16l15-4-12-10 7-15-16 4z"/><path fill="#6da544" d="M82 98h81l-29 30-11 8-12-8z"/><path fill="#a2001d" d="M111 128v41l12 2 11-1v-42z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 870 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h401.9L512 110.3V512H110.3L0 401.9z"/><path fill="#ffda44" d="M401.9 0L0 401.9V449l63 63h47.3L512 110.3V63L449 0z"/><path fill="#d80027" d="M449 0L0 449v63h63L512 63V0h-63z"/><path fill="#ffda44" d="M136.4 78l13.8 42.4H195l-36 26.3 13.7 42.5-36.2-26.3-36 26.3 13.7-42.5L78 120.4h44.7z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h401.9L512 110.3V512H110.3L0 401.9z"/><path fill="#ffda44" d="M401.9 0 0 401.9V449l63 63h47.3L512 110.3V63L449 0z"/><path fill="#d80027" d="M449 0 0 449v63h63L512 63V0h-63z"/><path fill="#ffda44" d="m136.4 78 13.8 42.4H195l-36 26.3 13.7 42.5-36.2-26.3-36 26.3 13.7-42.5L78 120.4h44.7z"/></g></svg>

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 497 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 378.4l252.9-28.8L512 378.4V512H322.8L256 481l-66.8 31H0z"/><path fill="#6da544" d="M0 256l249.8-28L512 256v122.4H0z"/><path fill="#eee" d="M0 133.6l255.3-28.3L512 133.6V256H0z"/><path fill="#0052b4" d="M0 0h189.2L256 30l66.8-30H512v133.6H0z"/><path fill="#ffda44" d="M137.7 55.7l6.9 21.2H167L148.9 90l6.9 21.3-18.1-13.1-18 13.1 6.8-21.3-18-13h22.3z"/><path fill="#d80027" d="M189.2 0h133.6v512H189.2z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="m0 378.4 252.9-28.8L512 378.4V512H322.8L256 481l-66.8 31H0z"/><path fill="#6da544" d="m0 256 249.8-28L512 256v122.4H0z"/><path fill="#eee" d="m0 133.6 255.3-28.3L512 133.6V256H0z"/><path fill="#0052b4" d="M0 0h189.2L256 30l66.8-30H512v133.6H0z"/><path fill="#ffda44" d="m137.7 55.7 6.9 21.2H167L148.9 90l6.9 21.3-18.1-13.1-18 13.1 6.8-21.3-18-13h22.3z"/><path fill="#d80027" d="M189.2 0h133.6v512H189.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 612 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M401.9 0l-234 172.8L0 401.8V512h110.5L339 336.9l173-226.4V0z"/><path fill="#d80027" d="M512 110.3L110.3 512H512V110.3z"/><path fill="#6da544" d="M0 0v401.9L401.9 0H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M384 0h128v128L352 352 128 512H0V384l160-224Z"/><path fill="#6da544" d="M0 384 384 0H0Z"/><path fill="#d80027" d="M512 128 128 512h384z"/></g></svg>

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 344 B

1
flags/ch-gr.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M128 0h128l256 256v256H0V256Z"/><path fill="#338af3" d="M256 0h64l32 32 32-32h64l64 64v64l-32 32 32 32v64h-64l-32-32-32 32h-64l-64-64v-64l32-32-32-32Z"/><path fill="#333" d="M0 0h128v256H0z"/><path fill="#ffda44" d="M320 0v64h-64v64h128V0h-64zm64 128v128h64v-64h64v-64H384zm-128 64h64v64h-64zM448 0h64v64h-64z"/><path fill="#333" d="M291 291c-32 0-68 8-82 19-5 4-7 10-7 16 0 10 7 18 17 20l-25 7a99 99 0 0 0-77-44 9 9 0 0 0-3 18c33 12 45 13 57 37-21-7-35 24-48 37-3 1-4 4-4 7 0 5 4 9 9 9l6-2c13-10 26-33 44-28 57 16 66 13 105 7-31 9-30 21-8 36-11 17-25 17-41 22-4 1-7 5-7 9 0 5 4 9 9 9l5-1c19-9 40-18 60-33-1-8-13-17 8-24 9 8 14 19 41 16 4 7 10 12 7 28l-12 3c-5 0-8 4-8 9s4 9 9 9c3 0 6-2 7-4l18-14c2-15-2-29-8-42-14-2-17-15-23-29 12 6 22 12 32-3-14-5-28-13-39-4-39-24-55-19-80-24 9-8 11-20 8-37 26-7 69-23 96 26 3-41-30-54-66-55z"/></g></svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#eee" d="M389.6 211.5h-89v-89h-89.1v89h-89v89h89v89h89v-89h89z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#eee" d="M389.6 211.5h-89v-89h-89.1v89h-89v89h89v89h89v-89h89z"/></g></svg>

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 301 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M167 0h178l31 253.2L345 512H167l-33.4-257.4z"/><path fill="#ff9811" d="M0 0h167v512H0z"/><path fill="#6da544" d="M345 0h167v512H345z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M167 0h178l31 253.2L345 512H167l-33.4-257.4z"/><path fill="#ff9811" d="M0 0h167v512H0z"/><path fill="#6da544" d="M345 0h167v512H345z"/></g></svg>

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 338 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M445.2 256zm-155.8 0z"/><path fill="#0052b4" d="M256 0h256v512H0V256z"/><path fill="#eee" d="M345 256l4.8 14.6H365l-12.4 9 4.7 14.6-12.4-9-12.4 9 4.8-14.6-12.4-9h15.3zm-63 26l13.7 7 10.9-10.8-2.4 15.1 13.6 7-15.1 2.4-2.4 15.1-7-13.6-15.1 2.4 10.8-10.9zm-26 63l14.6-4.7V325l9 12.4 14.6-4.8-9 12.4 9 12.4-14.6-4.7-9 12.4v-15.3zm26 63l7-13.6-10.8-10.9 15.1 2.4 7-13.6 2.4 15 15.1 2.5-13.6 7 2.4 15-10.9-10.8zm63 26l-4.7-14.5H325l12.4-9-4.8-14.6 12.4 9 12.4-9-4.7 14.6 12.4 9h-15.3zm63-26l-13.6-7-10.9 10.9 2.4-15.2-13.6-7 15-2.3 2.5-15.1 7 13.6 15-2.4-10.8 10.9zm26-63l-14.5 4.8V365l-9-12.4-14.6 4.7 9-12.4-9-12.4 14.6 4.8 9-12.4v15.3zm-26-63l-7 13.7 10.9 10.9-15.2-2.4-7 13.6-2.3-15.1-15.1-2.4 13.6-7-2.4-15.1 10.9 10.8z"/><path fill="#496e2d" d="M445.2 256zm-155.8 0z"/><path fill="#eee" d="M256 0H100.2L66.7 14.9 33.4 0H0v33.4l15.7 31.3L0 100.2V256h33.4l34-13.6 32.8 13.6h33.4v-75.2l75.2 75.2H256l-7.7-21.3 7.7-10.2v-15.7l-75.2-75.2H256v-33.4l-11.8-33.4L256 33.4z"/><path fill="#d80027" d="M256 224.5l-91-91h-31.4L256 256z"/><path fill="#d80027" d="M33.4 0v33.4H0v66.8h33.4V256h66.8V100.2H256V33.4H100.2V0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M256 0h256v512H0V256Z"/><path fill="#eee" d="M0 0v32l32 32L0 96v160h32l32-32 32 32h32v-83l83 83h45l-8-16 8-15v-14l-83-83h83V96l-32-32 32-32V0H96L64 32 32 0Z"/><path fill="#d80027" d="M32 0v32H0v64h32v160h64V96h160V32H96V0Zm96 128 128 128v-31l-97-97z"/><path fill="#eee" d="m345 256 4.8 14.6H365l-12.4 9 4.7 14.6-12.4-9-12.4 9 4.8-14.6-12.4-9h15.3zm-63 26 13.7 7 10.9-10.8-2.4 15.1 13.6 7-15.1 2.4-2.4 15.1-7-13.6-15.1 2.4 10.8-10.9zm-26 63 14.6-4.7V325l9 12.4 14.6-4.8-9 12.4 9 12.4-14.6-4.7-9 12.4v-15.3zm26 63 7-13.6-10.8-10.9 15.1 2.4 7-13.6 2.4 15 15.1 2.5-13.6 7 2.4 15-10.9-10.8zm63 26-4.7-14.5H325l12.4-9-4.8-14.6 12.4 9 12.4-9-4.7 14.6 12.4 9h-15.3zm63-26-13.6-7-10.9 10.9 2.4-15.2-13.6-7 15-2.3 2.5-15.1 7 13.6 15-2.4-10.8 10.9zm26-63-14.5 4.8V365l-9-12.4-14.6 4.7 9-12.4-9-12.4 14.6 4.8 9-12.4v15.3zm-26-63-7 13.7 10.9 10.9-15.2-2.4-7 13.6-2.3-15.1-15.1-2.4 13.6-7-2.4-15.1 10.9 10.8z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 256l254.5-51.3L512 256v256H0z"/><path fill="#0052b4" d="M0 0h256l52.7 132.8L256 256H0z"/><path fill="#eee" d="M256 0h256v256H256zM152.4 89l16.6 51h53.6l-43.4 31.6 16.6 51-43.4-31.5-43.4 31.5 16.6-51L82.2 140h53.6z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="m0 256 254.5-51.3L512 256v256H0z"/><path fill="#0052b4" d="M0 0h256l52.7 132.8L256 256H0z"/><path fill="#eee" d="M256 0h256v256H256zM152.4 89l16.6 51h53.6l-43.4 31.6 16.6 51-43.4-31.5-43.4 31.5 16.6-51L82.2 140h53.6z"/></g></svg>

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 425 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M144.8 0h222.4l32 260-32 252H144.8l-32.1-256z"/><path fill="#ffda44" d="M256.1 167l22.1 68h71.5L292 277l22 68-57.8-42-57.9 42 22.1-68-57.8-42H234z"/><path fill="#496e2d" d="M0 0h144.8v512H0z"/><path fill="#ffda44" d="M367.2 0H512v512H367.2z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M144.8 0h222.4l32 260-32 252H144.8l-32.1-256z"/><path fill="#ffda44" d="m256.1 167 22.1 68h71.5L292 277l22 68-57.8-42-57.9 42 22.1-68-57.8-42H234z"/><path fill="#496e2d" d="M0 0h144.8v512H0z"/><path fill="#ffda44" d="M367.2 0H512v512H367.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 424 B

After

Width:  |  Height:  |  Size: 449 B

1
flags/cn-hk.svg Symbolic link
View file

@ -0,0 +1 @@
hk.svg

1
flags/cn-xj.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v512H0Z"/><path fill="#eee" d="m312 256 116-38-72 99V195l72 99zm8 69a128 128 0 1 1 0-137 102 102 0 1 0 0 137z"/></g></svg>

After

Width:  |  Height:  |  Size: 326 B

1
flags/cn-xz.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="m12.4 481.9 491.1.6-247-247.3z"/><path fill="#d80027" d="M45 467.4 193.1 319l63-107.5 80.2 105.1L512 362.1V256l-27.8-50 27.8-56V44.7l-260-28-252 28 38.5 58.8L0 150v106.1l37 50.7-37 55.4v105.2l23.6 15.8z"/><path fill="#0052b4" d="m512 362-206.4-85.4L319 319l148.3 148.4 23 18.1 21.6-18.1zm0-105.9v-106l-255.8 106zM467.7 44.6l-60.9-17.8-63 17.8-87.6 211.5zm-211.5 0L214.7 27l-46.1 17.7 87.6 211.5zm-211.5 0L23.9 28.8 0 44.6V150l256.2 106.1zM0 256.1v106.1l256.2-106z"/><path fill="#ffda44" d="m256.2 256.1 63 63a89 89 0 1 0-126 0zm39 128-38.8 19.5-39.2-19.5a39 39 0 1 1 78 0z"/><path fill="#0052b4" d="M295.2 384.1a39 39 0 0 1-78 0"/><path fill="#ffda44" d="M0 0v44.6h512V0H0zm0 467.4V512h512v-44.6H0z"/></g></svg>

After

Width:  |  Height:  |  Size: 904 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M140.1 155.8l22.1 68h71.5l-57.8 42.1 22.1 68-57.9-42-57.9 42 22.2-68-57.9-42.1H118zm163.4 240.7l-16.9-20.8-25 9.7 14.5-22.5-16.9-20.9 25.9 6.9 14.6-22.5 1.4 26.8 26 6.9-25.1 9.6zm33.6-61l8-25.6-21.9-15.5 26.8-.4 7.9-25.6 8.7 25.4 26.8-.3-21.5 16 8.6 25.4-21.9-15.5zm45.3-147.6L370.6 212l19.2 18.7-26.5-3.8-11.8 24-4.6-26.4-26.6-3.8 23.8-12.5-4.6-26.5 19.2 18.7zm-78.2-73l-2 26.7 24.9 10.1-26.1 6.4-1.9 26.8-14.1-22.8-26.1 6.4 17.3-20.5-14.2-22.7 24.9 10.1z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#ffda44" d="m140.1 155.8 22.1 68h71.5l-57.8 42.1 22.1 68-57.9-42-57.9 42 22.2-68-57.9-42.1H118zm163.4 240.7-16.9-20.8-25 9.7 14.5-22.5-16.9-20.9 25.9 6.9 14.6-22.5 1.4 26.8 26 6.9-25.1 9.6zm33.6-61 8-25.6-21.9-15.5 26.8-.4 7.9-25.6 8.7 25.4 26.8-.3-21.5 16 8.6 25.4-21.9-15.5zm45.3-147.6L370.6 212l19.2 18.7-26.5-3.8-11.8 24-4.6-26.4-26.6-3.8 23.8-12.5-4.6-26.5 19.2 18.7zm-78.2-73-2 26.7 24.9 10.1-26.1 6.4-1.9 26.8-14.1-22.8-26.1 6.4 17.3-20.5-14.2-22.7 24.9 10.1z"/></g></svg>

Before

Width:  |  Height:  |  Size: 682 B

After

Width:  |  Height:  |  Size: 705 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 384l255.8-29.7L512 384v128H0z"/><path fill="#0052b4" d="M0 256l259.5-31L512 256v128H0z"/><path fill="#ffda44" d="M0 0h512v256H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="m0 384 255.8-29.7L512 384v128H0z"/><path fill="#0052b4" d="m0 256 259.5-31L512 256v128H0z"/><path fill="#ffda44" d="M0 0h512v256H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 340 B

1
flags/cp.svg Symbolic link
View file

@ -0,0 +1 @@
fr-cp.svg

1
flags/cq.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M304 0h208v208l-32 48 32 48v208H304l-48-32-48 32H0V304Z"/><path fill="#d80027" d="M0 0v304h208v208h96V304h208v-96H304V0Z"/><path fill="#ffda44" d="M120 27a23 23 0 0 0-23 23v16h-9v-9c0-10-8-18-18-18-2 0-4 2-4 4v42c0 2 2 4 4 4h27a21 21 0 0 0 21 22v9h-8c-11 0-19 8-19 18 0 3 2 5 5 5h41c3 0 5-2 5-5v-28h57v9h-9c-10 0-18 8-18 18 0 2 2 4 4 4h42c2 0 4-2 4-4V82c9 0 16-7 16-16s-7-16-16-16h-54c-3 0-5-2-5-5s2-6 5-6h54V29h-54c-8 0-16 7-16 16 0 8 8 16 16 16h54c3 0 6 2 6 5s-3 5-6 5h-58c-12 0-22-9-22-21a23 23 0 0 0-22-23zm0 135a23 23 0 0 0-23 23v16h-9v-9c0-10-8-18-18-18-2 0-4 2-4 4v42c0 2 2 4 4 4h27a21 21 0 0 0 21 22v9h-8c-11 0-19 8-19 18 0 3 2 5 5 5h41c3 0 5-2 5-5v-28h57v9h-9c-10 0-18 8-18 18 0 2 2 4 4 4h42c2 0 4-2 4-4v-55c9 0 16-7 16-16s-7-16-16-16h-54c-3 0-5-2-5-5s2-6 5-6h54v-10h-54c-8 0-16 7-16 16 0 8 8 16 16 16h54c3 0 6 2 6 5s-3 5-6 5h-58c-12 0-22-9-22-21a23 23 0 0 0-22-23z"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v89l-66.3 167.5L512 423v89H0v-89l69.7-167.3L0 89z"/><path fill="#eee" d="M0 89h512v78l-39.7 91.1L512 345v78H0v-78l36.3-85.6L0 167z"/><path fill="#d80027" d="M0 167h512v178H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v89l-66.3 167.5L512 423v89H0v-89l69.7-167.3L0 89z"/><path fill="#eee" d="M0 89h512v78l-39.7 91.1L512 345v78H0v-78l36.3-85.6L0 167z"/><path fill="#d80027" d="M0 167h512v178H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 391 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v102.4L483.8 151l28.2 53.8v102.4l-30.5 50.7 30.5 51.7V512H0l39.8-257z"/><path fill="#ff9811" d="M0 44.5v423V256z"/><path fill="#eee" d="M27.2 102.4v102.4H512V102.4H27.2zm0 204.8v102.4H512V307.2H27.2z"/><path fill="#d80027" d="M0 0v512l256-256L0 0z"/><path fill="#eee" d="M103.6 189.2l16.6 51h53.6l-43.4 31.6 16.6 51-43.4-31.5-43.4 31.5 16.6-51-43.4-31.6H87z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v102.4L483.8 151l28.2 53.8v102.4l-30.5 50.7 30.5 51.7V512H0l39.8-257z"/><path fill="#ff9811" d="M0 44.5v423V256z"/><path fill="#eee" d="M27.2 102.4v102.4H512V102.4H27.2zm0 204.8v102.4H512V307.2H27.2z"/><path fill="#d80027" d="M0 0v512l256-256L0 0z"/><path fill="#eee" d="m103.6 189.2 16.6 51h53.6l-43.4 31.6 16.6 51-43.4-31.5-43.4 31.5 16.6-51-43.4-31.6H87z"/></g></svg>

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 574 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v256.2l-41.9 64.3 41.9 63.7V512H0V384.2L41.3 320 0 256.2z"/><path fill="#eee" d="M0 256.2h512v42.9l-15.7 21.6 15.7 21v42.5H0v-42.5l15.1-21.5L0 299z"/><path fill="#d80027" d="M0 299.1h512v42.6H0z"/><path fill="#ffda44" d="M182.8 190.4l5.2 16.4h17.1l-13.8 10 5.3 16.3-13.8-10-14 10 5.4-16.3-13.9-10h17.1zm0 213.3L188 420h17.1l-13.8 10 5.3 16.2-13.8-10-14 10L174 430l-14-10h17.2zm-99.2-72.1l5.2 16.2h17.1L92.1 358l5.2 16.2-13.7-10-14 10L75 358l-14-10.1h17.2zm37.9-119.8l5 16h17.2l-13.8 10.3 5.2 16.2-13.7-10-14 10 5.4-16.3-14-10.1H116zm-60.4 67h17l5.5-16.2 5.2 16.2h17.1L92.1 289l5.2 16.4L83.6 295l-14 10.3 5.4-16.4zm46.5 143l5.3-16.2L99 395.4h17.1l5.4-16.2 5.2 16.3h17.1L130 405.6l5.3 16.2-13.8-10zM282 331.6l-5.4 16.2h-17l13.8 10.2-5.3 16.2 13.9-10 13.8 10-5.2-16.3 13.7-10.1h-17zm-38-119.8l-5.3 16.2h-17.1l14 10.2-5.4 16.2 13.9-10 13.8 10-5.3-16.3 13.8-10.1h-17zm60.3 67h-17l-5.3-16.2-5.4 16.2h-17l13.8 10.1-5.3 16.4L282 295l13.8 10.3-5.2-16.4zm-46.4 143l-5.3-16.2 13.8-10.2h-17l-5.3-16.2-5.4 16.3h-17.1l14 10.1-5.4 16.2 13.9-10z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v256.2l-41.9 64.3 41.9 63.7V512H0V384.2L41.3 320 0 256.2z"/><path fill="#eee" d="M0 256.2h512v42.9l-15.7 21.6 15.7 21v42.5H0v-42.5l15.1-21.5L0 299z"/><path fill="#d80027" d="M0 299.1h512v42.6H0z"/><path fill="#ffda44" d="m182.8 190.4 5.2 16.4h17.1l-13.8 10 5.3 16.3-13.8-10-14 10 5.4-16.3-13.9-10h17.1zm0 213.3L188 420h17.1l-13.8 10 5.3 16.2-13.8-10-14 10L174 430l-14-10h17.2zm-99.2-72.1 5.2 16.2h17.1L92.1 358l5.2 16.2-13.7-10-14 10L75 358l-14-10.1h17.2zm37.9-119.8 5 16h17.2l-13.8 10.3 5.2 16.2-13.7-10-14 10 5.4-16.3-14-10.1H116zm-60.4 67h17l5.5-16.2 5.2 16.2h17.1L92.1 289l5.2 16.4L83.6 295l-14 10.3 5.4-16.4zm46.5 143 5.3-16.2L99 395.4h17.1l5.4-16.2 5.2 16.3h17.1L130 405.6l5.3 16.2-13.8-10zM282 331.6l-5.4 16.2h-17l13.8 10.2-5.3 16.2 13.9-10 13.8 10-5.2-16.3 13.7-10.1h-17zm-38-119.8-5.3 16.2h-17.1l14 10.2-5.4 16.2 13.9-10 13.8 10-5.3-16.3 13.8-10.1h-17zm60.3 67h-17l-5.3-16.2-5.4 16.2h-17l13.8 10.1-5.3 16.4L282 295l13.8 10.3-5.2-16.4zm-46.4 143-5.3-16.2 13.8-10.2h-17l-5.3-16.2-5.4 16.3h-17.1l14 10.1-5.4 16.2 13.9-10z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v342.3l-22 34.2 22 32.5v103H0V409l25.4-31L0 342.2z"/><path fill="#eee" d="M175.2 164.2l13.8 42.5h44.7L197.6 233l13.8 42.5-36.2-26.3-36.1 26.3 13.8-42.5-36.2-26.3h44.7zm-76.7-44.5l8.2 25.5h26.9L111.9 161l8.3 25.5-21.7-15.7-21.7 15.7L85 161l-21.7-15.7h26.9z"/><path fill="#ffda44" d="M0 342.3h512V409H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#0052b4" d="M0 0h512v342.3l-22 34.2 22 32.5v103H0V409l25.4-31L0 342.2z"/><path fill="#eee" d="m175.2 164.2 13.8 42.5h44.7L197.6 233l13.8 42.5-36.2-26.3-36.1 26.3 13.8-42.5-36.2-26.3h44.7zm-76.7-44.5 8.2 25.5h26.9L111.9 161l8.3 25.5-21.7-15.7-21.7 15.7L85 161l-21.7-15.7h26.9z"/><path fill="#ffda44" d="M0 342.3h512V409H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 518 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="M0 0l216.9 301.6L512 512V0z"/><path fill="#0052b4" d="M0 0l512 512H0z"/><circle cx="256" cy="256" r="66.8" fill="#ffda44"/><path fill="#eee" d="M95.3 367.3l7 14.7 16-3.7L111 393l13 10-16 3.6.1 16.3-12.7-10.2L82.6 423v-16.3L66.9 403l12.6-10-7-14.7 15.8 3.7zM49.3 245l7.1 14.7 15.9-3.7-7.1 14.6 12.7 10.2-15.9 3.5v16.3l-12.6-10.2-12.7 10.2v-16.3l-15.9-3.5 12.8-10.2-7.1-14.6 15.8 3.7zm46-100.2l7 14.7 16-3.7-7.2 14.7 12.8 10-16 3.7.1 16.2-12.7-10.1-12.7 10.1v-16.2l-15.8-3.6 12.7-10.1-7-14.7 15.8 3.7zm57.1 78l7 14.6 15.9-3.7-7.1 14.7 12.7 10.1-15.8 3.6v16.3L152.4 268l-12.7 10.2V262l-15.8-3.6 12.7-10.1-7-14.7 15.8 3.7zm-40.8 66.7l5.5 17H135L120.5 317l5.6 17-14.5-10.5L97 333.9l5.6-17-14.5-10.5H106z"/><path fill="#6da544" d="M256 300.5h22.3s9.6-17 0-33.4l22.2-22.2-11.1-22.3h-11.1s-5.6 16.7-27.9 16.7-27.8-16.7-27.8-16.7h-11.1l11.1 22.3-11.1 22.2 11.1 11.2S233.7 256 256 267c0 0 9.5 14 0 33.4z"/><path fill="#ffda44" d="M422.2 140.2a44.7 44.7 0 0 0-30-50.8 83.1 83.1 0 0 1 7.5 49.9 45.6 45.6 0 0 0-10.4-11.6 45.7 45.7 0 0 0-53.7-2.4 85.3 85.3 0 0 1 35 16.7c8.3 6.6 15 15.5 20.2 24.1l-68 21.3c66.8 11.2 122.4-33.4 122.4-33.4-6.1-12.3-15.7-14.4-23-13.8z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#6da544" d="m0 0 216.9 301.6L512 512V0z"/><path fill="#0052b4" d="m0 0 512 512H0z"/><circle cx="256" cy="256" r="66.8" fill="#ffda44"/><path fill="#eee" d="m95.3 367.3 7 14.7 16-3.7L111 393l13 10-16 3.6.1 16.3-12.7-10.2L82.6 423v-16.3L66.9 403l12.6-10-7-14.7 15.8 3.7zM49.3 245l7.1 14.7 15.9-3.7-7.1 14.6 12.7 10.2-15.9 3.5v16.3l-12.6-10.2-12.7 10.2v-16.3l-15.9-3.5 12.8-10.2-7.1-14.6 15.8 3.7zm46-100.2 7 14.7 16-3.7-7.2 14.7 12.8 10-16 3.7.1 16.2-12.7-10.1-12.7 10.1v-16.2l-15.8-3.6 12.7-10.1-7-14.7 15.8 3.7zm57.1 78 7 14.6 15.9-3.7-7.1 14.7 12.7 10.1-15.8 3.6v16.3L152.4 268l-12.7 10.2V262l-15.8-3.6 12.7-10.1-7-14.7 15.8 3.7zm-40.8 66.7 5.5 17H135L120.5 317l5.6 17-14.5-10.5L97 333.9l5.6-17-14.5-10.5H106z"/><path fill="#6da544" d="M256 300.5h22.3s9.6-17 0-33.4l22.2-22.2-11.1-22.3h-11.1s-5.6 16.7-27.9 16.7-27.8-16.7-27.8-16.7h-11.1l11.1 22.3-11.1 22.2 11.1 11.2S233.7 256 256 267c0 0 9.5 14 0 33.4z"/><path fill="#ffda44" d="M422.2 140.2a44.7 44.7 0 0 0-30-50.8 83.1 83.1 0 0 1 7.5 49.9 45.6 45.6 0 0 0-10.4-11.6 45.7 45.7 0 0 0-53.7-2.4 85.3 85.3 0 0 1 35 16.7c8.3 6.6 15 15.5 20.2 24.1l-68 21.3c66.8 11.2 122.4-33.4 122.4-33.4-6.1-12.3-15.7-14.4-23-13.8z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#6da544" d="M400.7 222.6h-33.4a111.3 111.3 0 0 1-222.6 0h-33.4c0 66.2 44.5 122 105.2 139.2a37 37 0 0 0 3.9 40.5l36.3-29.2 36.4 29.2a37 37 0 0 0 3.7-40.8 144.8 144.8 0 0 0 103.9-138.9z"/><path fill="#ffda44" d="M167 211.5s0 55.6 55.6 55.6l11.1 11.2H256s11.1-33.4 33.4-33.4c0 0 0-22.3 22.3-22.3H345s-11-44.5 44.6-77.9l-22.3-11.1s-78 55.6-133.6 44.5v22.2h-22.2l-11.2-11-33.3 22.2z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#6da544" d="M400.7 222.6h-33.4a111.3 111.3 0 0 1-222.6 0h-33.4c0 66.2 44.5 122 105.2 139.2a37 37 0 0 0 3.9 40.5l36.3-29.2 36.4 29.2a37 37 0 0 0 3.7-40.8 144.8 144.8 0 0 0 103.9-138.9z"/><path fill="#ffda44" d="M167 211.5s0 55.6 55.6 55.6l11.1 11.2H256s11.1-33.4 33.4-33.4c0 0 0-22.3 22.3-22.3H345s-11-44.5 44.6-77.9l-22.3-11.1s-78 55.6-133.6 44.5v22.2h-22.2l-11.2-11-33.3 22.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 613 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v256l-265 45.2z"/><path fill="#d80027" d="M210 256h302v256H0z"/><path fill="#0052b4" d="M0 0v512l256-256L0 0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#eee" d="M0 0h512v256l-265 45.2z"/><path fill="#d80027" d="M210 256h302v256H0z"/><path fill="#0052b4" d="M0 0v512l256-256L0 0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 298 B

After

Width:  |  Height:  |  Size: 323 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="M0 345l256.7-25.5L512 345v167H0z"/><path fill="#d80027" d="M0 167l255-23 257 23v178H0z"/><path fill="#333" d="M0 0h512v167H0z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#ffda44" d="m0 345 256.7-25.5L512 345v167H0z"/><path fill="#d80027" d="m0 167 255-23 257 23v178H0z"/><path fill="#333" d="M0 0h512v167H0z"/></g></svg>

Before

Width:  |  Height:  |  Size: 309 B

After

Width:  |  Height:  |  Size: 334 B

1
flags/dg.svg Symbolic link
View file

@ -0,0 +1 @@
io.svg

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v256l-153.2 35.7L210 256z"/><path fill="#6da544" d="M210 256h302v256H0z"/><path fill="#eee" d="M0 0v512l256-256z"/><path fill="#d80027" d="M103.6 189.2l16.6 51h53.6l-43.4 31.6 16.6 51-43.4-31.5-43.4 31.5 16.6-51-43.4-31.6H87z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#338af3" d="M0 0h512v256l-153.2 35.7L210 256z"/><path fill="#6da544" d="M210 256h302v256H0z"/><path fill="#eee" d="M0 0v512l256-256z"/><path fill="#d80027" d="m103.6 189.2 16.6 51h53.6l-43.4 31.6 16.6 51-43.4-31.5-43.4 31.5 16.6-51-43.4-31.6H87z"/></g></svg>

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 442 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h133.6l32.7 20.3 34-20.3H512v222.6L491.4 256l20.6 33.4V512H200.3l-31.7-20.4-35 20.4H0V289.4l29.4-33L0 222.7z"/><path fill="#eee" d="M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0h-66.7z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M0 0h133.6l32.7 20.3 34-20.3H512v222.6L491.4 256l20.6 33.4V512H200.3l-31.7-20.4-35 20.4H0V289.4l29.4-33L0 222.7z"/><path fill="#eee" d="M133.6 0v222.6H0v66.8h133.6V512h66.7V289.4H512v-66.8H200.3V0h-66.7z"/></g></svg>

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 412 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M205.9.5h33.4l16 255-16 255.9h-33.4z"/><path fill="#333" d="M239.3.5h33.4l16.6 256-16.6 254.9h-33.4z"/><path fill="#ffda44" d="M511.4 205.9v33.4l-256 16.1L.6 239.3v-33.4z"/><path fill="#333" d="M511.4 239.3v33.4L255.8 291 .6 272.7v-33.4z"/><path fill="#eee" d="M272.7.5h33.4v510.9h-33.4z"/><path fill="#eee" d="M511.5 272.7v33.4H.6v-33.4z"/><circle cx="256" cy="256" r="122.4" fill="#d80027"/><path fill="#496e2d" d="M283.9 269.7c-9.1-18.3-21-36.7-21-36.7s.3-8.4.3-13.4a13.7 13.7 0 0 0-27.2-1.2 10.8 10.8 0 0 0-4.3 20.3 15.5 15.5 0 0 1 9.2-8.6 13.8 13.8 0 0 0 2.2 1.5l1.8.8s-6.5 18.3-6.5 28.2c0 27.6 18.2 36.1 18.2 36.1v.3l-9.1 9h18.2v-18l9 9c.2 0 17.3-11 9.2-27.2zM256 155.8l4.1 12.8h13.5l-10.9 7.9 4.2 12.7-10.9-7.9-10.8 8 4.1-12.8-10.9-8H252zM197.1 175l10.9 7.8 10.8-7.8-4.1 12.7 10.8 7.9h-13.4l-4.1 12.7-4.2-12.7h-13.4l10.9-7.9zm-36.4 50h13.4l4.2-12.7 4.1 12.7h13.4l-10.8 8 4.1 12.7-10.8-7.9-10.9 7.9 4.2-12.8zm0 62l10.9-8-4.2-12.7 10.9 7.9 10.8-7.9-4.1 12.8 10.8 7.9h-13.4l-4.1 12.7L174 287zm36.4 50l4.2-12.7-10.9-7.9h13.4l4.2-12.7 4.1 12.7h13.4l-10.8 7.9 4.1 12.7-10.8-7.8zm58.9 19.2l-4.1-12.8h-13.5l10.9-7.9-4.2-12.7 10.9 7.9 10.8-8-4.1 12.8 10.9 8H260zm58.9-19.2l-10.9-7.8-10.8 7.8 4.1-12.7-10.8-7.9h13.4l4.1-12.7 4.2 12.7h13.4l-10.9 7.9zm36.4-50h-13.4l-4.2 12.7-4.1-12.7h-13.4l10.8-8-4.1-12.7 10.8 7.9 10.9-7.9-4.2 12.8zm0-62l-10.9 8 4.2 12.7-10.9-7.9-10.8 7.9 4.1-12.8-10.8-7.9h13.4l4.1-12.7L338 225zm-36.4-50l-4.2 12.7 10.9 7.9h-13.4l-4.2 12.7-4.1-12.7h-13.4l10.8-7.9-4.1-12.7 10.8 7.8z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 0h208l48 32 48-32h208v208l-32 48 32 48v208H304l-48-32-48 32H0V304l32-48-32-48Z"/><path fill="#333" d="M512 240v32l-256 32L0 272v-32l256-32z"/><path fill="#ffda44" d="M512 208v32H0v-32z"/><path fill="#333" d="M240 0h32l32 256-32 256h-32l-32-256Z"/><path fill="#ffda44" d="M208 0h32v512h-32z"/><path fill="#eee" d="M272 0h32v512h-32z"/><path fill="#eee" d="M512 272v32H0v-32z"/><circle cx="256" cy="256" r="122.4" fill="#d80027"/><path fill="#496e2d" d="M284 270c-9-19-21-37-21-37v-13a14 14 0 0 0-27-2 11 11 0 0 0-4 21 16 16 0 0 1 9-9 14 14 0 0 0 2 2h2s-7 19-7 29c0 27 19 36 19 36l-10 9h19v-18l9 9s17-11 9-27zm-28-114 4 13h14l-11 8 4 12-11-8-11 8 4-12-11-8h14Zm-59 19 11 8 11-8-4 13 11 8h-14l-4 12-4-12h-14l11-8zm-36 50h13l4-13 4 13h14l-11 8 4 13-11-8-11 8 5-13zm0 62 11-8-5-13 11 8 11-8-4 13 11 8h-14l-4 13-4-13Zm36 50 4-13-11-8h14l4-12 4 12h13l-10 8 4 13-11-8zm59 19-4-13h-14l11-8-4-12 11 8 11-8-4 12 11 9h-14Zm59-19-11-8-11 8 4-13-10-8h13l4-12 4 12h14l-11 8zm36-50h-13l-4 13-4-13h-14l11-8-4-13 11 8 11-8-5 13zm0-62-11 8 5 13-11-8-11 8 4-13-11-8h14l4-13 4 13zm-36-50-4 13 11 8h-14l-4 12-4-12h-14l11-8-4-13 11 8z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M35.5 256h444l32.5-66.8V0H322.8L256 31.8v444.6L189.2 512H0V322.8z"/><path fill="#0052b4" d="M479.5 256h-444L0 189.2V0h189.2L256 31.8v444.6l66.8 35.6H512V322.8z"/><path fill="#eee" d="M189.2 0h133.6v189.2H512v133.6H322.8V512H189.2V322.8H0V189.2h189.2z"/><path fill="#496e2d" d="M322.8 256a66.8 66.8 0 1 1-133.6 0c0-36.9 66.8-66.8 66.8-66.8s66.8 30 66.8 66.8z"/><path fill="#0052b4" d="M189.2 256a66.8 66.8 0 1 1 133.6 0"/><path fill="#d80027" d="M218.4 222.6v41.7a37.6 37.6 0 1 0 75.2 0v-41.7z"/></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#d80027" d="M35.5 256h444l32.5-66.8V0H322.8L256 31.8v444.6L189.2 512H0V322.8z"/><path fill="#0052b4" d="M479.5 256h-444L0 189.2V0h189.2L256 31.8v444.6l66.8 35.6H512V322.8z"/><path fill="#eee" d="M189.2 0h133.6v189.2H512v133.6H322.8V512H189.2V322.8H0V189.2h189.2z"/><path fill="#496e2d" d="M322.8 256a66.8 66.8 0 1 1-133.6 0c0-36.9 66.8-66.8 66.8-66.8s66.8 30 66.8 66.8z"/><path fill="#0052b4" d="M189.2 256a66.8 66.8 0 1 1 133.6 0"/><path fill="#d80027" d="M218.4 222.6v41.7a37.6 37.6 0 1 0 75.2 0v-41.7z"/></g></svg>

Before

Width:  |  Height:  |  Size: 676 B

After

Width:  |  Height:  |  Size: 701 B

View file

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 0h256l45.3 251.8L256 512H0z"/><path fill="#eee" d="M256 0h256v512H256z"/><g fill="#d80027"><path d="M311 206.9l-21 29-34-11 21 28.8-21 29 34-11.1 21 29v-35.8l34-11.1-34-11z"/><path d="M277.2 328.3a72.3 72.3 0 1 1 34.5-136 89 89 0 1 0 0 127.3 72 72 0 0 1-34.5 8.7z"/></g></g></svg> <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><mask id="a"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#a)"><path fill="#496e2d" d="M0 0h256l32 256-32 256H0Z"/><path fill="#eee" d="M256 0h256v512H256z"/><path fill="#d80027" d="M245 167a89 89 0 1 0 67 153 72 72 0 0 1-35 8 72 72 0 1 1 35-136 89 89 0 0 0-67-25m66 40-21 29-34-11 21 29-21 29 34-11 21 29v-36l34-11-34-11z"/></g></svg>

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 444 B

1
flags/ea.svg Symbolic link
View file

@ -0,0 +1 @@
es-ce.svg

Some files were not shown because too many files have changed in this diff Show more