Files
physical-expo/assets/balls/football_inactive.svg
2026-01-13 10:53:30 +08:00

29 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<defs>
<radialGradient id="g" cx="30%" cy="25%" r="70%">
<stop offset="0" stop-color="#ffffff"/>
<stop offset="1" stop-color="#dfe6ee"/>
</radialGradient>
<filter id="tex" x="-20%" y="-20%" width="140%" height="140%">
<feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch" />
<feColorMatrix type="matrix" values="
0 0 0 0 0.35
0 0 0 0 0.35
0 0 0 0 0.35
0 0 0 0.12 0" />
</filter>
</defs>
<g opacity="0.78">
<circle cx="32" cy="32" r="28" fill="url(#g)"/>
<circle cx="32" cy="32" r="28" filter="url(#tex)" opacity="0.9"/>
<path d="M32 18l7 5-3 8H28l-3-8 7-5Z" fill="#1b1f2a"/>
<path d="M32 18l-7 5-9-2" stroke="#1b1f2a" stroke-width="2" fill="none" opacity=".75"/>
<path d="M39 23l10 2 4 7" stroke="#1b1f2a" stroke-width="2" fill="none" opacity=".75"/>
<path d="M28 31l-8 6 2 10" stroke="#1b1f2a" stroke-width="2" fill="none" opacity=".6"/>
<path d="M36 31l8 6-2 10" stroke="#1b1f2a" stroke-width="2" fill="none" opacity=".6"/>
<circle cx="32" cy="32" r="28" fill="none" stroke="#0b0d12" stroke-opacity="0.16" stroke-width="2"/>
</g>
</svg>