Created
July 23, 2026 21:34
-
-
Save cagataycali/17f33112c16b201d4a50c5af8da84bd0 to your computer and use it in GitHub Desktop.
tiny.id — animated per-tiny logos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" role="img" aria-label="neon-the-g1"> | |
| <!-- neon — Unitree G1 humanoid. A minimal standing humanoid that WAVES (arm_action 26), | |
| electric-cyan. Robot family: shares the pulse-ring DNA with scout + tiny-the-reachy. --> | |
| <defs> | |
| <radialGradient id="n-g" cx="50%" cy="45%" r="55%"> | |
| <stop offset="0%" stop-color="#22d3ee" stop-opacity="0.25"/><stop offset="100%" stop-color="#22d3ee" stop-opacity="0"/> | |
| </radialGradient> | |
| </defs> | |
| <rect width="120" height="120" rx="26" fill="#03121a"/> | |
| <rect width="120" height="120" rx="26" fill="url(#n-g)"/> | |
| <g fill="none" stroke="#22d3ee" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"> | |
| <!-- head --> | |
| <rect x="49" y="20" width="22" height="18" rx="6" fill="#22d3ee" stroke="none"/> | |
| <line x1="60" y1="38" x2="60" y2="74"/><!-- torso --> | |
| <line x1="60" y1="74" x2="48" y2="100"/><!-- legs --> | |
| <line x1="60" y1="74" x2="72" y2="100"/> | |
| <line x1="60" y1="48" x2="42" y2="60"/><!-- static arm --> | |
| <!-- waving arm --> | |
| <g> | |
| <animateTransform attributeName="transform" type="rotate" values="-12 60 48;18 60 48;-12 60 48" dur="1.4s" repeatCount="indefinite"/> | |
| <line x1="60" y1="48" x2="82" y2="34"/> | |
| </g> | |
| </g> | |
| <!-- chest light --> | |
| <circle cx="60" cy="52" r="4" fill="#a5f3fc"><animate attributeName="opacity" values="0.4;1;0.4" dur="2s" repeatCount="indefinite"/></circle> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment