Refine Burrow owl icon source
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m3s
Build Site / Next.js Build (push) Failing after 4s
Lint Governance / BEP Metadata (push) Successful in 1s

This commit is contained in:
Conrad Kramer 2026-06-07 21:43:58 -07:00
parent 940f46bbbc
commit 6c169f6b45
51 changed files with 313 additions and 30 deletions

View file

@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="ground-fill" x1="230" y1="740" x2="800" y2="900" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#4a2a18"/>
<stop offset="0.46" stop-color="#a7632a"/>
<stop offset="1" stop-color="#3a2114"/>
</linearGradient>
</defs>
<ellipse cx="512" cy="886" rx="350" ry="72" fill="#070403" opacity="0.82"/>
<path d="M190 872c62-57 182-88 322-88s260 31 322 88c-82-22-190-34-322-34s-240 12-322 34Z" fill="url(#ground-fill)"/>
<path d="M266 888c54-31 136-46 246-46s192 15 246 46c-62-12-144-18-246-18s-184 6-246 18Z" fill="#0d0805"/>
<path d="M178 876c-24 12-39 29-45 50 36-13 78-19 124-17l-13-39c-23 0-45 2-66 6Z" fill="#321c11"/>
<path d="M846 876c24 12 39 29 45 50-36-13-78-19-124-17l13-39c23 0 45 2 66 6Z" fill="#321c11"/>
<ellipse cx="318" cy="880" rx="22" ry="9" fill="#b17034" opacity="0.66"/>
<ellipse cx="721" cy="873" rx="21" ry="9" fill="#c27a36" opacity="0.62"/>
</svg>

After

Width:  |  Height:  |  Size: 1 KiB