26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
|
|
<defs>
|
|
<linearGradient id="bg3" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#1C1C2A"/>
|
|
<stop offset="100%" stop-color="#282840"/>
|
|
</linearGradient>
|
|
<linearGradient id="waveGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#C0392B"/>
|
|
<stop offset="50%" stop-color="#E74C3C"/>
|
|
<stop offset="100%" stop-color="#D35400"/>
|
|
</linearGradient>
|
|
<clipPath id="sqClip">
|
|
<rect x="8" y="8" width="32" height="32" rx="8"/>
|
|
</clipPath>
|
|
</defs>
|
|
<rect x="2" y="2" width="44" height="44" rx="12" fill="url(#bg3)"/>
|
|
<g clip-path="url(#sqClip)">
|
|
<rect x="8" y="8" width="32" height="18" fill="#3A3A55" opacity="0.4"/>
|
|
<path d="M8 30 Q16 26 24 30 Q32 34 40 30 L40 40 L8 40 Z" fill="url(#waveGrad)" opacity="0.6"/>
|
|
<path d="M8 33 Q16 29 24 33 Q32 37 40 33 L40 40 L8 40 Z" fill="url(#waveGrad)" opacity="0.35"/>
|
|
<circle cx="18" cy="35" r="1.5" fill="none" stroke="#FFFFFF" stroke-width="0.8" opacity="0.4"/>
|
|
<circle cx="30" cy="32" r="1" fill="none" stroke="#FFFFFF" stroke-width="0.7" opacity="0.3"/>
|
|
</g>
|
|
<line x1="24" y1="14" x2="24" y2="26" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" opacity="0.85"/>
|
|
<line x1="18" y1="20" x2="30" y2="20" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" opacity="0.85"/>
|
|
</svg> |