7ea8f12a31
- Complete Product Requirements Document with full technical specs - MorseQuest adventure-based branding and visual identity - All logos, icons, and brand assets ready for development - Freemium business model ($9.95/year, first year free launch strategy) - Ready for Keylink IT Forge platform deployment Phase 1 MVP ready to begin (10-12 week timeline)
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40" width="60" height="40">
|
|
<defs>
|
|
<radialGradient id="brassGradient" cx="0.3" cy="0.3">
|
|
<stop offset="0%" stop-color="#FFD700"/>
|
|
<stop offset="40%" stop-color="#DAA520"/>
|
|
<stop offset="100%" stop-color="#B8860B"/>
|
|
</radialGradient>
|
|
</defs>
|
|
|
|
<!-- Key base -->
|
|
<ellipse cx="30" cy="28" rx="20" ry="7" fill="#654321"/>
|
|
<ellipse cx="30" cy="26" rx="20" ry="7" fill="url(#brassGradient)"/>
|
|
|
|
<!-- Key lever -->
|
|
<rect x="15" y="19" width="35" height="5" rx="2.5" fill="url(#brassGradient)"/>
|
|
|
|
<!-- Key knob (left side) -->
|
|
<circle cx="15" cy="22" r="6" fill="#654321"/>
|
|
<circle cx="15" cy="21" r="6" fill="url(#brassGradient)"/>
|
|
<circle cx="15" cy="20" r="3" fill="#FFD700"/>
|
|
|
|
<!-- Connection point (right side) -->
|
|
<circle cx="50" cy="22" r="4" fill="#654321"/>
|
|
<circle cx="50" cy="21" r="4" fill="url(#brassGradient)"/>
|
|
|
|
<!-- Connection wires -->
|
|
<path d="M35,23 Q45,15 55,10" stroke="#654321" stroke-width="1.5" fill="none"/>
|
|
<path d="M35,23 Q45,30 55,35" stroke="#654321" stroke-width="1.5" fill="none"/>
|
|
|
|
<!-- Base mounting screws -->
|
|
<circle cx="20" cy="26" r="1" fill="#8B4513"/>
|
|
<circle cx="40" cy="26" r="1" fill="#8B4513"/>
|
|
</svg> |