19 lines
427 B
Markdown
19 lines
427 B
Markdown
# 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:
|
|
|
|
```html
|
|
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
|
```
|
|
Gives:
|
|
|
|
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|