combination of same color paths × 9 icons (#647)

* a few bytes less

replace the yellow path by a circle
reuse chromium’s icon shorter paths

* a few less bytes for Chrome Icon

* a few bytes less (bis)

* Update README.md

* shorten colors #xxyyzz -> #xyz

* optimisation: 3 black paths -> 1 path

* foobar2000 926 -> 785 bytes

* Revert "a few bytes less"

* Revert "a few less bytes for Chrome Icon"

* Revert "a few bytes less (bis)"

* Revert "Update README.md – Chromium"

* Revert "optimisation: 3 black paths -> 1 path"

* Revert "foobar2000 926 -> 785 bytes"

* Revert "shorten colors #xxyyzz -> #xyz"

* combine same color paths

* combine same color paths

* combine same color paths

* combine same color paths

* combine 2 paths with same color

* cleanup (remove hidden or combine parts…)

* cleanup (combine same color paths…)

* combine same color paths

* combination of same color paths × 9 icons

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
This commit is contained in:
3l3gant-cod3s
2022-04-24 20:38:03 +02:00
committed by GitHub
parent 9247e59805
commit 3f5c3360fc
10 changed files with 20 additions and 21 deletions

View File

@@ -3,4 +3,4 @@ aria-label="Gandi" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="url(#a)"/><defs><linearGradient id="a" x1="72" y1="512" x2="433" y2="12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3daca3"/><stop offset="1" stop-color="#13526b"/></linearGradient></defs><path fill="#fff" d="M255 66a54 54 0 1054 54 54 54 0 00-54-54zm0 71a17 17 0 1117-17 17 17 0 01-17 17z"/><path fill="#fff" d="M145 155c13-13 27-5 34 1s26 43 76 43 64-28 80-44c10-11 24-8 33 1s6 25 0 33c-36 49-97 69-116 82-29 20-49 40-49 69 0 24 17 60 53 60s52-25 52-37c0-15-10-19-13-19-15 0-15 18-34 18-15 0-22-12-22-24 0-18 27-42 55-42 38 0 62 27 62 64 0 42-39 88-99 88-65 0-102-61-102-106s21-78 56-101c-26-10-51-27-71-58-2-2-9-16 5-28z"/></svg>
fill="url(#a)"/><defs><linearGradient id="a" x1="72" y1="512" x2="433" y2="12" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3daca3"/><stop offset="1" stop-color="#13526b"/></linearGradient></defs><path fill="#fff" d="M255 66a54 54 0 1054 54 54 54 0 00-54-54zm0 71a17 17 0 1117-17 17 17 0 01-17 17z M145 155c13-13 27-5 34 1s26 43 76 43 64-28 80-44c10-11 24-8 33 1s6 25 0 33c-36 49-97 69-116 82-29 20-49 40-49 69 0 24 17 60 53 60s52-25 52-37c0-15-10-19-13-19-15 0-15 18-34 18-15 0-22-12-22-24 0-18 27-42 55-42 38 0 62 27 62 64 0 42-39 88-99 88-65 0-102-61-102-106s21-78 56-101c-26-10-51-27-71-58-2-2-9-16 5-28z"/></svg>

Before

Width:  |  Height:  |  Size: 788 B

After

Width:  |  Height:  |  Size: 766 B