41 lines
1.8 KiB
XML
41 lines
1.8 KiB
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 280" width="200" height="280">
|
||
|
|
<!-- SYNTAXIS Compact Logo - Vertical (no tagline) Static -->
|
||
|
|
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="syntaxisGradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
||
|
|
<stop offset="0%" style="stop-color:#3B7CB8;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#D97706;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
|
||
|
|
<!-- Static Icon (scaled and positioned at top, centered) -->
|
||
|
|
<!-- Scale 0.8 (20% smaller) and translate 30% to the right -->
|
||
|
|
<g transform="translate(20.6, 20) scale(0.8)">
|
||
|
|
<!-- Top diamond -->
|
||
|
|
<path d="M 100 20 L 110 30 L 100 40 L 90 30 Z" fill="#2C5F8E"/>
|
||
|
|
|
||
|
|
<!-- Second row -->
|
||
|
|
<path d="M 70 50 L 80 60 L 70 70 L 60 60 Z" fill="#2C5F8E"/>
|
||
|
|
<rect x="90" y="50" width="20" height="20" fill="#6B7280"/>
|
||
|
|
<path d="M 130 50 L 140 60 L 130 70 L 120 60 Z" fill="#2C5F8E"/>
|
||
|
|
|
||
|
|
<!-- Center row with triangle -->
|
||
|
|
<path d="M 40 80 L 50 90 L 40 100 L 30 90 Z" fill="#2C5F8E"/>
|
||
|
|
<rect x="60" y="80" width="20" height="20" fill="#6B7280"/>
|
||
|
|
<path d="M 100 80 L 115 105 L 85 105 Z" fill="#D97706"/>
|
||
|
|
<rect x="120" y="80" width="20" height="20" fill="#6B7280"/>
|
||
|
|
<path d="M 160 80 L 170 90 L 160 100 L 150 90 Z" fill="#2C5F8E"/>
|
||
|
|
|
||
|
|
<!-- Fourth row -->
|
||
|
|
<path d="M 70 110 L 80 120 L 70 130 L 60 120 Z" fill="#2C5F8E"/>
|
||
|
|
<rect x="90" y="110" width="20" height="20" fill="#6B7280"/>
|
||
|
|
<path d="M 130 110 L 140 120 L 130 130 L 120 120 Z" fill="#2C5F8E"/>
|
||
|
|
|
||
|
|
<!-- Bottom diamond -->
|
||
|
|
<path d="M 100 140 L 110 150 L 100 160 L 90 150 Z" fill="#2C5F8E"/>
|
||
|
|
</g>
|
||
|
|
|
||
|
|
<!-- SYNTAXIS Wordmark (centered below icon) -->
|
||
|
|
<text x="100" y="220" font-family="Inter, -apple-system, system-ui, sans-serif" font-size="38" font-weight="700" fill="url(#syntaxisGradient)" letter-spacing="-1" text-anchor="middle">SYNTAXIS</text>
|
||
|
|
</svg>
|