diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-20 14:43:58 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-20 15:00:14 +0100 |
commit | 093ce50ddcb68fe8b5ffbf7f100108bd93b86d76 (patch) | |
tree | 4fde8d644d32e16b6a4c370d9b2d983c4514c5a7 /favicon.svg | |
parent | 501d6cb5ecd9e9547752ef18faf0eda286d0f87f (diff) | |
download | andean-abyss-093ce50ddcb68fe8b5ffbf7f100108bd93b86d76.tar.gz |
Skeleton.
Diffstat (limited to 'favicon.svg')
-rw-r--r-- | favicon.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..553d26b --- /dev/null +++ b/favicon.svg @@ -0,0 +1,17 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128"> +<defs> +<clipPath id="outer"> +<circle cx="64" cy="64" r="60" /> +</clipPath> +<clipPath id="inner"> +<circle cx="64" cy="64" r="34" /> +</clipPath> +</defs> +<circle fill="#ffe353" cx="64" cy="64" r="60" /> +<rect fill="#e23940" clip-path="url(#outer)" x="60" y="64" width="68" height="64" /> +<rect fill="#007cc2" clip-path="url(#outer)" x="0" y="64" width="64" height="64" /> +<circle fill="#ffe353" cx="64" cy="64" r="34" /> +<rect fill="#e23940" clip-path="url(#inner)" x="0" y="28" width="128" height="24" /> +<rect fill="#007cc2" clip-path="url(#inner)" x="0" y="46" width="128" height="18" /> +<path fill="white" transform="translate(46,46) scale(.0703125,.0703125)" d="M486 203.652H310.111L256 37.113l-54.111 166.539H26l142.22 103.623-54.462 167.612L256 371.24l142.242 103.646-54.473-167.612z" /> +</svg> |