Added static
This commit is contained in:
20
static/img/logo/logo.svg
Normal file
20
static/img/logo/logo.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<svg id="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000">
|
||||
<title>Logo</title>
|
||||
<defs>
|
||||
<linearGradient id="logo-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="rgb(22,232,255)"/>
|
||||
<stop offset="100%" stop-color="rgb(22,52,255)"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<circle cx="500" cy="500" r="500" fill="url(#logo-gradient)"/>
|
||||
<g fill="#fff">
|
||||
<rect x="430" y="240" width="50" height="520"/>
|
||||
<rect x="190" y="240" width="265" height="50"/>
|
||||
<rect x="190" y="475" width="265" height="50"/>
|
||||
<rect x="190" y="710" width="265" height="50"/>
|
||||
<rect x="520" y="240" width="50" height="520"/>
|
||||
<rect x="545" y="240" width="265" height="50"/>
|
||||
<rect x="545" y="475" width="265" height="50"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 885 B |
Reference in New Issue
Block a user