rps-robot-arm.svg 1.27 KB
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="RPS robot arm icon">
  <defs>
    <linearGradient id="bg" x1="8" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#ef4444"/>
      <stop offset="1" stop-color="#b91c1c"/>
    </linearGradient>
    <linearGradient id="arm" x1="16" y1="18" x2="48" y2="40" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#f8fafc"/>
      <stop offset="1" stop-color="#cbd5e1"/>
    </linearGradient>
  </defs>

  <rect x="4" y="4" width="56" height="56" rx="14" fill="url(#bg)"/>

  <rect x="14" y="46" width="36" height="8" rx="3" fill="#0b1324" fill-opacity="0.55"/>
  <rect x="24" y="40" width="16" height="7" rx="3" fill="#e2e8f0"/>

  <circle cx="25" cy="36" r="5" fill="url(#arm)"/>
  <rect x="24" y="24" width="8" height="12" rx="4" transform="rotate(-30 28 30)" fill="url(#arm)"/>

  <circle cx="36" cy="24" r="4" fill="#f1f5f9"/>
  <rect x="36" y="19" width="12" height="8" rx="4" transform="rotate(18 42 23)" fill="url(#arm)"/>

  <path d="M49 28c2.2 0 4 1.8 4 4v4h-4v-4h-3v4h-4v-4c0-2.2 1.8-4 4-4h3z" fill="#f8fafc"/>
  <circle cx="27" cy="36" r="1.3" fill="#0f172a" fill-opacity="0.6"/>
  <circle cx="37" cy="24" r="1.1" fill="#0f172a" fill-opacity="0.6"/>
</svg>