egentrening/src/lib/assets/favicon.svg

27 lines
1.4 KiB
XML
Raw Normal View History

2025-09-03 18:20:08 +02:00
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4ade80;stop-opacity:1" />
<stop offset="100%" style="stop-color:#059669;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Dumbbell weights -->
<rect x="2" y="10" width="6" height="12" rx="2" fill="url(#gradient)" stroke="#047857" stroke-width="0.5"/>
<rect x="24" y="10" width="6" height="12" rx="2" fill="url(#gradient)" stroke="#047857" stroke-width="0.5"/>
<!-- Dumbbell bar -->
<rect x="8" y="14.5" width="16" height="3" rx="1.5" fill="#374151" stroke="#1f2937" stroke-width="0.5"/>
<!-- Grip texture lines -->
<line x1="12" y1="14.8" x2="12" y2="17.2" stroke="#6b7280" stroke-width="0.3"/>
<line x1="14" y1="14.8" x2="14" y2="17.2" stroke="#6b7280" stroke-width="0.3"/>
<line x1="16" y1="14.8" x2="16" y2="17.2" stroke="#6b7280" stroke-width="0.3"/>
<line x1="18" y1="14.8" x2="18" y2="17.2" stroke="#6b7280" stroke-width="0.3"/>
<line x1="20" y1="14.8" x2="20" y2="17.2" stroke="#6b7280" stroke-width="0.3"/>
<!-- Small highlight on weights for 3D effect -->
<rect x="3" y="11" width="1.5" height="3" rx="0.5" fill="#6ee7b7" opacity="0.7"/>
<rect x="26.5" y="11" width="1.5" height="3" rx="0.5" fill="#6ee7b7" opacity="0.7"/>
</svg>