16 lines
754 B
XML
16 lines
754 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="halo" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#b9a7ff"/>
|
|
<stop offset="0.55" stop-color="#ffaecb"/>
|
|
<stop offset="1" stop-color="#ffe6a3"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" fill="#0c0a14"/>
|
|
<!-- halo ring -->
|
|
<ellipse cx="16" cy="8.5" rx="9" ry="3" fill="none" stroke="url(#halo)" stroke-width="2"/>
|
|
<!-- ascending cart / consumption glyph -->
|
|
<path d="M9 15 h14 l-2 9 h-10 z" fill="none" stroke="url(#halo)" stroke-width="2" stroke-linejoin="round"/>
|
|
<path d="M13 28.5 a1.3 1.3 0 1 0 0.01 0 M19 28.5 a1.3 1.3 0 1 0 0.01 0" fill="url(#halo)"/>
|
|
</svg>
|