blob: 1c577387a476ba2a0fe11b8e28da0dfd523d0c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="1.5cm" height="1.5cm"
viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" stroke="white" fill="#3399ff" stroke-width="2" />
<circle cx="50" cy="50" r="25" stroke="white" fill="#33ff99" stroke-width="2" />
</svg>
|