28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 48 48">
|
|
<defs>
|
|
<linearGradient id="bg-512" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#DA22FF;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#9733EE;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="48" height="48" fill="url(#bg-512)" />
|
|
|
|
<!-- Main structure - White with opacity -->
|
|
<path fill="#FFFFFF" opacity="0.3" d="m39.4 23l-.8-4L26 21.6V8h-4v12.3l-13.9-9l-2.2 3.4l15.2 9.8L9.4 39.8l3.2 2.4l11.3-14.8l8.4 12.7l3.4-2.2l-8.4-12.5z" />
|
|
|
|
<!-- Center circle - White -->
|
|
<circle cx="24" cy="24" r="7" fill="#FFFFFF" />
|
|
|
|
<!-- Outer circles - White with high opacity -->
|
|
<g fill="#FFFFFF" opacity="0.9">
|
|
<circle cx="24" cy="8" r="5" />
|
|
<circle cx="39" cy="21" r="5" />
|
|
<circle cx="7" cy="13" r="5" />
|
|
<circle cx="11" cy="41" r="5" />
|
|
<circle cx="34" cy="39" r="5" />
|
|
</g>
|
|
</svg>
|