20 lines
885 B
XML
20 lines
885 B
XML
<?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> |