summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/user_full.svg22
-rw-r--r--public/assets/user_hollow.svg18
2 files changed, 40 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
diff --git a/public/assets/user_hollow.svg b/public/assets/user_hollow.svg
new file mode 100644
index 0000000..ca26d18
--- /dev/null
+++ b/public/assets/user_hollow.svg
@@ -0,0 +1,18 @@
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 stroke="black"
10 stroke-width="30"
11 fill="none">
12
13 <title>Abstract user icon</title>
14
15 <circle cx="300" cy="300" r="265" />
16 <circle cx="300" cy="230" r="115" />
17 <path d="M106.81863443903,481.4 a205,205 1 0,1 386.36273112194,0" stroke-linecap="butt" />
18</svg> \ No newline at end of file