# circle-flags A collection of circular SVG country flags. ## Usage ``` 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). For example, the following code: ```html ``` ...produces this:

To view all the available flags, check the [gallery](all-flags.md). ## Contributing To contribute, you need to have [svgo](https://github.com/svg/svgo) installed (version 1.2.0 or newer). First, edit the relevant SVG files in the `flags/` directory. Then run `svgo` to optimize the SVG files: ```sh svgo ./flags --recursive --config=svgo.yml ``` Then commit the changes, and submit them as a pull request. ## License This project is released under the [MIT license](LICENSE).