18 lines
907 B
XML
18 lines
907 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#0a140a"/>
|
|
<!-- Skull -->
|
|
<circle cx="32" cy="26" r="14" fill="none" stroke="#6aaa44" stroke-width="2.5"/>
|
|
<rect x="24" y="36" width="16" height="8" rx="2" fill="none" stroke="#6aaa44" stroke-width="2.5"/>
|
|
<!-- Eye sockets -->
|
|
<circle cx="26" cy="24" r="3" fill="#6aaa44"/>
|
|
<circle cx="38" cy="24" r="3" fill="#6aaa44"/>
|
|
<!-- Jaw lines -->
|
|
<line x1="28" y1="40" x2="28" y2="44" stroke="#6aaa44" stroke-width="2"/>
|
|
<line x1="32" y1="40" x2="32" y2="44" stroke="#6aaa44" stroke-width="2"/>
|
|
<line x1="36" y1="40" x2="36" y2="44" stroke="#6aaa44" stroke-width="2"/>
|
|
<!-- Disease dots -->
|
|
<circle cx="14" cy="18" r="3" fill="#6aaa44" opacity="0.7"/>
|
|
<circle cx="50" cy="14" r="2" fill="#6aaa44" opacity="0.6"/>
|
|
<circle cx="52" cy="44" r="3" fill="#6aaa44" opacity="0.7"/>
|
|
</svg>
|