[go: up one dir, main page]

Menu

[r1130]: / Logo.html  Maximize  Restore  History

Download this file

30 lines (26 with data), 881 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<body>
<svg width="512" height="512">
<defs>
<linearGradient id="grad1" x1="100%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(0,0,224);stop-opacity:1" />
<stop offset="100%"
style="stop-color:rgb(224,224,255);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="512" height="512" fill="url(#grad1)" />
<g fill-rule="evenodd" fill="lightgrey" stroke="black"
stroke-width="3">
<path
d="M158 98 q 46 0 98 -46 q 46 46 98 46 q -16 240 -98 270 q -82 -30 -98 -270"
stroke="grey" stroke-width="2" />
<circle cx="256" cy="196" r="32" fill="grey" stroke-width="0" />
</g>
<g font-size="72" font="sans-serif" fill="black" stroke="none"
text-anchor="middle">
<text x="256" y="450" dx="0">Protector</text>
</g>
</svg>
</body>
</html>