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,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="body-fill" x1="360" y1="230" x2="650" y2="725" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#b87435"/>
<stop offset="0.62" stop-color="#72401f"/>
<stop offset="1" stop-color="#2a1710"/>
</linearGradient>
<filter id="soft-shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="20" stdDeviation="16" flood-color="#000000" flood-opacity="0.34"/>
</filter>
</defs>
<g filter="url(#soft-shadow)">
<path d="M346 455c0-144 65-235 166-235s166 91 166 235c0 134-68 224-166 224s-166-90-166-224Z" fill="url(#body-fill)"/>
<path d="M378 478c24 52 68 80 134 80s110-28 134-80c5 113-48 181-134 181s-139-68-134-181Z" fill="#4b2919" opacity="0.38"/>
<path d="M380 506c-31 47-34 104-8 171 45-33 68-85 70-156Z" fill="#2b1710" opacity="0.48"/>
<path d="M644 506c31 47 34 104 8 171-45-33-68-85-70-156Z" fill="#2b1710" opacity="0.48"/>
<path d="M443 596c26 18 49 27 69 27s43-9 69-27c-14 49-37 74-69 74s-55-25-69-74Z" fill="#c48340" opacity="0.38"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB