Update PHP logo - simplify and reuse 'P' (#183)

* Simplify paths and reuse first P

* Quick tidy up

* Update.
This commit is contained in:
Jude Gibbons
2019-03-12 23:19:13 +00:00
committed by Terence Eden
parent 06b519d21d
commit 3aba6f7eb7
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ Say thanks!
<table>
<tr>
<td>Python<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/python.svg" width="125" title="Python" /><br>510 Bytes</td>
<td>PHP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/php.svg" width="125" title="PHP" /><br>842 Bytes</td>
<td>PHP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/php.svg" width="125" title="PHP" /><br>546 Bytes</td>
<td>Laravel<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/laravel.svg" width="125" title="Laravel" /><br>583 Bytes</td>
<td>Drupal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/drupal.svg" width="125" title="Drupal" /><br>1002 Bytes</td>
<td>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>361 Bytes</td>

View File

@@ -3,4 +3,4 @@ aria-label="PHP" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#777bb3"/><g style="stroke:#fff;stroke-width:6;"><path d="M131 283c11 0 20-2 25-7 6-4 10-11 12-21 1-10 1-16-3-20-3-3-10-5-21-5h-18l-11 53zm-61 65a3 3 0 0 1-3-3l27-141 3-2h59c18 0 32 5 41 15s11 24 8 41a66 66 0 0 1-20 36c-7 6-14 10-22 13-7 2-17 4-29 4h-24l-7 35c0 1-1 2-3 2z"/><path d="M275 311a3 3 0 0 1-3-4l12-62c1-6 1-10-1-12-1-1-4-3-13-3h-22l-15 78c0 2-1 3-3 3h-30a3 3 0 0 1-3-4l28-140c0-2 1-2 2-2h31a3 3 0 0 1 3 3l-7 34h24c17 0 30 3 37 10 7 6 9 17 6 31l-12 65-3 3z"/><path d="M369 283c12 0 21-2 26-7 6-4 9-11 11-21s2-16-2-20c-3-3-10-5-21-5h-18l-11 53zm-60 65a3 3 0 0 1-3-3l27-141 3-2h59c18 0 32 5 41 15 8 10 11 24 8 41a66 66 0 0 1-20 36c-7 6-14 10-22 13-8 2-17 4-29 4h-24l-7 35c0 1-1 2-3 2z"/></g></svg>
fill="#777bb3"/><g stroke="#fff" stroke-width="6"><path id="a" d="M155 202H97a3 3 0 0 0-3 2L67 345c0 3 3 3 3 3h30c3 0 3-2 3-2l7-35h27c42 0 63-28 68-53s1-56-50-56zm13 54c-4 19-17 27-35 27h-18l11-53h18c27 0 26 10 24 26z"/><path d="M275 311c-4 0-3-4-3-4l12-61c0-8 6-16-18-15h-18l-15 78s0 3-4 3h-29c-3 0-3-3-3-3l28-141s0-2 4-2h30c3 0 2 3 2 3l-7 34h26c36 0 45 17 42 37l-13 69s0 3-5 3z"/><use href="#a" x="239"/></g></svg>

Before

Width:  |  Height:  |  Size: 842 B

After

Width:  |  Height:  |  Size: 547 B