biohazard-vfx/.next/server/app/icon.svg.body
Nicholai 7ed45d15da
Some checks failed
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
Dockerized baby
2025-08-19 05:35:01 -06:00

15 lines
562 B
Plaintext

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#00ffa3"/>
<stop offset="100%" stop-color="#00d4ff"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="12" fill="#0b0f14"/>
<g transform="translate(32,32)">
<circle r="18" fill="none" stroke="url(#g)" stroke-width="3" opacity="0.6"/>
<path d="M-9 -5 a9 9 0 0 1 18 0 a6 6 0 0 0 -12 0 z" fill="url(#g)" opacity="0.9"/>
<circle r="4" fill="#0b0f14"/>
</g>
</svg>