Initial commit
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#3f6fa6"/>
|
||||
<stop offset="1" stop-color="#2b5280"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="m" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#d8bfa2"/>
|
||||
<stop offset="1" stop-color="#b6906c"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="1024" height="1024" rx="224" fill="url(#bg)"/>
|
||||
<path d="M 302 706 L 302 328 L 512 576 L 722 328 L 722 706"
|
||||
fill="none" stroke="url(#m)" stroke-width="98" stroke-linejoin="miter"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 664 B |
Reference in New Issue
Block a user