Created
March 9, 2026 23:32
-
-
Save xeioex/244bb2acb61ef2638a1f55e3dfb49bdb to your computer and use it in GitHub Desktop.
Anvil favicon candidates — nginx green with anvil + N
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" viewBox="0 0 64 64" width="64" height="64"> | |
| <!-- Minimal: no background, standalone anvil with N --> | |
| <!-- Anvil top face --> | |
| <path d="M6 38 Q6 33 11 33 L19 33 L19 28 L45 28 L45 33 L55 33 Q60 33 60 38 Z" fill="#099639"/> | |
| <!-- Anvil waist --> | |
| <rect x="13" y="38" width="38" height="6" rx="1" fill="#077a2e"/> | |
| <!-- Anvil base --> | |
| <rect x="20" y="44" width="24" height="6" rx="2" fill="#066b28"/> | |
| <!-- White N on top --> | |
| <text x="32" y="26" font-family="Arial,Helvetica,sans-serif" font-weight="bold" | |
| font-size="20" fill="#099639" text-anchor="middle" dominant-baseline="auto">N</text> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment