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"> | |
| <defs> | |
| <linearGradient id="g" x1="0" y1="0" x2="0" y2="1"> | |
| <stop offset="0%" stop-color="#0bab42"/> | |
| <stop offset="100%" stop-color="#066b28"/> | |
| </linearGradient> | |
| </defs> | |
| <!-- Rounded square with gradient --> | |
| <rect width="64" height="64" rx="12" fill="url(#g)"/> | |
| <!-- Anvil shape in white --> | |
| <path d="M10 38 Q10 34 14 34 L22 34 L22 30 L42 30 L42 34 L52 34 Q56 34 56 38 Z" fill="rgba(255,255,255,0.25)"/> | |
| <rect x="16" y="38" width="32" height="4" rx="1" fill="rgba(255,255,255,0.25)"/> | |
| <rect x="22" y="42" width="20" height="4" rx="1" fill="rgba(255,255,255,0.25)"/> | |
| <!-- White N --> | |
| <text x="32" y="28" font-family="Arial,Helvetica,sans-serif" font-weight="bold" | |
| font-size="22" 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