14 lines
611 B
XML
14 lines
611 B
XML
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Frimaire">
|
|
<circle cx="60" cy="60" r="54" fill="#f6efe0" stroke="#8a6b45" stroke-width="2"/>
|
|
<g stroke="#6f8794" stroke-width="2.5" stroke-linecap="round">
|
|
<line x1="60" y1="32" x2="60" y2="88"/>
|
|
<line x1="32" y1="60" x2="88" y2="60"/>
|
|
<line x1="40" y1="40" x2="80" y2="80"/>
|
|
<line x1="40" y1="80" x2="80" y2="40"/>
|
|
<path d="M60 32 L54 40 M60 32 L66 40"/>
|
|
<path d="M60 88 L54 80 M60 88 L66 80"/>
|
|
<path d="M32 60 L40 54 M32 60 L40 66"/>
|
|
<path d="M88 60 L80 54 M88 60 L80 66"/>
|
|
</g>
|
|
</svg>
|