feat: replace favicon with Android robot icon

Green Android bugdroid on brand color (#8BC34A) background,
replacing the old v0/Vercel logo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-11 02:05:02 +00:00
parent 620f56429d
commit 08419713da
4 changed files with 23 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 688 B

View File

@ -1,26 +1,25 @@
<svg width="180" height="180" viewBox="0 0 180 180" fill="none" xmlns="http://www.w3.org/2000/svg">
<style>
@media (prefers-color-scheme: light) {
.background { fill: black; }
.foreground { fill: white; }
}
@media (prefers-color-scheme: dark) {
.background { fill: white; }
.foreground { fill: black; }
}
</style>
<g clip-path="url(#clip0_7960_43945)">
<rect class="background" width="180" height="180" rx="37" />
<g style="transform: scale(95%); transform-origin: center">
<path class="foreground"
d="M101.141 53H136.632C151.023 53 162.689 64.6662 162.689 79.0573V112.904H148.112V79.0573C148.112 78.7105 148.098 78.3662 148.072 78.0251L112.581 112.898C112.701 112.902 112.821 112.904 112.941 112.904H148.112V126.672H112.941C98.5504 126.672 86.5638 114.891 86.5638 100.5V66.7434H101.141V100.5C101.141 101.15 101.191 101.792 101.289 102.422L137.56 66.7816C137.255 66.7563 136.945 66.7434 136.632 66.7434H101.141V53Z" />
<path class="foreground"
d="M65.2926 124.136L14 66.7372H34.6355L64.7495 100.436V66.7372H80.1365V118.47C80.1365 126.278 70.4953 129.958 65.2926 124.136Z" />
</g>
<rect width="180" height="180" rx="37" fill="#8BC34A"/>
<!-- Android Robot -->
<g transform="translate(90,95)">
<!-- Head -->
<path d="M-35,-22 a35,35 0 0,1 70,0 v2 h-70 z" fill="white"/>
<!-- Eyes -->
<circle cx="-14" cy="-12" r="4" fill="#8BC34A"/>
<circle cx="14" cy="-12" r="4" fill="#8BC34A"/>
<!-- Left Antenna -->
<line x1="-18" y1="-30" x2="-26" y2="-48" stroke="white" stroke-width="5" stroke-linecap="round"/>
<!-- Right Antenna -->
<line x1="18" y1="-30" x2="26" y2="-48" stroke="white" stroke-width="5" stroke-linecap="round"/>
<!-- Body -->
<rect x="-35" y="-16" width="70" height="55" rx="8" fill="white"/>
<!-- Left Arm -->
<rect x="-48" y="-12" width="10" height="38" rx="5" fill="white"/>
<!-- Right Arm -->
<rect x="38" y="-12" width="10" height="38" rx="5" fill="white"/>
<!-- Left Leg -->
<rect x="-22" y="39" width="12" height="25" rx="6" fill="white"/>
<!-- Right Leg -->
<rect x="10" y="39" width="12" height="25" rx="6" fill="white"/>
</g>
<defs>
<clipPath id="clip0_7960_43945">
<rect width="180" height="180" fill="white" />
</clipPath>
</defs>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB