Skip to content

Instantly share code, notes, and snippets.

@Yizack
Created October 15, 2022 00:28
Show Gist options
  • Save Yizack/260f39ecd845648c7e749fde1a18687b to your computer and use it in GitHub Desktop.
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).
Display the source blob
Display the rendered blob
Raw
<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