Category:SVG simplified flags-single color
Simple drawings as in this category are easy to make with |
The first background of each SVG file (or the only color in the category Single Color Flags 600 × 400) can be drawn differently.
The outer shape of each file is always rectangular; so to draw the background as a rect
will be the first idea.
Such a rectangle or square can as well be drawn as a path
, in general with a shorter code.
The shortest SVG code to draw the background is an oversized circle, with the outher shape's diagonal as radius –
but it may be very intransparent to other editors that a rectangle is meant when a circle is drawn; in addition,
it may cause not only irritation but also difficulties when further processing is required.
The SVG rectangles and squares in the category Single Color Flags 600 × 400 can be drawn with very simple coding
Smallest SVG code
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" height="300" width="500">
<circle fill="#40D0FF" r="583"/>
</svg>
Small SVG code
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400">
<path fill="#40D0FF" d="m0,0h600v400H0"/>
</svg>
Simple SVG code
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="400">
<rect fill="#40D0FF" width="600" height="400"/>
</svg>
but for most cases it will be much simpler to draw it with HTML code instead of creating, uploading and displaying an SVG image, e.g.
Simple HTML code
<span style="display:inline-block; width:9em; height:6em; background-color:#40d0ff"/>
but of course it can be also drawn as a FAKE SVG with 37 425 bytes – see this bad example of 31 March 2017.
Media in category "SVG simplified flags-single color"
The following 30 files are in this category, out of 30 total.
-
Hoa Hao flag.svg 512 × 341; 151 bytes
-
Single Color Flag - 000000.svg 600 × 400; 138 bytes
-
Single Color Flag - 00CC00.svg 600 × 400; 150 bytes
-
Single Color Flag - 990066.svg 600 × 400; 133 bytes
-
Single Color Flag - 0082D6.svg 600 × 400; 153 bytes
-
Single Color Flag - 40D0FF.svg 600 × 400; 153 bytes
-
Single Color Flag - 539ADE.svg 600 × 400; 153 bytes
-
Single Color Flag - 6F00B6.svg 600 × 400; 153 bytes
-
Single Color Flag - 7B1018.svg 600 × 400; 153 bytes
-
Single Color Flag - 7B1C20.svg 600 × 400; 153 bytes
-
Single Color Flag - 8E3145.svg 600 × 400; 153 bytes
-
Single Color Flag - DCD0FF.svg 600 × 400; 153 bytes
-
Single Color Flag - 619EFB.svg 600 × 400; 156 bytes
-
Single Color Flag - FFFFFF.svg 512 × 341; 107 bytes
-
South Azerbaijan red flag.svg 900 × 600; 173 bytes
-
Earliest Flag of the Maldives.svg 600 × 400; 154 bytes
-
Single Color Flag - BF0000.svg 600 × 400; 296 bytes
-
Single Color Flag - CE2931.svg 600 × 400; 296 bytes
-
Single Color Flag - DC143C.svg 600 × 400; 297 bytes
-
Single Color Flag - F8E854.svg 600 × 400; 297 bytes
-
Single Color Flag - 007500.svg 600 × 400; 167 bytes
-
Hanse Hamburg.svg 408 × 651; 196 bytes
-
Bandera de Beni.svg 1,063 × 638; 164 bytes
-
Flag of Maguindanao.svg 450 × 300; 157 bytes
-
Bandera de Partido de la Sierra en Tobalina (Burgos, España).svg 500 × 500; 156 bytes
-
Flag maroon HEX-8E3145.svg 600 × 400; 159 bytes
-
Bahnmarke bleibt an Backbord liegen.svg 750 × 500; 160 bytes
-
600px solid Black.svg 600 × 400; 419 bytes
-
Flag of Muscat.svg 600 × 400; 164 bytes
-
Sheikh Mansur flag.svg 600 × 300; 156 bytes