This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#f6ecd0"/>
|
||||
<stop offset="1" stop-color="#dbc193"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="frame" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#d4b26a"/>
|
||||
<stop offset="1" stop-color="#7d5338"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="256" height="256" rx="28" fill="#18211b"/>
|
||||
<rect x="12" y="12" width="232" height="232" rx="22" fill="url(#bg)" stroke="url(#frame)" stroke-width="4"/>
|
||||
<path d="M36 48h184M36 208h184" stroke="#c4a15e" stroke-width="3" stroke-linecap="round" opacity=".75"/>
|
||||
<circle cx="88" cy="136" r="24" fill="none" stroke="#613c2b" stroke-width="10"/>
|
||||
<circle cx="168" cy="136" r="24" fill="none" stroke="#613c2b" stroke-width="10"/>
|
||||
<circle cx="128" cy="94" r="24" fill="none" stroke="#613c2b" stroke-width="10"/>
|
||||
<path d="M106 118l16-16M150 118l-16-16M112 138h32" stroke="#7f5c44" stroke-width="5" stroke-linecap="round"/>
|
||||
<path d="M128 64l7 13 15 2-11 10 3 15-14-7-14 7 3-15-11-10 15-2z" fill="#cfb06a" stroke="#6d2922" stroke-width="3" stroke-linejoin="round"/>
|
||||
<path d="M88 136h80M128 94l40 42M128 94l-40 42" stroke="#315042" stroke-width="4" opacity=".25"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user