35 lines
1.5 KiB
XML
35 lines
1.5 KiB
XML
<svg viewBox="0 0 600 700" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#2563eb;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0ea5e9;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Main Shape Background -->
|
|
<path d="M 150 150 L 350 150 L 450 250 L 450 450 L 350 550 L 150 550 L 50 450 L 50 250 Z" fill="url(logoGradient)" opacity="0.15"/>
|
|
|
|
<!-- Dumbbell Icon -->
|
|
<g transform="translate(200, 200)">
|
|
<!-- Left Weight -->
|
|
<circle cx="20" cy="60" r="35" fill="url(logoGradient)"/>
|
|
<rect x="10" y="70" width="20" height="80" fill="url(logoGradient)"/>
|
|
|
|
<!-- Bar -->
|
|
<rect x="35" y="100" width="130" height="25" rx="12" fill="url(logoGradient)"/>
|
|
|
|
<!-- Right Weight -->
|
|
<circle cx="180" cy="60" r="35" fill="url(logoGradient)"/>
|
|
<rect x="170" y="70" width="20" height="80" fill="url(logoGradient)"/>
|
|
|
|
<!-- Hand -->
|
|
<ellipse cx="80" cy="20" rx="25" ry="30" fill="url(logoGradient)"/>
|
|
<path d="M 70 0 Q 65 -15 60 -20" stroke="url(logoGradient)" stroke-width="8" fill="none" stroke-linecap="round"/>
|
|
<path d="M 85 -5 Q 88 -20 90 -28" stroke="url(logoGradient)" stroke-width="8" fill="none" stroke-linecap="round"/>
|
|
</g>
|
|
|
|
<!-- Arrow/Growth -->
|
|
<g transform="translate(320, 150)">
|
|
<path d="M 20 100 L 80 40 L 80 70 L 120 30 L 80 30 L 80 0 Z" fill="url(logoGradient)"/>
|
|
</g>
|
|
</svg> |