Skip to content

Instantly share code, notes, and snippets.

@Radcliffe
Created December 30, 2023 01:30
Show Gist options
  • Save Radcliffe/9f2c1f0112c28cd51436dea8060a60e8 to your computer and use it in GitHub Desktop.
Save Radcliffe/9f2c1f0112c28cd51436dea8060a60e8 to your computer and use it in GitHub Desktop.
New Minnesota flag (2024) in SVG format
Display the source blob
Display the rendered blob
Raw
<svg width="100" height="60" xmlns="http://www.w3.org/2000/svg">
<!-- Night sky blue left half -->
<polygon points="0,0 56,0 39,30 56,60 0,60" fill="#002C5A" stroke="none" />
<!-- Water blue right half -->
<polygon points="100,0 100,60 56,60 39,30 56,0" fill="#73C6E5" stroke="none" />
<!-- White 8-pointed star -->
<polygon points="32,30 25.21,31.74 28.78,37.78 22.74,34.21 21,41 19.26,34.21 13.22,37.78 16.79,31.74 10,30 16.79,28.26 13.22,22.22 19.26,25.79 21,19 22.74,25.79 28.78,22.22 25.21,28.26" fill="white" stroke="none" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment