- tadpole.svg : pixel art kawaii 32x32 avec système de slots cosmétiques (slot-hat, slot-eyes, slot-body, slot-tail, slot-accessory) - SnowOn/SnowOff.svg : icônes bulles (remplace flocons de neige) - aura-swamp.svg : premier overlay cosmétique (algues, ripple, bulles)
16 lines
811 B
XML
Executable File
16 lines
811 B
XML
Executable File
<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Bubbles ON — active state, filled background -->
|
|
<rect width="39" height="39" rx="8" fill="#202020"/>
|
|
<!-- Big bubble -->
|
|
<circle cx="19" cy="16" r="8" stroke="#8ecae6" stroke-width="2" fill="none"/>
|
|
<circle cx="16" cy="13" r="2" fill="#8ecae6" opacity="0.6"/>
|
|
<!-- Medium bubble -->
|
|
<circle cx="12" cy="28" r="5" stroke="#8ecae6" stroke-width="1.8" fill="none"/>
|
|
<circle cx="10.5" cy="26.5" r="1.2" fill="#8ecae6" opacity="0.5"/>
|
|
<!-- Small bubble -->
|
|
<circle cx="28" cy="26" r="3.5" stroke="#8ecae6" stroke-width="1.5" fill="none"/>
|
|
<circle cx="27" cy="24.8" r="0.9" fill="#8ecae6" opacity="0.5"/>
|
|
<!-- Tiny bubble -->
|
|
<circle cx="30" cy="14" r="2" stroke="#8ecae6" stroke-width="1.2" fill="none"/>
|
|
</svg>
|