5 lines
270 B
XML
5 lines
270 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="70" height="70">
|
|
<circle cx="50" cy="50" r="48" fill="#ffffff" fill-opacity="0.08" stroke="#d4af37" stroke-width="2"/>
|
|
<path fill="#d4af37" d="M42 20h16v22h22v16H58v22H42V58H20V42h22V20z"/>
|
|
</svg>
|