Created
May 29, 2023 16:46
-
-
Save mothdotmonster/ef3f428f6bc2e2a75a2dddb03f73ee21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="300" viewBox="0 0 5 3"> | |
<path fill="#ebe42a" d="M0 0h1v3H0z"/> | |
<path fill="#225e85" d="M1 0h1v3H1z"/> | |
<path fill="#93e448" d="M2 0h1v3H2z"/> | |
<path fill="#d9c545" d="M3 0h1v3H3z"/> | |
<path fill="#7381aa" d="M4 0h1v3H4z"/> | |
<g fill="#fff"> | |
<path d="M4.15 2.425h.7v.15h-.7z"/> | |
<circle cx="4.5" cy="2.75" r=".1"/> | |
<circle cx="4.5" cy="2.25" r=".1"/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment