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"> | |
| <!-- Bright nginx green background --> | |
| <rect width="64" height="64" rx="12" fill="#0bab42"/> | |
| <!-- Anvil shape --> | |
| <path d="M8 36 Q8 32 12 32 L20 32 L20 28 L44 28 L44 32 L54 32 Q58 32 58 36 L58 38 L8 38 Z" fill="#088a35"/> | |
| <rect x="14" y="38" width="36" height="5" rx="1" fill="#088a35"/> | |
| <rect x="22" y="43" width="20" height="5" rx="1" fill="#088a35"/> | |
| <!-- White N --> | |
| <text x="32" y="26" font-family="Arial,Helvetica,sans-serif" font-weight="bold" | |
| font-size="20" fill="white" 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