Add Friendica logo (SVG) (#456)

* Added friendica.svg.

* Added Friendica icon to README.md.
Added reference image to images/reference/friendica.png and updated images/reference/index.md correspondingly.

* Eliminated 11 extra bytes from fritz.svg and updated README.md correspondingly.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
This commit is contained in:
Jonathan Gilbert
2020-10-20 05:27:28 -05:00
committed by GitHub
parent 38420ad4a6
commit 7ff4662d42
4 changed files with 8 additions and 0 deletions

6
images/svg/friendica.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Friendica" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><defs><linearGradient id="l" x2="0" y2="1"><stop stop-color="#ffffff" stop-opacity="0.4"/><stop offset="0.3" stop-color="#d6d7e8" stop-opacity="0"/><stop stop-opacity="0" offset="0.7"/><stop stop-opacity="0.4" offset="1"/></linearGradient></defs><rect fill="#000" rx="50" height="334" width="334" x="89" y="89"/><path d="m144 89c-30 0-55 25-55 55v225c0 30 25 55 55 55h225c30 0 55-25 55-55v-225c0-30-25-55-55-55z" fill="#000"/><path d="m144 102c-23 0-42 18-42 42v225c0 23 18 42 42 42h52v-88h108v-67h-108v-81h107.54687v-73z" fill="#ffc019"/><path d="m316 102v87h-107v67h107v81h-107v74h160c23 0 42-18 41-42v-225c0-23-18-42-42-42z" fill="#1872a2"/><rect fill="url(#l)" rx="50" height="334" width="334" x="89" y="89"/></svg>

After

Width:  |  Height:  |  Size: 869 B