Created
October 15, 2022 00:28
-
-
Save Yizack/260f39ecd845648c7e749fde1a18687b to your computer and use it in GitHub Desktop.
Insignia SVG con diseño y colores actuales de la bandera de Panamá (2022). SVG badge with the design and current colors of the flag of Panama (2022).
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="22.5" height="15" viewBox="0 0 12 8"> | |
<title>Flag of Panama</title> | |
<path fill="#fff" d="m0 4V0h6l6 4v4H6z"/> | |
<path fill="#da121a" d="m6 0h6v4H6zm3 5L9.6498 7 7.9485 5.7639h2.103L8.3502 7z"/> | |
<path fill="#072357" d="m0 4h6v4H0zm3-3 .6498 2-1.7013-1.2361h2.103L2.3502 3z"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment