diff options
Diffstat (limited to 'icon.svg')
| -rw-r--r-- | icon.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..1c57738 --- /dev/null +++ b/icon.svg @@ -0,0 +1,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> |