40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60" width="200" height="60">
|
|
<!-- Full color: Gold logo on transparent (for dark/navy backgrounds) -->
|
|
<defs>
|
|
<linearGradient id="goldGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#E5C158;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#D4AF37;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#B8962E;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Scales of Justice Icon -->
|
|
<g transform="translate(10, 5)" fill="url(#goldGradient)">
|
|
<!-- Center pillar -->
|
|
<rect x="22" y="15" width="6" height="35" rx="1"/>
|
|
<!-- Top beam -->
|
|
<rect x="5" y="10" width="40" height="5" rx="2"/>
|
|
<!-- Left scale pan -->
|
|
<path d="M5 18 L15 18 L12 28 Q10 32 8 28 L5 18 Z"/>
|
|
<ellipse cx="10" cy="28" rx="8" ry="3"/>
|
|
<!-- Right scale pan -->
|
|
<path d="M35 18 L45 18 L42 28 Q40 32 38 28 L35 18 Z"/>
|
|
<ellipse cx="40" cy="28" rx="8" ry="3"/>
|
|
<!-- Chains -->
|
|
<line x1="10" y1="12" x2="10" y2="18" stroke="url(#goldGradient)" stroke-width="1.5"/>
|
|
<line x1="40" y1="12" x2="40" y2="18" stroke="url(#goldGradient)" stroke-width="1.5"/>
|
|
<!-- Base -->
|
|
<rect x="15" y="48" width="20" height="4" rx="2"/>
|
|
</g>
|
|
|
|
<!-- Text: LIBRA -->
|
|
<text x="70" y="38" font-family="Georgia, serif" font-size="28" font-weight="bold" fill="url(#goldGradient)" letter-spacing="3">
|
|
LIBRA
|
|
</text>
|
|
|
|
<!-- Tagline -->
|
|
<text x="70" y="52" font-family="Arial, sans-serif" font-size="9" fill="#D4AF37" letter-spacing="1.5">
|
|
LAW FIRM
|
|
</text>
|
|
</svg>
|