diff options
Diffstat (limited to 'frontend/public/logo')
| -rw-r--r-- | frontend/public/logo/crane.svg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/frontend/public/logo/crane.svg b/frontend/public/logo/crane.svg new file mode 100644 index 0000000..b5d5c52 --- /dev/null +++ b/frontend/public/logo/crane.svg @@ -0,0 +1,32 @@ + +<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"> + <defs> + <style> + .cls-1 { + fill: none; + stroke: #000000; + stroke-linecap: round; + stroke-linejoin: round; + stroke-width: 2px; + } + </style> + </defs> + + <!-- Tail & Lower Body --> + <path class="cls-1" d="M35,235 L168,290" /> + <path class="cls-1" d="M35,235 L203,400" /> + + <!-- Left Wing (Front) & Main Body Diagonal --> + <path class="cls-1" d="M110,105 L203,400 L285,350 L110,105 Z" /> + + <!-- Right Wing (Back) --> + <path class="cls-1" d="M278,145 L360,270 L250,301 Z" /> + + <!-- Head & Neck --> + <path class="cls-1" d="M360,270 L403,214 L496,290 L410,255 L355,375 L360,270" /> + + <!-- Internal Connections --> + <line class="cls-1" x1="250" y1="301" x2="355" y2="375" /> + <line class="cls-1" x1="355" y1="375" x2="285" y2="350" /> +</svg> + |
