67

I'm in need of an icon pack containing flags that correspond with ISO-3166 country codes such as US, CA, SE, DE etc. Optimally the flag icons would have names such as us.png, ca.png and so on. I'm guessing this is a common developer necessity making this a great place to ask.

demongolem
  • 9,474
  • 36
  • 90
  • 105
Hubro
  • 56,214
  • 69
  • 228
  • 381
  • "I need some icons" really isn't a question, much less a good one for Stack Overflow. [Even so...](http://www.famfamfam.com/lab/icons/flags/) – John Flatness Mar 01 '12 at 03:46
  • 2
    Reformatted title to question form, and thanks for the link – Hubro Mar 01 '12 at 04:11
  • agree, it's not really a SO question — but i am as well searching for an FlagIcons-as-a-Service hotlinking service with https..... famfamfam is oldish, not really retina style etc.... – Frank Lämmer May 30 '14 at 11:33
  • 4
    All flags in SVG and optimised for web.. https://github.com/lipis/flag-icon-css – Lipis Oct 18 '14 at 10:03
  • 4
    I've flagged this for re-open. To me, it fits "software tools commonly used by programmers" (fora fairly general meaning of "tool") and "is a practical, answerable problem that is unique to software development" of the [on-topic](http://stackoverflow.com/help/on-topic) stack overflow guide. – Benjohn Mar 07 '16 at 15:44
  • GitHub hosted: https://raw.githubusercontent.com/behdad/region-flags/gh-pages/png/IE.png Use ISO two letter country ID as image name. – Mr. Flibble Aug 24 '16 at 19:51
  • I am using https://www.flag-sprites.com/ and I love them – Christopher Kikoti Nov 11 '18 at 09:20

1 Answers1

77

Is this what you are looking for http://www.famfamfam.com/lab/icons/flags/

Also have a look at:

P. Galbraith
  • 2,477
  • 21
  • 24
  • Pretty much, but the icons are very small – Hubro Mar 01 '12 at 06:48
  • Well what size are you looking for it would be helpful to know. – P. Galbraith Mar 01 '12 at 06:59
  • Was waiting for you to edit in the awesome icon packs :P – Hubro Mar 01 '12 at 13:10
  • 14
    A recent and quite nice addition to country flag icons sets: https://www.gosquared.com/resources/flag-icons. From 16x16 to 64x64 and also not that glossy as the icon-draw versions. It also coverts 250 countries. – antitoxic Nov 03 '12 at 18:08
  • @antitoxic under what conditions can i use the https://www.gosquared.com/resources/flag-icons/ flags in my android app? In the dowloaded flag pack in the file LICENSE.txt i found this sentence: "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.". Does it mean that I have to copy the file contents somewhere in my apps? – Amio.io Apr 12 '15 at 19:53
  • 1
    Another set is http://www.content-pack.com/free-flags-icons/ . But I don't understand if I can use the set in the app or not... :( – Amio.io Apr 12 '15 at 20:06
  • @zatziky i don't know. I have no affiliation with the icon pack. I simply found it, i never used it. – antitoxic Apr 15 '15 at 12:59
  • 7
    This is an excellent pack with svg that can be converted to large png: https://github.com/stevenrskelton/flag-icon – Rick Love Jul 16 '15 at 12:51
  • country flags | PNG | ISO3 | 3 letter country name -> http://mdb-blog.blogspot.com/2016/10/list-of-country-flags-png-by-iso3.html (OPEN SOURCE) – mr.baby123 Dec 07 '16 at 11:22
  • Another super cool set of country flags developed/used by the popular payment processor Stripe and free are these: https://dribbble.com/shots/1089488-Stripe-Flag-Set They are only 100 so won't cover all countries. – Svetoslav Genov Nov 05 '17 at 16:17
  • https://github.com/hjnilsson/country-flags – csaladenes Mar 10 '18 at 16:09
  • 1
    @P.Galbraith Your last link (365icon.com) now points to a spam/phishing site, please edit your answer – Hubro Nov 11 '18 at 12:30
  • @Hubro thanks I've removed that link now. – P. Galbraith Nov 12 '18 at 04:39