You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
539 B
13 lines
539 B
svg(
|
|
version="1.1", xmlns="http://www.w3.org/2000/svg", xmlns:xlink="http://www.w3.org/1999/xlink",
|
|
width="32", height="32",
|
|
viewBox="0 0 600 600",
|
|
).profile-navbar
|
|
defs
|
|
clipPath(id="circular-border")
|
|
circle(cx="300", cy="300", r="280")
|
|
clipPath(id="avoid-antialiasing-bugs")
|
|
rect(width="100%", height="498")
|
|
circle(cx="300", cy="300", r="280", fill="black", clip-path="url(#avoid-antialiasing-bugs)")
|
|
circle(cx="300", cy="230", r="115")
|
|
circle(cx="300", cy="550", r="205", clip-path="url(#circular-border)")
|