12 lines
717 B
XML
12 lines
717 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#080e08"/>
|
|
<!-- Potion drop shape -->
|
|
<path d="M32 8 Q32 8 32 8 L44 30 Q50 40 44 50 Q38 58 32 58 Q26 58 20 50 Q14 40 20 30 Z" fill="none" stroke="#44cc44" stroke-width="2.5"/>
|
|
<path d="M32 14 L42 32 Q46 40 42 48 Q38 54 32 54 Q26 54 22 48 Q18 40 22 32 Z" fill="#1a4a1a" opacity="0.6"/>
|
|
<!-- Skull inside drop -->
|
|
<circle cx="32" cy="36" r="8" fill="none" stroke="#44cc44" stroke-width="1.5"/>
|
|
<circle cx="29" cy="34" r="1.5" fill="#44cc44"/>
|
|
<circle cx="35" cy="34" r="1.5" fill="#44cc44"/>
|
|
<line x1="30" y1="40" x2="34" y2="40" stroke="#44cc44" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|