craiyon logo

Isometric illustration of a beige and gray robotic arm with a gripper on a light background with grid lines.

Isometric illustration of a beige and gray robotic arm with a gripper on a light background with grid lines.

<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 900 600"> <style> .outline { stroke:black; stroke-width:2; fill:none; } .hidden { stroke:gray; stroke-dasharray:4 2; fill:none; } .label { font-family:Arial; font-size:12px; } </style> <!-- Titel --> <text x="20" y="30" class="label" font-size="20" font-weight="bold">Technische Skizze: Mini-Kran mit Parallelgreifer (Linearantrieb)</text> <!-- Isometrische Ansicht --> <g transform="translate(50,100)"> <text x="0" y="-20" class="label" font-size="16" font-weight="bold">Isometrisches Schema</text> <!-- Basis --> <rect x="0" y="200" width="120" height="120" class="outline" fill="#ddd"/> <!-- Drehmodul --> <circle cx="60" cy="260" r="20" class="outline" fill="#bbb"/> <!-- Linearachse --> <rect x="50" y="120" width="20" height="80" class="outline" fill="#eee"/> <!-- Ausleger --> <line x1="60" y1="120" x2="180" y2="80" class="outline"/> <!-- Greifer --> <rect x="175" y="70" width="10" height="20" class="outline" fill="#ccc"/> <line x1="175" y1="70" x2="165" y2="65" class="outline"/> <line x1="185" y1="70" x2="195" y2="65" class="outline"/> </g> <!-- Draufsicht --> <g transform="translate(350,100)"> <text x="0" y="-20" class="label" font-size="16" font-weight="bold">Draufsicht</text> <!-- Basisplatte --> <rect x="0" y="0" width="120" height="120" class="outline" fill="#ddd"/> <!-- Drehpunkt --> <circle cx="60" cy="60" r="8" class="outline" fill="#bbb"/> <!-- Ausleger --> <line x1="60" y1="60" x2="180" See more