13 lines
660 B
XML
13 lines
660 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#3b82f6;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#ea580c;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="12" fill="url(#grad1)"/>
|
|
<path d="M16 20 L32 12 L48 20 L48 32 L32 40 L16 32 Z" fill="white" opacity="0.9"/>
|
|
<path d="M16 32 L16 44 L32 52 L32 40" fill="white" opacity="0.7"/>
|
|
<path d="M48 32 L48 44 L32 52 L32 40" fill="white" opacity="0.5"/>
|
|
<circle cx="32" cy="28" r="4" fill="#3b82f6"/>
|
|
</svg> |