[GH-ISSUE #1269] World flag is missing #586

Closed
opened 2026-03-03 14:39:33 +03:00 by kerem · 1 comment
Owner

Originally created by @mucan54 on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1269

World flag is missing:

https://commons.wikimedia.org/wiki/File:World_Flag_%282004%29.svg

Originally created by @mucan54 on GitHub (Jun 24, 2024). Original GitHub issue: https://github.com/lipis/flag-icons/issues/1269 World flag is missing: https://commons.wikimedia.org/wiki/File:World_Flag_%282004%29.svg
kerem closed this issue 2026-03-03 14:39:33 +03:00
Author
Owner

@umut-enes-akkoyun commented on GitHub (Aug 23, 2024):

you can add it manually with named ww

i did it like that

flag-icons.css :

`.fi-ws.fis {
background-image: url(../flags/1x1/ws.svg);
}

/* additional part */
.fi-ww {
background-image: url(../flags/4x3/ww.svg);
}
.fi-ww.fis {
background-image: url(../flags/1x1/ww.svg);
}

.fi-ye {
background-image: url(../flags/4x3/ye.svg);
}`
Screenshot 2024-08-23 at 11 46 34

add this part in the flag-icons.min.css:
.fi-ww{background-image:url(../flags/4x3/ww.svg)}.fi-ww.fis{background-image:url(../flags/1x1/ww.svg)}
Screenshot 2024-08-23 at 11 45 40

and dont forget download world svg in your static file

<!-- gh-comment-id:2306608945 --> @umut-enes-akkoyun commented on GitHub (Aug 23, 2024): you can add it manually with named ww i did it like that flag-icons.css : `.fi-ws.fis { background-image: url(../flags/1x1/ws.svg); } /* additional part */ .fi-ww { background-image: url(../flags/4x3/ww.svg); } .fi-ww.fis { background-image: url(../flags/1x1/ww.svg); } .fi-ye { background-image: url(../flags/4x3/ye.svg); }` <img width="607" alt="Screenshot 2024-08-23 at 11 46 34" src="https://github.com/user-attachments/assets/0b3a105a-7872-46ee-b237-a2b826c6a919"> add this part in the flag-icons.min.css: .fi-ww{background-image:url(../flags/4x3/ww.svg)}.fi-ww.fis{background-image:url(../flags/1x1/ww.svg)} <img width="1336" alt="Screenshot 2024-08-23 at 11 45 40" src="https://github.com/user-attachments/assets/95851e29-d841-40aa-a884-895cb0126133"> and dont forget download world svg in your static file
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#586
No description provided.