1234567891011 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <path style="fill:#555555;stroke:#222222;stroke-width:2" d="m 63,53 c 0,0 38,26 34,43 C 81,103 53,61 53,61"/>
- <circle cx="36" cy="36" r="32" fill="none" stroke="#222222" style="stroke-width:2" />
- <circle cx="36" cy="36" r="29" fill="none" stroke="#999999" style="stroke-width:6" />
- <circle cx="36" cy="36" r="27" fill="#eeeeee" stroke="#222222" style="stroke-width:1;fill-opacity:0.7" />
-
- </svg>
|