Files
AV-Yard-Pro-AI-Pilots-Client/logo-mark.svg
T

96 lines
4.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="100%" height="100%">
<defs>
<!-- Background Gradient: Deep Cyber Obsidian -->
<linearGradient id="cyberBg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0e1726"/>
<stop offset="60%" stop-color="#070c14"/>
<stop offset="100%" stop-color="#020408"/>
</linearGradient>
<!-- Neon Glow Gradient -->
<linearGradient id="neonGlow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#76ff03"/>
<stop offset="50%" stop-color="#00e676"/>
<stop offset="100%" stop-color="#00c853"/>
</linearGradient>
<!-- Metallic Core Gradient -->
<linearGradient id="chromeMetal" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="30%" stop-color="#f1f5f9"/>
<stop offset="70%" stop-color="#cbd5e1"/>
<stop offset="100%" stop-color="#64748b"/>
</linearGradient>
<!-- Emerald Depth Gradient -->
<linearGradient id="emeraldDepth" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#00e676"/>
<stop offset="100%" stop-color="#004d25"/>
</linearGradient>
<!-- Neon Glow Filter -->
<filter id="bloom" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="14" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="ambient" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur stdDeviation="30" result="blur"/>
</filter>
</defs>
<!-- Squircle Container -->
<rect x="20" y="20" width="472" height="472" rx="116" fill="url(#cyberBg)" stroke="#00e676" stroke-width="10" stroke-opacity="0.65"/>
<!-- Subtle Inner Ring -->
<rect x="34" y="34" width="444" height="444" rx="102" fill="none" stroke="#76ff03" stroke-width="2" stroke-opacity="0.2"/>
<!-- Radial Core Ambient Glow -->
<circle cx="256" cy="250" r="150" fill="#00e676" opacity="0.22" filter="url(#ambient)"/>
<!-- Geometric Desert Succulent & Agave Leaves Layer -->
<g id="agave-fan" filter="url(#bloom)">
<!-- Outer Left Wing Blade -->
<path d="M 100 310 C 110 230, 160 170, 225 140 C 205 200, 190 265, 195 320 Z" fill="url(#emeraldDepth)" stroke="#00e676" stroke-width="3"/>
<!-- Mid-Left High-Desert Blade -->
<path d="M 150 300 C 165 190, 205 125, 256 75 C 235 155, 225 240, 230 310 Z" fill="url(#neonGlow)" stroke="#76ff03" stroke-width="2"/>
<!-- Mid-Right High-Desert Blade -->
<path d="M 362 300 C 347 190, 307 125, 256 75 C 277 155, 287 240, 282 310 Z" fill="url(#neonGlow)" stroke="#76ff03" stroke-width="2"/>
<!-- Outer Right Wing Blade -->
<path d="M 412 310 C 402 230, 352 170, 287 140 C 307 200, 322 265, 317 320 Z" fill="url(#emeraldDepth)" stroke="#00e676" stroke-width="3"/>
<!-- Outer Flank Wings -->
<path d="M 75 330 C 85 270, 130 220, 185 200 C 165 245, 155 295, 160 338 Z" fill="#00c853" opacity="0.6"/>
<path d="M 437 330 C 427 270, 382 220, 327 200 C 347 245, 357 295, 352 338 Z" fill="#00c853" opacity="0.6"/>
</g>
<!-- Sharp Cutting Base Blade / Yardwork Shears Foundation -->
<g id="precision-blade" filter="url(#bloom)">
<!-- Main Cutter Blade -->
<path d="M 95 400 L 375 400 C 400 400, 420 384, 424 362 L 434 362 C 430 395, 405 418, 375 418 L 115 418 C 98 418, 86 408, 95 400 Z" fill="url(#neonGlow)"/>
<!-- Upper Chrome Spine -->
<path d="M 125 382 L 370 382 C 385 382, 395 374, 400 366 L 140 366 C 130 366, 122 372, 125 382 Z" fill="url(#chromeMetal)"/>
<!-- Blade Pivot Rivet -->
<circle cx="150" cy="392" r="5" fill="#070c14" stroke="#76ff03" stroke-width="2.5"/>
<circle cx="150" cy="392" r="2" fill="#ffffff"/>
</g>
<!-- Dynamic Electric Lightning Bolt ("NEXT GEN" Core Energy) -->
<g id="lightning-core" filter="url(#bloom)">
<!-- Outer Glow Accent Behind Bolt -->
<polygon points="278,60 190,260 258,260 216,400 338,220 268,220" fill="none" stroke="#76ff03" stroke-width="8" stroke-linejoin="round" stroke-linecap="round"/>
<!-- Chrome Metal Solid Bolt -->
<polygon points="278,60 190,260 258,260 216,400 338,220 268,220" fill="url(#chromeMetal)" stroke="#00e676" stroke-width="3" stroke-linejoin="round"/>
<!-- Ultra-Bright Neon Core Reflection -->
<polygon points="274,80 206,250 262,250 230,366 318,230 264,230" fill="#ffffff" opacity="0.95"/>
</g>
</svg>