Add US states flags

This commit is contained in:
sHa
2025-06-19 16:13:14 +03:00
parent 9d8205f321
commit 8c8078dcd9
52 changed files with 17377 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<svg height="100%" viewBox="0 0 1107 738" width="100%" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="us-ms-a" d="m0-1 .58779 1.80902-1.53885-1.11804h1.90212l-1.53885 1.11804z" fill="#fff"
transform="scale(3)" />
<clipPath id="us-ms-b">
<path d="m0 0h60.5v60.5h-60.5z" />
</clipPath>
</defs>
<path d="m0 0h1107v738h-1107z" fill="#bf0a30" />
<g clip-path="url(#us-ms-b)" transform="scale(8)">
<path d="m0 0 60 60m-60 0 60-60" stroke="#fff" stroke-width="12" />
<path d="m0 0 60 60m-60 0 60-60" stroke="#002868" stroke-width="9" />
<g id="us-ms-c">
<use x="6" xlink:href="#us-ms-a" y="6" />
<use x="14" xlink:href="#us-ms-a" y="14" />
<use x="22" xlink:href="#us-ms-a" y="22" />
<use x="38" xlink:href="#us-ms-a" y="38" />
<use x="46" xlink:href="#us-ms-a" y="46" />
<use x="54" xlink:href="#us-ms-a" y="54" />
</g>
<use transform="scale(-1 1)" x="-60" xlink:href="#us-ms-c" />
<use x="30" xlink:href="#us-ms-a" y="30" />
</g>
<path d="m480 0h627v492h-1107v-12h480z" fill="#fff" />
<path d="m492 0h615v246h-615z" fill="#002868" />
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB