27 lines
1.6 KiB
XML
27 lines
1.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<defs>
|
|
<radialGradient id="ig-glow" cx="50%" cy="60%" r="50%">
|
|
<stop offset="0%" stop-color="#39ff14" stop-opacity="0.35"/>
|
|
<stop offset="100%" stop-color="#39ff14" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<circle cx="50" cy="50" r="48" fill="#101622" stroke="#1a2436" stroke-width="2"/>
|
|
<circle cx="50" cy="50" r="48" fill="url(#ig-glow)"/>
|
|
<!-- Mortier de pharmacopée chinoise -->
|
|
<path d="M28 62 Q28 76 50 76 Q72 76 72 62 L68 48 Q68 44 50 44 Q32 44 32 48 Z"
|
|
fill="#39ff14" fill-opacity="0.15" stroke="#39ff14" stroke-width="2"/>
|
|
<!-- Pilon -->
|
|
<line x1="50" y1="22" x2="50" y2="54" stroke="#39ff14" stroke-width="3" stroke-linecap="round"/>
|
|
<ellipse cx="50" cy="54" rx="7" ry="4" fill="#39ff14" fill-opacity="0.3" stroke="#39ff14" stroke-width="1.8"/>
|
|
<!-- Vapeur montante -->
|
|
<path d="M38 42 Q34 36 38 30 Q42 24 38 18" fill="none" stroke="#39ff14" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
|
|
<path d="M50 40 Q46 34 50 28 Q54 22 50 16" fill="none" stroke="#39ff14" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
|
|
<path d="M62 42 Q58 36 62 30 Q66 24 62 18" fill="none" stroke="#39ff14" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
|
|
<!-- Petits cristaux/herbes dans le mortier -->
|
|
<circle cx="44" cy="58" r="2" fill="#39ff14" opacity="0.7"/>
|
|
<circle cx="52" cy="60" r="1.5" fill="#39ff14" opacity="0.7"/>
|
|
<circle cx="59" cy="57" r="2" fill="#39ff14" opacity="0.7"/>
|
|
<!-- Bande décorative -->
|
|
<path d="M32 48 Q50 52 68 48" fill="none" stroke="#39ff14" stroke-width="1" opacity="0.5"/>
|
|
</svg>
|