ptr.moe/icons/sourcehut.svg
baalajimaestro 6190b6e23d
Add my links and changes
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
Change-Id: I89b73ce550ae68e07792cef19ec5caa5996b917e
2021-10-17 10:41:48 +05:30

17 lines
674 B
XML

<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
width="128" height="128">
<defs>
<filter id="shadow" x="-10%" y="-10%" width="125%" height="125%">
<feDropShadow dx="0" dy="0" stdDeviation="1.5"
flood-color="black" />
</filter>
<filter id="text-shadow" x="-10%" y="-10%" width="125%" height="125%">
<feDropShadow dx="0" dy="0" stdDeviation="1.5"
flood-color="#AAA" />
</filter>
</defs>
<circle cx="50%" cy="50%" r="38%" stroke="#878787" stroke-width="4%"
fill="none" filter="url(#shadow)" />
<circle cx="50%" cy="50%" r="38%" stroke="#878787" stroke-width="4%"
fill="none" filter="url(#shadow)" />
</svg>