A collection of tiny 15x10 pixel art flags. This repository contains 204 country flag PNG icons as shown here:
https://igor-couto.github.io/pixel-flags/flags/br.png
Replace the xx with the ISO 3166-1 alpha-2 code of a country.
The two-letter country codes are used most prominently for the Internet's country domains.
There are still four other sizes available, maintaining the aspect ratio and scaled properly. To use them, just add the resolution before the country code as shown below. For instance, the following HTML code:
<img src="https://igor-couto.github.io/pixel-flags/flags/br.png">
<img src="https://igor-couto.github.io/pixel-flags/flags/30x20/br.png">
<img src="https://igor-couto.github.io/pixel-flags/flags/45x30/br.png">
<img src="https://igor-couto.github.io/pixel-flags/flags/60x40/br.png">
<img src="https://igor-couto.github.io/pixel-flags/flags/75x50/br.png">Results in this:
- Igor Couto - [email protected]