39 lines
1.5 KiB
XML
39 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="120" height="120">
|
|
<!-- Pixel Mystery Box - 8-bit Mario style -->
|
|
<style>
|
|
.gold-light { fill: #FCD34D; }
|
|
.gold-main { fill: #F59E0B; }
|
|
.gold-dark { fill: #D97706; }
|
|
.gold-shadow { fill: #92400E; }
|
|
.question { fill: #92400E; }
|
|
</style>
|
|
|
|
<!-- Box body -->
|
|
<rect class="gold-main" x="4" y="4" width="24" height="24"/>
|
|
|
|
<!-- Top highlight -->
|
|
<rect class="gold-light" x="4" y="4" width="24" height="4"/>
|
|
<rect class="gold-light" x="4" y="4" width="4" height="24"/>
|
|
|
|
<!-- Bottom shadow -->
|
|
<rect class="gold-dark" x="4" y="24" width="24" height="4"/>
|
|
<rect class="gold-dark" x="24" y="4" width="4" height="24"/>
|
|
|
|
<!-- Corner details -->
|
|
<rect class="gold-shadow" x="24" y="24" width="4" height="4"/>
|
|
<rect class="gold-light" x="4" y="4" width="4" height="4"/>
|
|
|
|
<!-- Inner border -->
|
|
<rect class="gold-dark" x="6" y="6" width="20" height="2"/>
|
|
<rect class="gold-dark" x="6" y="24" width="20" height="2"/>
|
|
<rect class="gold-dark" x="6" y="6" width="2" height="20"/>
|
|
<rect class="gold-dark" x="24" y="6" width="2" height="20"/>
|
|
|
|
<!-- Question mark - pixel style -->
|
|
<rect class="question" x="12" y="10" width="8" height="2"/>
|
|
<rect class="question" x="18" y="10" width="2" height="6"/>
|
|
<rect class="question" x="14" y="14" width="4" height="2"/>
|
|
<rect class="question" x="14" y="16" width="2" height="2"/>
|
|
<rect class="question" x="14" y="20" width="2" height="2"/>
|
|
</svg>
|