Category:SVG simplified flags

This hidden category contains flags consisting mainly of very simple elements, easy to draw manually.

To draw the stripes of a flag, it is a useful strategy to draw all rectangles starting
at the (implied) origin point x="0" y="0"
.
To avoid (the librsvg bug) showing hairline cracks, try fields to overlap.
<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="600" height="400"> <rect width="600" height="400" fill="#ED2939"/> <rect width="400" height="400" fill="#FFF"/> <rect width="200" height="400" fill="#002395"/> </svg>
See also SVG simplification by elimination.
This example: consists of 11 rectangles, all of them starting at
x="0"
and y="0"
.

Another strategy is to use paths instead of rectangles, this can even save a few bytes
(A wider stroke-width used for overlapping avoids any hairline cracks)
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" stroke-width="202"> <path stroke="#F2A800" d="m0,500h1200"/> <path stroke="#0033A0" d="m0,299h1200"/> <path stroke="#D90012" d="m0,99h1200"/> </svg>

or the smallest version with path-drawn rectangles
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="990" height="630"> <path fill="#FFF" d="m0,0h990v630H0"/> <path d="m0,0h990v420H0"/> <path fill="#4891D9" d="m0,0h990v210H0"/> </svg>

Even a bit smaller a flag with just two colors can be drawn, e.g.
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="500" height="300"> <path fill="red" stroke="#FD0" stroke-width="200" d="m0,0h700v300H0"/> </svg>
Recommended sizes: The document size (width and height) causes how an image is displayed when viewed by itself.
While a size too small may hide essential details, a size too large requires scrolling to see the entire image.
- A good choice are values not exceeding a width of 600 and a height of 400
Colors of above Flag of France.svg | ||
---|---|---|
blue | rendered as RGB 0 35 149 | |
white | rendered as RGB 255 255 255 | |
red | rendered as RGB 237 41 57 |
It seems a good idea to let the file description always display the used colors : e.g. #008800#FF0000 or
Category:SVG Simplified#+ Category:SVG flags by subject#S Category:Valid SVG created with Text Editor:FlagsPages in category "Category:SVG simplified flags"
- Category:SVG simplified flags-color squares
- Category:SVG simplified flags-signals
- Category:SVG simplified flags-single color
- Category:SVG simplified flags-stripes only
- Category:SVG simplified flags-waves
- Category:SVG simplified flags●Zero
- File:Flag of the Kingdom of Bora Bora (1837-1842).svg
- File:Bandera de Jarque.svg
- File:Bandera de Erla.svg
- File:Greek Independence 1821.svg
- File:Flag of Portomaggiore.svg
- File:Sq3 blackredgold.svg
- File:Sq3 navywhitered.svg
- File:Bandera de Jaraba.svg
- File:Flag of Angoumois.svg
- File:Andora-Bandiera.svg
- File:Bandera de Mesones de Isuela.svg
- File:Flag Hungary Town Hajdúszoboszló 2.svg
- File:大日本帝國陸軍 軍旗.svg
- File:Sopelanako udal ikurrina.svg
- File:Bandera de Candasnos.svg
- File:Ocean Steam Navigation Company flag - 1847.svg
- File:Ibarrangelu bandera.svg
- File:Zamudioko ikurrina 1. proposamen (2001).svg
- File:POL Lubin flag.svg
- File:Banner of Miranda.svg
- File:Flag of Vietnamese Republic (Beistean).svg
- File:Flag of the Struggle Group.svg
- File:Gorliz bandera.svg
- File:Flag of Vietnamese Republic (proposal by VNRL).svg
- File:Flag of the chief of staff of defence of Italy.svg
- File:Brno-Černovice (vlajka).svg
- File:Flag Thai Admiral of the Fleet.svg
- File:Flag of Region Autonoma Atlantico Sur.svg
- File:Flagge Leinfelden-Echterdingen.svg
- File:Flag of Camponaraya Spain.svg
- File:Afrikaner Vryheidsvlag.svg
- File:Flag Thai Admiral.svg
- File:Bandera de Tagamanent.svg
- File:Nyilaskereszteszaszlo.SVG
- File:Flag of captain division commander of the Regia Marina.svg
- File:Flagge Wrangelsburg.svg
- File:Nueva Galicia.svg
- File:Texas Secession Flag, Variant 1.svg
- File:Carmona Spain.svg
- File:Flag of consul general of the MVSN.svg
- File:Flag of rear admiral of the Marina Militare.svg
- File:Flag of brigade general of the Regia Aeronautica.svg
- File:Estelada blava vertical.svg
- File:Flag of Saint Vincent and the Grenadines.svg
- File:EstreladaAragonesa.svg
- File:Bandera de Montagut i Oix.svg
- File:Chakra flag.svg
- File:United States Gay Pride flag.svg
- File:Bandeira de Porto Walter AC.svg
- File:Metis Red.svg
- File:Banner of the Anti Suyu (1979).svg
- File:Banner of the Chinchay Suyu (1979).svg
- File:Metis Blue.svg
- File:MOREmoji intersex.svg
- File:Banner of the Qulla Suyu (1979).svg
- File:Flag of the U.S..svg
- File:Bandera Club Nacional de Fútbol.svg
- File:Bandera de Murillo de Gállego.svg
- File:Hanse Riga.svg
- File:Flag of the Czech Republic (bordered).svg
- File:Flag of the Israeli Air Defense Network.svg
- File:Flag of the Principality of Pindus and Voivodship of Macedonia.svg
- File:Flag of Lújar Spain.svg
- File:House flag of Puget Sound Navigation Company.svg
- File:Euro et Grèce.svg
- File:Flag of Brovary.svg
- File:Hanse Lübeck.svg
- File:Flag of Białyničy.svg
- File:All 5 free tetrominoes.svg
- File:Bandera Maruri.svg
- File:Color guide flags.svg
- File:Construction sheet of Flag of the People's Republic of China.svg
- File:Flag of Macedonia (1944–1946).svg
- File:Flag of Isra-tine.svg
- File:Proposed flag of the State of Judea.svg
- File:Flag of Vienna (state).svg
- File:Flag of Chystyakove.svg
- File:Flag of Russia with border.svg
- File:Flag of Burkina Faso.svg
- File:Flag of Brescia.svg
- File:Gay memory flag.svg
- File:Flag of Greenland.svg
- File:Flag of Hamburg.svg
- File:Flag of the Republic of China as Paths.svg
- File:Flag of the Republic of China.svg
- File:Lojbanlogo.svg
- File:Flag of the Crimeans.svg
- File:Flag of Stellaland.svg
- File:Flag of the United Tribes of New Zealand.svg
- File:Flag of FLNKS.svg
- File:Avalanche-risk.svg
- File:Flag of the Ottoman Empire (Thicker Crescent).svg
- File:Flag of the Solomon Islands.svg
- File:LGBT Tino Rangatiratanga.svg
- File:Flag of Naples.svg
- File:Anti-Lumumbist proposal for the flag of Congo-Léopoldville, May 1960.svg
- File:Banner of Tupaq Qatari.svg
- File:Flag of GPST.svg
- File:Bandera de l'Alt Empordà.svg
- File:Bandera d'Òdena, Barcelona.svg
- File:Brno-Řečkovice a Mokrá Hora vlajka.svg
- File:Drapeau de la commune de Malo-les-Bains (59) Nord-France.svg
- File:Flag of National Democratic Force.svg
- File:Naval ensign of Croatia (1941–1944).svg
- File:Naval jack of Croatia (1944–1945).svg
- File:Flag of Almohad Dynasty (1147-1269).svg
- File:Bandera de la Noguera.svg
- File:Proposed German National Flag 1948.svg
- File:Flag of the International Brigades.svg
- File:Flag of Vilanova del Vallès.svg
- File:Flag of Mirandola.svg
- File:600px bianco con fascette viola.svg
- File:Arrigorriaga bandera.svg
- File:Bandeira do Tocantins.svg
- File:Flag of the Trucial States (1968–1971).svg
- File:Trynitarze.svg
- File:Flag of FIAV.svg
- File:Flag of Macedonia (1992–1995), 3-2.svg
- File:Flag of Japan (Pantone).svg
- File:Flag of South Korea (1997–2011).svg
- File:Flag of the Republic of China (alternate shade 3).svg
- File:Flag of the Republic of China (alternate shade 4).svg
- File:Taiwanese flag emoji.svg
- File:Flag of the Mengjiang.svg
- File:Lojban-Logo.svg
- File:Hanse Stettin.svg
- File:ICS Repeat One.svg
- File:DEU Allendorf (Eder) Flag.svg
- File:Flag of Uruguay.svg
- File:Sol de Mayo-Bandera de Uruguay.svg
- File:Oberbefehlshaber Armeeoberkommando.svg
- File:Flagge Korschenbroich.svg
- File:Hanse Danzig.svg
- File:Hanse Elbing.svg
- File:Flag of Suria.svg
- File:Unofficial flag of Kazakhstan 1990s.svg
- File:Kompanie Heer Nachrichten.svg
- File:Flag of Pinzano.svg
- File:Flagge Filderstadt.svg
- File:Estrelada Aragonesa Roya.svg
- File:Marinha de Portugal (Command).svg
- File:ICS India.svg
- File:Bandeira do movimento O Sul É o Meu País.svg
- File:Civil Flag of Serbia variant.svg
- File:Flag of Macedonia (1992–1995).svg
- File:Flag of Des Moines, Iowa.svg
- File:Flag of Puerto Williams.svg
- File:Flag of Texas (DDD-F-416F specifications - relative).svg
- File:Flag of Texas (DoS ECA Color Standard) (Pantone).svg
- File:Flag of Texas (DoS ECA Color Standard).svg
- File:Flag of Texas (Pantone).svg
- File:Flag of Texas as Paths.svg
- File:Flag of Texas.svg
- File:Flag of Dobropillia.svg
- File:Flag of South Africa proposal 1927 white cross.svg
- File:Morning Star flag.svg
- File:Flag of Tahiti.svg
- File:Flag of Musavat Party.svg
- File:Lojban logo.svg
- File:Flag of San Antonio del Tequendama (Cundinamarca).svg
- File:Hungarian Revolution Flag of 1956.svg
- File:Flag of the Okinawa Civilian Administration.svg
- File:Flag of Barotseland.svg
- File:Flag of the Community of Madrid.svg
- File:Bandera de Tàrrega 1998-2008.svg
- File:F1 chequered flag.svg
- File:Yankee flag.svg
- File:Thorsfronve flag.svg
- File:Flag of Chkhorotsku Municipality.svg
- File:Flag of Belianes.svg
- File:Flag of Breckinridge's Corps.svg
- File:Bandera de Malla.svg
- File:Bandera de Sant Julià del Llor i Bonmatí.svg
- File:Fin flash of the Spain 1911-1931.svg
- File:Bandera de Santa Eulàlia de Ronçana.svg
- File:Bandera de Santa Coloma de Farners.svg
- File:Flag of Terengganu.svg
- File:Golden Horde flag 1339.svg
- File:Êzîdxan Protection Force.svg
- File:Flag of Bakhmut (Donetsk Oblast).svg
- File:Flag of the Chechen Republic.svg
- File:Barrika bandera.svg
- File:Drapeau de Calvi.svg
- File:Flag of Ambalema (Tolima).svg
- File:Portugalete bandera.svg
- File:Bandera de Sant Llorenç de la Muga.svg
- File:Drapeau de Montmélian.svg
- File:Flag of Hungary (1956 revolution).svg
- File:Flag of Antwerp.svg
- File:Flag of the Crimean Khanate (15th century).svg
- File:Flag of Khrestivka.svg
- File:Lima flag.svg
- File:Flag of Boaco.svg
- File:Banniel Breizh 1.0.svg
- File:Flag Thai Lieutenant General.svg
- File:Bandera de Montellà i Martinet.svg
- File:Flag of Maryland.svg
- File:Bandera de Alcalá de Guadaíra (Sevilla).svg
- File:Flag of Ceuta without coa.svg
- File:Flag of Isaskhar.svg
- File:Flag Thai Air Chief Marshal.svg
- File:Chile Gay flag.svg
- File:Cornish English Ensign.svg
- File:Hanse Wismar.svg
- File:Lima.svg
- File:Cruz Azul.svg
- File:Bandera de Creta, 1913.svg
- File:Flag of Tuva.svg
- File:Flag of the Alash Autonomy.svg
- File:Flag of Ansarullah.svg
- File:Earth Symbol Flag.svg
- File:Flag of the Dominican Republic (up to 1844).svg
- File:Valdeolea Spain.svg
- File:Reszetylivsky rayon Ukraine Albedo var wiki-uk.svg
- File:Drapeau d'Aix-en-Provence.svg
- File:Flag of Taiwan proposed 1996.svg
- File:Flag of Aguadulce Spain.svg
- File:Flag of Gabaldón Spain.svg
- File:Flag of Guixers Spain.svg
- File:Bandera de Algarinejo.svg
- File:Prapor017 02.svg
- File:Burgee of commander of a squadron of submarines of the Regia Marina.svg
- File:Flag of the Yeke Kingdom.svg
- File:Almedina Spain.svg
- File:Flag of Polopos Spain.svg
- File:Drapeau de l'Azawad.svg
- File:Flagge der Gemeinde Ducherow ohne Wappen.svg
- File:Compañía General de Tabacos de Filipinas shipping flag.svg
- File:Flag of Xinjiang-Shicai 2.svg
- File:Bezen Perrot flag.svg
- File:Republic of Karelia flag proposal 3.svg
- File:Flag of the Centrocaspian Dictatorship.svg
- File:Flag of Debalcevo.svg
- File:Flag of Ukraine (1-1).svg
- File:Nuvola Azerbaijan flag-2.svg
- File:Nuvola Azerbaijan flag.svg
- File:Flag of Druzhkivka.svg
- File:Флаг Селидово.svg
- File:Flag of Nanto, Toyama.svg
- File:Russia, Flag of vessels of the Auxiliary Fleet of the Navy 2000.svg
- File:Flag of Kingdom of Kartli-Kakheti.svg
- File:Flag of French Sudan (1958–1959).svg
- File:Flag of Almohad Dynasty.svg
- File:Bandera Alemanys Nord Slesvig.svg
- File:Naval Ensign of Japan.svg
- File:Naval jack of Japan (1889–1945).svg
- File:Russia, Naval flag of ships and vessels of the Interior Force 2000.svg
- File:Flag of Alcalá (Valle del Cauca).svg
- File:Flag of Conchagua, El Salvador.svg
- File:Bandera d'Amposta.svg
- File:Flagge Konstanz.svg
- File:Flag of Arnor.svg
- File:Flag of Greek Macedonia.svg
- File:Flag of Normandy.svg
- File:War flag of the Holy Roman Empire (1200-1350).svg
- File:Flag of the Minister of the Armed Forces of the Independent State of Croatia.svg
- File:Civil Ensign of Malta.svg
- File:Flag of the Hlinka Guard (variant).svg
- File:Flag of the Transcaucasian Federation.svg
- File:Flag of Transcaucasian Federation.svg
- File:Fin flash of Italy.svg
- File:Flag of Orocovis.svg
- File:Fictitious Flag of Tibet-before 1912.svg
- File:Flag of Crimean Karaites.svg
- File:Luesia Spain.svg
- File:Remicourt Belgium.svg
- File:Antigua bandera mapuche redonda.svg
- File:ANDPFV flag.svg
- File:Flag of Amur Oblast (1999).svg
- File:Vertical Hoisting of Austrian Flag.svg
- File:Flag of Green Ukraine.svg
- File:Flagge Wolfenbüttel.svg
- File:Flag of Novial.svg
- File:Iraq Air force roundel.svg
- File:Tino Rangatiratanga Maori sovereignty movement flag.svg
- File:Terrer Spain.svg
- File:ICS Zero.svg
- File:Flag of La Celia, Risaralda.svg
- File:Flag of Madre de Dios Department.svg
- File:Bandeira do Acre.svg
- File:Flag of United Kingdom of England and Northern Ireland.svg
- File:Drapeau de Saint-Ephrem.svg
- File:Blanc saint andré rouge.svg
- File:Russia, Flag of Border Guard district commanders 1993.svg
- File:No flag.svg