apteryxxyz / flags

A curated collection of over 200 4:3 flag icons for every country (and many territories) as SVGs, as well as in PNG and WEBP formats, both of which are in 6 different sizes.

Home Page:https://flags.apteryx.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‡¦πŸ‡Ί πŸ‡³πŸ‡Ώ Flag Icons πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

Welcome to my curated collection of over 200 4:3 flag icons for every country (and many territories) as SVGs, as well as in PNG and WEBP formats, both of which are in 6 different sizes.

To use them in your code, simply set your images sources to the flags URL at flags.apteryx.xyz. Such as:

βœ’οΈ SVG

https://flags.apteryx.xyz/svg/<two_letter_country_code>.svg

πŸ“· PNG and WEBP

https://flags.apteryx.xyz/<format>/<size>/<two_letter_country_code>.<format>
  • format must be either webp or png.
  • size must be one of 32, 64, 128, 192, 256, or 320.

🌐 Examples

Say you wanted to use a PNG image of United States flag, with a height of 64 pixels:

https://flags.apteryx.xyz/png/64/us.png

United States flag

Or maybe you wanted the New Zealand as a WEBP with a height of 128:

https://flags.apteryx.xyz/webp/128/nz.webp

New Zealand flag

Or maybe an SVG of the Hong Kong:

https://flags.apteryx.xyz/svg/hk.svg

Hong kong flag

About

A curated collection of over 200 4:3 flag icons for every country (and many territories) as SVGs, as well as in PNG and WEBP formats, both of which are in 6 different sizes.

https://flags.apteryx.xyz


Languages

Language:JavaScript 95.0%Language:Shell 5.0%