summaryrefslogtreecommitdiff
path: root/images/logo.svg
blob: cf44fa15f21ace852671e7fd238414437a8789c9 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg width="184px" height="184px" viewBox="0 0 184 184" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <defs>
        <linearGradient id="lgrad" gradientTransform="rotate(45)">
            <stop offset="0%" stop-color="#000000"/>
            <stop offset="100%" stop-color="#333333"/>
        </linearGradient>
        <linearGradient id="tgrad" gradientTransform="rotate(45)">
            <stop offset="0%" stop-color="#00FF00"/>
            <stop offset="100%" stop-color="#007700"/>
        </linearGradient>
    </defs>
    <circle r="92" cx="50%" cy="50%" stroke-width="10" fill="url(#lgrad)"/>
    <text font-family="Arial" font-size="45" x="28" y="85" transform="rotate(10)" stroke-width="2" fill="url(#tgrad)">VoidNet</text>
</svg>