diff options
Diffstat (limited to 'public/assets/user_full.svg')
-rw-r--r-- | public/assets/user_full.svg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/public/assets/user_full.svg b/public/assets/user_full.svg new file mode 100644 index 0000000..b211c67 --- /dev/null +++ b/public/assets/user_full.svg | |||
@@ -0,0 +1,22 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | <!-- Written by Treer (gitlab.com/Treer) --> | ||
3 | <svg | ||
4 | version="1.1" | ||
5 | xmlns="http://www.w3.org/2000/svg" | ||
6 | xmlns:xlink="http://www.w3.org/1999/xlink" | ||
7 | width="600" | ||
8 | height="600" | ||
9 | fill="white"> | ||
10 | |||
11 | <title>Abstract user icon</title> | ||
12 | |||
13 | <defs> | ||
14 | <clipPath id="circular-border"> | ||
15 | <circle cx="300" cy="300" r="250" /> | ||
16 | </clipPath> | ||
17 | </defs> | ||
18 | |||
19 | <circle cx="300" cy="300" r="280" fill="black" /> | ||
20 | <circle cx="300" cy="230" r="100" /> | ||
21 | <circle cx="300" cy="550" r="190" clip-path="url(#circular-border)" /> | ||
22 | </svg> \ No newline at end of file | ||