Add Clojure icon

This commit is contained in:
Jude Gibbons
2019-07-28 14:22:05 +01:00
parent e3f69724cb
commit 77dacd8e5d
5 changed files with 32 additions and 0 deletions

View File

@@ -271,6 +271,7 @@ Say thanks!
</tr>
<tr>
<td>Go<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/go.svg" width="125" title="Go" /><br>582 Bytes</td>
<td>Clojure<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/clojure.svg" width="125" title="Clojure" /><br>633 Bytes</td>
</tr>
</table>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
<path
android:fillColor="#466acd"
android:pathData="M48,107 A256,256,0,0,1,512,256 C512,391,370,372,370,372 A163,163,0,0,0,191,107 C112,62,48,107,48,107" />
<path
android:fillColor="#53a526"
android:pathData="M465,404 A256,256,0,0,1,1,255 C1,120,143,139,143,139 A163,163,0,0,0,322,404 C401,449,465,404,465,404" />
<path
android:fillColor="#71aefd"
android:pathData="M213,128 A135,135,0,0,1,336,365 C299,368,268,257,263,240 S244,161,213,128" />
<path
android:fillColor="#81d837"
android:pathData="M176,365 A135,135,0,0,1,178,145 C214,164,237,235,237,235 C237,235,183,337,176,365 M209,383 C209,383,247,401,298,385 C268,360,250,274,245,262 C238,276,202,349,209,383" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -157,3 +157,4 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/safari.svg" width="256" /> | <img src="/images/reference/Safari_browser_logo.svg" width="256" /> | https://www.apple.com/uk/safari/ |
| <img src="/images/svg/researchgate.svg" width="256" /> | <img src="/images/reference/researchgate.png" width="256" /> | https://mobile.twitter.com/ResearchGate/photo |
| <img src="/images/svg/opencores.svg" width="256" /> | <img src="/images/reference/opencores.png" width="256" /> | https://opencores.org |
| <img src="/images/svg/clojure.svg" width="256" /> | <img src="/images/reference/Clojure_logo.svg.png" width="256" /> | https://clojure.org/index |

7
images/svg/clojure.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Clojure" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><path d="M48 107a256 256 0 0 1 464 149c0 135-142 116-142 116a163 163 0 0 0-179-265c-79-45-143 0-143 0" fill="#466acd"/><path d="M465 404a256 256 0 0 1-464-149c0-135 142-116 142-116a163 163 0 0 0 179 265c79 45 143 0 143 0" fill="#53a526"/><path d="M213 128a135 135 0 0 1 123 237c-37 3-68-108-73-125s-19-79-50-112" fill="#71aefd"/><path d="M176 365a135 135 0 0 1 2-220c36 19 59 90 59 90 0 0-54 102-61 130m33 18c0 0 38 18 89 2-30-25-48-111-53-123-7 14-43 87-36 121" fill="#81d837"/></svg>

After

Width:  |  Height:  |  Size: 633 B