Home

Awesome

flag-icons CO

A beautiful svg + png + sass + css collection of 261 flags by Yefferson Marín.

Icons

All sketch files were pulled from madebybowtie/FlagKit.

Looking for brand icons?

Check out yammadev/brand-icons.

Author

Yefferson Marín - (@yammadev)

Instructions

1. Add the compiled css file to your html.

  <!-- Use generated lib -->
  <link rel="stylesheet" href="/css/flag-icons.css">

  <!-- Or compressed -->
  <link rel="stylesheet" href="/css/flag-icons.min.css">

2. Download the svg (folder) icons in your path.

3. Use <i> or <span> tags adding the class flag-icons followed of the flag code (look Reference bellow for details) which is the ISO 3166-1-alpha-2 code for each one. The result is a rectangular flag, however, the square class can be used if a squared one is required:

  <!-- Using <i> -->
  <i class="flag-icons CO"></i>
  <i class="flag-icons square CO"></i>

  <!-- Using <span> -->
  <span class="flag-icons CO"></span>
  <span class="flag-icons square CO"></span>

4. You can also format the default size of the flag in a custom css file:

  .flag-icons,    /* Format default wrapper */
  .rectangle {    /* Or use as new class */
    height: 2em !important;
    width: 2.66667em !important;
    line-height: 2em !important;
  }

  .flag-icons,    /* Format default wrapper */
  .square,        /* Format default square class */
  .squared {      /* Or use as new class */
    height: 2em !important;
    width: 2em !important;
    line-height: 2em !important;
  }
  <!-- Rectangle -->
  <i class="flag-icons CO"></i>
  <i class="flag-icons rectangle CO"></i>

  <!-- Square -->
  <i class="flag-icons CO"></i>
  <i class="flag-icons square CO"></i>
  <i class="flag-icons squared CO"></i>

Use a portion

Simple

1. From svg folder get just the flags you need

2 Edit the library css/flag-icons.css by just leaving the classes for the selected flags.

3. Use as explained before.

Building your own

Requirements

1. In svg folder put just the files you need, and then edit sass/_variables.sass, where 'code' represents the name(s) of the desired flag(s).

  // ...
  $flags: (
    'code'
    ...
    'code'
  )

2. Run in terminal:

  # Install dependencies
  $ npm install

  # Build!
  $ grunt build

3. It will generate:

  /css    <-- .css, .min.css

4. Use as usual.

Contribute

Issues and pull requests are most than welcome.

License

Released under the MIT license.

Reference

Extras

8 flags:

FlagCodeRegion
<img src='png/CAF.png?raw=true' width='21' height='15'>CAFAfrica
<img src='png/CAS.png?raw=true' width='21' height='15'>CASAsia
<img src='png/CNA.png?raw=true' width='21' height='15'>CNANorth America
<img src='png/COC.png?raw=true' width='21' height='15'>COCOceania
<img src='png/CSA.png?raw=true' width='21' height='15'>CSASouth America
<img src='png/EU.png?raw=true' width='21' height='15'>EUEuropean Union
<img src='png/WW.png?raw=true' width='21' height='15'>WWWorld
<img src='png/LGBT@2x.png?raw=true' width='21' height='15'>LGBTPride

Countries

253 flags:

FlagCodeRegion
<img src='png/AD@2x.png?raw=true' width='21' height='15'>ADAndorra
<img src='png/AE@2x.png?raw=true' width='21' height='15'>AEUnited Arab Emirates
<img src='png/AF@2x.png?raw=true' width='21' height='15'>AFAfghanistan
<img src='png/AG@2x.png?raw=true' width='21' height='15'>AGAntigua & Barbuda
<img src='png/AI@2x.png?raw=true' width='21' height='15'>AIAnguilla
<img src='png/AL@2x.png?raw=true' width='21' height='15'>ALAlbania
<img src='png/AM@2x.png?raw=true' width='21' height='15'>AMArmenia
<img src='png/AO@2x.png?raw=true' width='21' height='15'>AOAngola
<img src='png/AR@2x.png?raw=true' width='21' height='15'>ARArgentina
<img src='png/AS@2x.png?raw=true' width='21' height='15'>ASAmerican Samoa
<img src='png/AT@2x.png?raw=true' width='21' height='15'>ATAustria
<img src='png/AU@2x.png?raw=true' width='21' height='15'>AUAustralia
<img src='png/AW@2x.png?raw=true' width='21' height='15'>AWAruba
<img src='png/AX@2x.png?raw=true' width='21' height='15'>AXÅland Islands
<img src='png/AZ@2x.png?raw=true' width='21' height='15'>AZAzerbaijan
<img src='png/BA@2x.png?raw=true' width='21' height='15'>BABosnia & Herzegovina
<img src='png/BB@2x.png?raw=true' width='21' height='15'>BBBarbados
<img src='png/BD@2x.png?raw=true' width='21' height='15'>BDBangladesh
<img src='png/BE@2x.png?raw=true' width='21' height='15'>BEBelgium
<img src='png/BF@2x.png?raw=true' width='21' height='15'>BFBurkina Faso
<img src='png/BG@2x.png?raw=true' width='21' height='15'>BGBulgaria
<img src='png/BH@2x.png?raw=true' width='21' height='15'>BHBahrain
<img src='png/BI@2x.png?raw=true' width='21' height='15'>BIBurundi
<img src='png/BJ@2x.png?raw=true' width='21' height='15'>BJBenin
<img src='png/BL@2x.png?raw=true' width='21' height='15'>BLSt. Barthélemy
<img src='png/BM@2x.png?raw=true' width='21' height='15'>BMBermuda
<img src='png/BN@2x.png?raw=true' width='21' height='15'>BNBrunei
<img src='png/BO@2x.png?raw=true' width='21' height='15'>BOBolivia
<img src='png/BR@2x.png?raw=true' width='21' height='15'>BRBrazil
<img src='png/BS@2x.png?raw=true' width='21' height='15'>BSBahamas
<img src='png/BT@2x.png?raw=true' width='21' height='15'>BTBhutan
<img src='png/BV@2x.png?raw=true' width='21' height='15'>BVBouvet Island
<img src='png/BW@2x.png?raw=true' width='21' height='15'>BWBotswana
<img src='png/BY@2x.png?raw=true' width='21' height='15'>BYBelarus
<img src='png/BZ@2x.png?raw=true' width='21' height='15'>BZBelize
<img src='png/CA@2x.png?raw=true' width='21' height='15'>CACanada
<img src='png/CC@2x.png?raw=true' width='21' height='15'>CCCocos (Keeling) Islands
<img src='png/CD@2x.png?raw=true' width='21' height='15'>CDCongo - Kinshasa
<img src='png/CF@2x.png?raw=true' width='21' height='15'>CFCentral African Republic
<img src='png/CG@2x.png?raw=true' width='21' height='15'>CGCongo - Brazzaville
<img src='png/CH@2x.png?raw=true' width='21' height='15'>CHSwitzerland
<img src='png/CI@2x.png?raw=true' width='21' height='15'>CICôte d’Ivoire
<img src='png/CK@2x.png?raw=true' width='21' height='15'>CKCook Islands
<img src='png/CL@2x.png?raw=true' width='21' height='15'>CLChile
<img src='png/CM@2x.png?raw=true' width='21' height='15'>CMCameroon
<img src='png/CN@2x.png?raw=true' width='21' height='15'>CNChina
<img src='png/CO@2x.png?raw=true' width='21' height='15'>COColombia
<img src='png/CR@2x.png?raw=true' width='21' height='15'>CRCosta Rica
<img src='png/CU@2x.png?raw=true' width='21' height='15'>CUCuba
<img src='png/CV@2x.png?raw=true' width='21' height='15'>CVCape Verde
<img src='png/CW@2x.png?raw=true' width='21' height='15'>CWCuraçao
<img src='png/CX@2x.png?raw=true' width='21' height='15'>CXChristmas Island
<img src='png/CY@2x.png?raw=true' width='21' height='15'>CYCyprus
<img src='png/CZ@2x.png?raw=true' width='21' height='15'>CZCzech Republic
<img src='png/DE@2x.png?raw=true' width='21' height='15'>DEGermany
<img src='png/DJ@2x.png?raw=true' width='21' height='15'>DJDjibouti
<img src='png/DK@2x.png?raw=true' width='21' height='15'>DKDenmark
<img src='png/DM@2x.png?raw=true' width='21' height='15'>DMDominica
<img src='png/DO@2x.png?raw=true' width='21' height='15'>DODominican Republic
<img src='png/DZ@2x.png?raw=true' width='21' height='15'>DZAlgeria
<img src='png/EC@2x.png?raw=true' width='21' height='15'>ECEcuador
<img src='png/EE@2x.png?raw=true' width='21' height='15'>EEEstonia
<img src='png/EG@2x.png?raw=true' width='21' height='15'>EGEgypt
<img src='png/ER@2x.png?raw=true' width='21' height='15'>EREritrea
<img src='png/ES@2x.png?raw=true' width='21' height='15'>ESSpain
<img src='png/ET@2x.png?raw=true' width='21' height='15'>ETEthiopia
<img src='png/FI@2x.png?raw=true' width='21' height='15'>FIFinland
<img src='png/FJ@2x.png?raw=true' width='21' height='15'>FJFiji
<img src='png/FK@2x.png?raw=true' width='21' height='15'>FKFalkland Islands
<img src='png/FM@2x.png?raw=true' width='21' height='15'>FMMicronesia
<img src='png/FO@2x.png?raw=true' width='21' height='15'>FOFaroe Islands
<img src='png/FR@2x.png?raw=true' width='21' height='15'>FRFrance
<img src='png/GA@2x.png?raw=true' width='21' height='15'>GAGabon
<img src='png/GB@2x.png?raw=true' width='21' height='15'>GBUnited Kingdom
<img src='png/GB-ENG@2x.png?raw=true' width='21' height='15'>GB-ENGEngland
<img src='png/GB-NIR@2x.png?raw=true' width='21' height='15'>GB-NIRNorthern Ireland
<img src='png/GB-SCT@2x.png?raw=true' width='21' height='15'>GB-SCTScotland
<img src='png/GB-WLS@2x.png?raw=true' width='21' height='15'>GB-WLSWales
<img src='png/GB-ZET@2x.png?raw=true' width='21' height='15'>GB-ZETShetland
<img src='png/GD@2x.png?raw=true' width='21' height='15'>GDGrenada
<img src='png/GE@2x.png?raw=true' width='21' height='15'>GEGeorgia
<img src='png/GF@2x.png?raw=true' width='21' height='15'>GFFrench Guiana
<img src='png/GG@2x.png?raw=true' width='21' height='15'>GGGuernsey
<img src='png/GH@2x.png?raw=true' width='21' height='15'>GHGhana
<img src='png/GI@2x.png?raw=true' width='21' height='15'>GIGibraltar
<img src='png/GL@2x.png?raw=true' width='21' height='15'>GLGreenland
<img src='png/GM@2x.png?raw=true' width='21' height='15'>GMGambia
<img src='png/GN@2x.png?raw=true' width='21' height='15'>GNGuinea
<img src='png/GP@2x.png?raw=true' width='21' height='15'>GPGuadeloupe
<img src='png/GQ@2x.png?raw=true' width='21' height='15'>GQEquatorial Guinea
<img src='png/GR@2x.png?raw=true' width='21' height='15'>GRGreece
<img src='png/GS@2x.png?raw=true' width='21' height='15'>GSSo. Georgia & So. Sandwich Isl.
<img src='png/GT@2x.png?raw=true' width='21' height='15'>GTGuatemala
<img src='png/GU@2x.png?raw=true' width='21' height='15'>GUGuam
<img src='png/GW@2x.png?raw=true' width='21' height='15'>GWGuinea-Bissau
<img src='png/GY@2x.png?raw=true' width='21' height='15'>GYGuyana
<img src='png/HK@2x.png?raw=true' width='21' height='15'>HKHong Kong (China)
<img src='png/HM@2x.png?raw=true' width='21' height='15'>HMHeard & McDonald Islands
<img src='png/HN@2x.png?raw=true' width='21' height='15'>HNHonduras
<img src='png/HR@2x.png?raw=true' width='21' height='15'>HRCroatia
<img src='png/HT@2x.png?raw=true' width='21' height='15'>HTHaiti
<img src='png/HU@2x.png?raw=true' width='21' height='15'>HUHungary
<img src='png/ID@2x.png?raw=true' width='21' height='15'>IDIndonesia
<img src='png/IE@2x.png?raw=true' width='21' height='15'>IEIreland
<img src='png/IL@2x.png?raw=true' width='21' height='15'>ILIsrael
<img src='png/IM@2x.png?raw=true' width='21' height='15'>IMIsle of Man
<img src='png/IN@2x.png?raw=true' width='21' height='15'>INIndia
<img src='png/IO@2x.png?raw=true' width='21' height='15'>IOBritish Indian Ocean Territory
<img src='png/IQ@2x.png?raw=true' width='21' height='15'>IQIraq
<img src='png/IR@2x.png?raw=true' width='21' height='15'>IRIran
<img src='png/IS@2x.png?raw=true' width='21' height='15'>ISIceland
<img src='png/IT@2x.png?raw=true' width='21' height='15'>ITItaly
<img src='png/JE@2x.png?raw=true' width='21' height='15'>JEJersey
<img src='png/JM@2x.png?raw=true' width='21' height='15'>JMJamaica
<img src='png/JO@2x.png?raw=true' width='21' height='15'>JOJordan
<img src='png/JP@2x.png?raw=true' width='21' height='15'>JPJapan
<img src='png/KE@2x.png?raw=true' width='21' height='15'>KEKenya
<img src='png/KG@2x.png?raw=true' width='21' height='15'>KGKyrgyzstan
<img src='png/KH@2x.png?raw=true' width='21' height='15'>KHCambodia
<img src='png/KI@2x.png?raw=true' width='21' height='15'>KIKiribati
<img src='png/KM@2x.png?raw=true' width='21' height='15'>KMComoros
<img src='png/KN@2x.png?raw=true' width='21' height='15'>KNSt. Kitts & Nevis
<img src='png/KP@2x.png?raw=true' width='21' height='15'>KPNorth Korea
<img src='png/KR@2x.png?raw=true' width='21' height='15'>KRSouth Korea
<img src='png/KW@2x.png?raw=true' width='21' height='15'>KWKuwait
<img src='png/KY@2x.png?raw=true' width='21' height='15'>KYCayman Islands
<img src='png/KZ@2x.png?raw=true' width='21' height='15'>KZKazakhstan
<img src='png/LA@2x.png?raw=true' width='21' height='15'>LALaos
<img src='png/LB@2x.png?raw=true' width='21' height='15'>LBLebanon
<img src='png/LC@2x.png?raw=true' width='21' height='15'>LCSt. Lucia
<img src='png/LI@2x.png?raw=true' width='21' height='15'>LILiechtenstein
<img src='png/LK@2x.png?raw=true' width='21' height='15'>LKSri Lanka
<img src='png/LR@2x.png?raw=true' width='21' height='15'>LRLiberia
<img src='png/LS@2x.png?raw=true' width='21' height='15'>LSLesotho
<img src='png/LT@2x.png?raw=true' width='21' height='15'>LTLithuania
<img src='png/LU@2x.png?raw=true' width='21' height='15'>LULuxembourg
<img src='png/LV@2x.png?raw=true' width='21' height='15'>LVLatvia
<img src='png/LY@2x.png?raw=true' width='21' height='15'>LYLibya
<img src='png/MA@2x.png?raw=true' width='21' height='15'>MAMorocco
<img src='png/MC@2x.png?raw=true' width='21' height='15'>MCMonaco
<img src='png/MD@2x.png?raw=true' width='21' height='15'>MDMoldova
<img src='png/ME@2x.png?raw=true' width='21' height='15'>MEMontenegro
<img src='png/MF@2x.png?raw=true' width='21' height='15'>MFSt. Martin
<img src='png/MG@2x.png?raw=true' width='21' height='15'>MGMadagascar
<img src='png/MH@2x.png?raw=true' width='21' height='15'>MHMarshall Islands
<img src='png/MK@2x.png?raw=true' width='21' height='15'>MKMacedonia
<img src='png/ML@2x.png?raw=true' width='21' height='15'>MLMali
<img src='png/MM@2x.png?raw=true' width='21' height='15'>MMMyanmar (Burma)
<img src='png/MN@2x.png?raw=true' width='21' height='15'>MNMongolia
<img src='png/MO@2x.png?raw=true' width='21' height='15'>MOMacau (China)
<img src='png/MP@2x.png?raw=true' width='21' height='15'>MPNorthern Mariana Islands
<img src='png/MQ@2x.png?raw=true' width='21' height='15'>MQMartinique
<img src='png/MR@2x.png?raw=true' width='21' height='15'>MRMauritania
<img src='png/MS@2x.png?raw=true' width='21' height='15'>MSMontserrat
<img src='png/MT@2x.png?raw=true' width='21' height='15'>MTMalta
<img src='png/MU@2x.png?raw=true' width='21' height='15'>MUMauritius
<img src='png/MV@2x.png?raw=true' width='21' height='15'>MVMaldives
<img src='png/MW@2x.png?raw=true' width='21' height='15'>MWMalawi
<img src='png/MX@2x.png?raw=true' width='21' height='15'>MXMexico
<img src='png/MY@2x.png?raw=true' width='21' height='15'>MYMalaysia
<img src='png/MZ@2x.png?raw=true' width='21' height='15'>MZMozambique
<img src='png/NA@2x.png?raw=true' width='21' height='15'>NANamibia
<img src='png/NC@2x.png?raw=true' width='21' height='15'>NCNew Caledonia
<img src='png/NE@2x.png?raw=true' width='21' height='15'>NENiger
<img src='png/NF@2x.png?raw=true' width='21' height='15'>NFNorfolk Island
<img src='png/NG@2x.png?raw=true' width='21' height='15'>NGNigeria
<img src='png/NI@2x.png?raw=true' width='21' height='15'>NINicaragua
<img src='png/NL@2x.png?raw=true' width='21' height='15'>NLNetherlands
<img src='png/NO@2x.png?raw=true' width='21' height='15'>NONorway
<img src='png/NP@2x.png?raw=true' width='21' height='15'>NPNepal
<img src='png/NR@2x.png?raw=true' width='21' height='15'>NRNauru
<img src='png/NU@2x.png?raw=true' width='21' height='15'>NUNiue
<img src='png/NZ@2x.png?raw=true' width='21' height='15'>NZNew Zealand
<img src='png/OM@2x.png?raw=true' width='21' height='15'>OMOman
<img src='png/PA@2x.png?raw=true' width='21' height='15'>PAPanama
<img src='png/PE@2x.png?raw=true' width='21' height='15'>PEPeru
<img src='png/PF@2x.png?raw=true' width='21' height='15'>PFFrench Polynesia
<img src='png/PG@2x.png?raw=true' width='21' height='15'>PGPapua New Guinea
<img src='png/PH@2x.png?raw=true' width='21' height='15'>PHPhilippines
<img src='png/PK@2x.png?raw=true' width='21' height='15'>PKPakistan
<img src='png/PL@2x.png?raw=true' width='21' height='15'>PLPoland
<img src='png/PM@2x.png?raw=true' width='21' height='15'>PMSt. Pierre & Miquelon
<img src='png/PN@2x.png?raw=true' width='21' height='15'>PNPitcairn Islands
<img src='png/PR@2x.png?raw=true' width='21' height='15'>PRPuerto Rico
<img src='png/PS@2x.png?raw=true' width='21' height='15'>PSPalestinian Territories
<img src='png/PT@2x.png?raw=true' width='21' height='15'>PTPortugal
<img src='png/PW@2x.png?raw=true' width='21' height='15'>PWPalau
<img src='png/PY@2x.png?raw=true' width='21' height='15'>PYParaguay
<img src='png/QA@2x.png?raw=true' width='21' height='15'>QAQatar
<img src='png/RE@2x.png?raw=true' width='21' height='15'>RERéunion
<img src='png/RO@2x.png?raw=true' width='21' height='15'>RORomania
<img src='png/RS@2x.png?raw=true' width='21' height='15'>RSSerbia
<img src='png/RU@2x.png?raw=true' width='21' height='15'>RURussia
<img src='png/RW@2x.png?raw=true' width='21' height='15'>RWRwanda
<img src='png/SA@2x.png?raw=true' width='21' height='15'>SASaudi Arabia
<img src='png/SB@2x.png?raw=true' width='21' height='15'>SBSolomon Islands
<img src='png/SC@2x.png?raw=true' width='21' height='15'>SCSeychelles
<img src='png/SD@2x.png?raw=true' width='21' height='15'>SDSudan
<img src='png/SE@2x.png?raw=true' width='21' height='15'>SESweden
<img src='png/SG@2x.png?raw=true' width='21' height='15'>SGSingapore
<img src='png/SH@2x.png?raw=true' width='21' height='15'>SHSt. Helena
<img src='png/SI@2x.png?raw=true' width='21' height='15'>SISlovenia
<img src='png/SJ@2x.png?raw=true' width='21' height='15'>SJSvalbard & Jan Mayen
<img src='png/SK@2x.png?raw=true' width='21' height='15'>SKSlovakia
<img src='png/SL@2x.png?raw=true' width='21' height='15'>SLSierra Leone
<img src='png/SM@2x.png?raw=true' width='21' height='15'>SMSan Marino
<img src='png/SN@2x.png?raw=true' width='21' height='15'>SNSenegal
<img src='png/SO@2x.png?raw=true' width='21' height='15'>SOSomalia
<img src='png/SR@2x.png?raw=true' width='21' height='15'>SRSuriname
<img src='png/SS@2x.png?raw=true' width='21' height='15'>SSSouth Sudan
<img src='png/ST@2x.png?raw=true' width='21' height='15'>STSão Tomé & Príncipe
<img src='png/SV@2x.png?raw=true' width='21' height='15'>SVEl Salvador
<img src='png/SX@2x.png?raw=true' width='21' height='15'>SXSint Maarten
<img src='png/SY@2x.png?raw=true' width='21' height='15'>SYSyria
<img src='png/SZ@2x.png?raw=true' width='21' height='15'>SZSwaziland
<img src='png/TC@2x.png?raw=true' width='21' height='15'>TCTurks & Caicos Islands
<img src='png/TD@2x.png?raw=true' width='21' height='15'>TDChad
<img src='png/TF@2x.png?raw=true' width='21' height='15'>TFFrench Southern Territories
<img src='png/TG@2x.png?raw=true' width='21' height='15'>TGTogo
<img src='png/TH@2x.png?raw=true' width='21' height='15'>THThailand
<img src='png/TJ@2x.png?raw=true' width='21' height='15'>TJTajikistan
<img src='png/TK@2x.png?raw=true' width='21' height='15'>TKTokelau
<img src='png/TL@2x.png?raw=true' width='21' height='15'>TLTimor-Leste
<img src='png/TM@2x.png?raw=true' width='21' height='15'>TMTurkmenistan
<img src='png/TN@2x.png?raw=true' width='21' height='15'>TNTunisia
<img src='png/TO@2x.png?raw=true' width='21' height='15'>TOTonga
<img src='png/TR@2x.png?raw=true' width='21' height='15'>TRTurkey
<img src='png/TT@2x.png?raw=true' width='21' height='15'>TTTrinidad & Tobago
<img src='png/TV@2x.png?raw=true' width='21' height='15'>TVTuvalu
<img src='png/TW@2x.png?raw=true' width='21' height='15'>TWTaiwan
<img src='png/TZ@2x.png?raw=true' width='21' height='15'>TZTanzania
<img src='png/UA@2x.png?raw=true' width='21' height='15'>UAUkraine
<img src='png/UG@2x.png?raw=true' width='21' height='15'>UGUganda
<img src='png/UM@2x.png?raw=true' width='21' height='15'>UMU.S. Outlying Islands
<img src='png/US@2x.png?raw=true' width='21' height='15'>USUnited States
<img src='png/US-CA@2x.png?raw=true' width='21' height='15'>US-CACalifornia
<img src='png/UY@2x.png?raw=true' width='21' height='15'>UYUruguay
<img src='png/UZ@2x.png?raw=true' width='21' height='15'>UZUzbekistan
<img src='png/VA@2x.png?raw=true' width='21' height='15'>VAVatican City
<img src='png/VC@2x.png?raw=true' width='21' height='15'>VCSt. Vincent & Grenadines
<img src='png/VE@2x.png?raw=true' width='21' height='15'>VEVenezuela
<img src='png/VG@2x.png?raw=true' width='21' height='15'>VGBritish Virgin Islands
<img src='png/VI@2x.png?raw=true' width='21' height='15'>VIU.S. Virgin Islands
<img src='png/VN@2x.png?raw=true' width='21' height='15'>VNVietnam
<img src='png/VU@2x.png?raw=true' width='21' height='15'>VUVanuatu
<img src='png/WF@2x.png?raw=true' width='21' height='15'>WFWallis & Futuna
<img src='png/WS@2x.png?raw=true' width='21' height='15'>WSSamoa
<img src='png/XK@2x.png?raw=true' width='21' height='15'>XKKosovo
<img src='png/YE@2x.png?raw=true' width='21' height='15'>YEYemen
<img src='png/YT@2x.png?raw=true' width='21' height='15'>YTMayotte
<img src='png/ZA@2x.png?raw=true' width='21' height='15'>ZASouth Africa
<img src='png/ZM@2x.png?raw=true' width='21' height='15'>ZMZambia
<img src='png/ZW@2x.png?raw=true' width='21' height='15'>ZWZimbabwe

Changelog

All notable changes to this project are documented in this part of the file. The format is based on Keep a Changelog.

[x.y.z] - YYYY-MM-DD

Extras

[3.0.0] - 2020-04-15

Modified

[3.0.0] - 2020-04-14

Added

Modified

Security

[2.3.1] - 2020-03-16

Modified

[2.0.2] - 2020-03-16

Modified

[2.0.1] - 2020-03-16

Modified

[2.0.0] - 2020-03-16

Added

Modified

Security

[1.2.4] - 2017-07-09

Modified

[1.2.3] - 2017-06-27

Modified

[1.2.3] - 2017-06-27

Modified

[1.2.2] - 2017-06-27

Modified

[1.2.1] - 2017-06-27

Modified

[1.2.0] - 2017-06-27

Added

Modified

[1.1.0] - 2017-06-26

Modified

[1.0.0] - 2017-06-26

Added

[0.0.0] - 2017-06-26

Added