Create W3C icon and make associated edits (#166)
* Create W3C icon and make associated edits * Reduce precision of w3c svg
This commit is contained in:
committed by
Terence Eden
parent
0ed8fb15dc
commit
1067277ab3
@@ -158,6 +158,7 @@ Say thanks!
|
|||||||
<td>Email<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/email.svg" width="125" title="email" /><br>342 Bytes</td>
|
<td>Email<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/email.svg" width="125" title="email" /><br>342 Bytes</td>
|
||||||
<td>HTML5<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/html5.svg" width="125" title="HTML5" /><br>399 Bytes</td>
|
<td>HTML5<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/html5.svg" width="125" title="HTML5" /><br>399 Bytes</td>
|
||||||
<td>WiFi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wifi.svg" width="125" title="Wi-Fi" /><br>683 Bytes</td>
|
<td>WiFi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wifi.svg" width="125" title="Wi-Fi" /><br>683 Bytes</td>
|
||||||
|
<td>W3C<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/w3c.svg" width="125" title="World Wide Web Consortium (W3C)" /><br>637 Bytes</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
21
images/android-vector-drawable/w3c.xml
Normal file
21
images/android-vector-drawable/w3c.xml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<?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="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#005a9c"
|
||||||
|
android:pathData="M158.24,167l31.31,106.45L220.86,167h84.89v10.58l-32,55.06c13.17,3.64,34.11,17.69,34.11,53.12,0,66.13-70.48,75.11-88.31,20.51l17.7-7.34c15.68,35,46.86,24.5,46.86-13.18,0-10.51-2.18-34.55-31.1-34.55h-8.63V240.88l30.23-52.26H237.1l-45.4,153.3h-2.16L157.15,233.54,124.76,341.93H122.6L70.79,167H93.46l31.31,106.45,21.16-71.68L135.57,167Z" />
|
||||||
|
<path
|
||||||
|
android:fillColor="#000000"
|
||||||
|
android:pathData="M424,173.88H417v18.73h3.53v-8H424l3.81,8h3.95l-4.18-8.54C432.5,183.33,435.25,173.88,424,173.88Zm0.45,8.49h-4v-6.2h3.9C429.08,176.18,429.67,182.38,424.46,182.38Zm-114,106.73c26.5,50.69,64.55,43.39,86.86,3.29l3.31,17.24C376.94,355.42,330,353.73,310.51,289.1ZM326.33,268c-26.85-54.46,18.73-140.7,56.62-76.41l12.81-25.53,3.68,22.33-13,24.87C361.33,166.79,317.19,200.76,326.33,268Z" />
|
||||||
|
<path
|
||||||
|
android:strokeColor="#000"
|
||||||
|
android:strokeWidth="2"
|
||||||
|
android:pathData="M 423.5 168 C 432.060413622 168 439 174.939586378 439 183.5 C 439 192.060413622 432.060413622 199 423.5 199 C 414.939586378 199 408 192.060413622 408 183.5 C 408 174.939586378 414.939586378 168 423.5 168 Z" />
|
||||||
|
</vector>
|
@@ -114,3 +114,4 @@ Where possible this links to the organisation's brand guidelines page.
|
|||||||
| <img src="/images/svg/slack.svg" width="256" /> | <img src="/images/reference/slack.svg" width="256" /> | https://slack.com/media-kit |
|
| <img src="/images/svg/slack.svg" width="256" /> | <img src="/images/reference/slack.svg" width="256" /> | https://slack.com/media-kit |
|
||||||
| <img src="/images/svg/bandcamp.svg" width="256" /> | <img src="/images/reference/bandcamp.png" width="256" /> | https://bandcamp.com/buttons |
|
| <img src="/images/svg/bandcamp.svg" width="256" /> | <img src="/images/reference/bandcamp.png" width="256" /> | https://bandcamp.com/buttons |
|
||||||
| <img src="/images/svg/dribbble.svg" width="256" /> | <img src="/images/reference/dribbble-ball-icon.png" width="256" /> | https://dribbble.com/branding |
|
| <img src="/images/svg/dribbble.svg" width="256" /> | <img src="/images/reference/dribbble-ball-icon.png" width="256" /> | https://dribbble.com/branding |
|
||||||
|
| <img src="/images/svg/w3c.svg" width="256" /> | <img src="/images/reference/w3c.png" width="256" /> | https://www.w3.org/Consortium/Legal/logo-usage-20000308 |
|
||||||
|
BIN
images/reference/w3c.png
Executable file
BIN
images/reference/w3c.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
7
images/svg/w3c.svg
Normal file
7
images/svg/w3c.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||||||
|
aria-label="w 3 c" role="img"
|
||||||
|
viewBox="0 0 512 512"><rect
|
||||||
|
width="512" height="512"
|
||||||
|
rx="15%"
|
||||||
|
fill="#fff"/>
|
||||||
|
<path d="M158 167l32 106 31-106h85v11l-32 55c13 3 34 17 34 53 0 66-71 75-88 20l17-7c16 35 47 24 47-13 0-11-2-35-31-35h-9v-10l31-52h-38l-45 153h-2l-33-108-32 108h-2L71 167h22l32 106 21-71-10-35z" fill="#005a9c"/><path d="M424 174h-7v19h4v-8h3l4 8h4l-4-9c5-1 7-10-4-10zm0 8h-4v-6h4c5 0 6 6 0 6zM310 289c27 51 65 43 87 3l4 18c-24 45-71 44-90-21zm16-21c-27-54 19-141 57-76l13-26 3 22-13 25c-25-46-69-12-60 55z"/><circle cx="424" cy="184" r="16" fill="none" stroke="#000" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 637 B |
@@ -85,7 +85,7 @@
|
|||||||
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
|
'workato', 'sketch', 'vlc', 'google_maps','access', 'ethereum',
|
||||||
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava',
|
'opencast', 'stackexchange', 'qq', 'vegetarian', 'gogcom', 'strava',
|
||||||
'ko-fi', 'untappd', 'vivino', 'apereo', 'hackerone', 'imgur',
|
'ko-fi', 'untappd', 'vivino', 'apereo', 'hackerone', 'imgur',
|
||||||
'bitwarden', 'bandcamp', 'dribbble'
|
'bitwarden', 'bandcamp', 'dribbble', 'w3c'
|
||||||
];
|
];
|
||||||
|
|
||||||
var container = document.querySelector('.icons');
|
var container = document.querySelector('.icons');
|
||||||
|
Reference in New Issue
Block a user