<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3b82f6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2563eb;stop-opacity:1" />
</linearGradient>
</defs>
<circle cx="50" cy="50" r="45" fill="url(#grad)" />
<path d="M50 20 L30 35 L50 45 L70 35 Z" fill="white" />
<path d="M30 65 L50 80 L70 65" stroke="white" stroke-width="3" fill="none" />
<path d="M30 50 L50 60 L70 50" stroke="white" stroke-width="3" fill="none" />
</svg>