diff options
Diffstat (limited to 'images/token_white.svg')
-rw-r--r-- | images/token_white.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/images/token_white.svg b/images/token_white.svg new file mode 100644 index 0000000..c487ace --- /dev/null +++ b/images/token_white.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="41" height="44"> +<linearGradient id="g"> +<stop offset="0%" stop-color="hsl(0,0%,70%)"/> +<stop offset="20%" stop-color="hsl(0,0%,80%)"/> +<stop offset="50%" stop-color="hsl(0,0%,83%)"/> +<stop offset="80%" stop-color="hsl(0,0%,80%)"/> +<stop offset="100%" stop-color="hsl(0,0%,70%)"/> +</linearGradient> +<path stroke-width="1" fill="url(#g)" stroke="hsl(0,0%,30%)" d="M 1.5 14 v 16 a 19 12.5 0 0 0 38 0 v -16"/> +<ellipse stroke-width="1" fill="hsl(0,0%,90%)" stroke="hsl(0,0%,30%)" cx="20.5" cy="14" rx="19" ry="12.5"/> +</svg> |