summaryrefslogtreecommitdiff
path: root/public/assets/user_full.svg
blob: b211c673257d619f11ae19949a7aa6893670670b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Written by Treer (gitlab.com/Treer) -->
<svg 
	version="1.1" 
	xmlns="http://www.w3.org/2000/svg" 
	xmlns:xlink="http://www.w3.org/1999/xlink" 
	width="600" 
	height="600"
	fill="white">

  <title>Abstract user icon</title>

  <defs>
    <clipPath id="circular-border">
      <circle cx="300" cy="300" r="250" />
    </clipPath>
  </defs>
  
  <circle cx="300" cy="300" r="280" fill="black" />
  <circle cx="300" cy="230" r="100" />
  <circle cx="300" cy="550" r="190" clip-path="url(#circular-border)" />
</svg>