forked from edent/SuperTinyIcons
Add NHS icon (#188)
* Add nhs icon * Add NHS logo and link to NHS Identity Guidelines * Add reference image links * Add reference image * Add Android version of NHS icon * Updated to shrinkify * NHS filesize * Update Android
This commit is contained in:
12
images/android-vector-drawable/nhs.xml
Normal file
12
images/android-vector-drawable/nhs.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M77,0L435,0A77,77 0,0 1,512 77L512,435A77,77 0,0 1,435 512L77,512A77,77 0,0 1,0 435L0,77A77,77 0,0 1,77 0z"
|
||||
android:fillColor="#005EB8"/>
|
||||
<path
|
||||
android:pathData="M448,333L448,178L64,178v155zM218,193l-26,125h-42l-26,-86 -18,86L75,318l27,-125h41l26,87 18,-87zM337,193l-26,125h-33l11,-54h-40l-11,54h-33l26,-125h33l-10,48h40l10,-48zM434,197l-8,24c-7,-3 -16,-5 -28,-5 -13,0 -24,2 -24,12 0,17 49,11 49,49 0,34 -33,43 -62,43 -13,0 -27,-3 -38,-7l8,-25c6,4 19,7 30,7s27,-2 27,-15c0,-19 -48,-12 -48,-47 0,-32 28,-42 55,-42 16,0 30,2 39,6"
|
||||
android:fillColor="#FFF"/>
|
||||
</vector>
|
@@ -138,3 +138,4 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/json.svg" width="256" /> | <img src="/images/reference/json.gif" width="256" /> | https://json.org/ |
|
||||
| <img src="/images/svg/linux.svg" width="256" /> | <img src="/images/reference/Classic_flat_look_v1.1.svg" width="256" /> | https://www.linuxfoundation.org/trademark-usage/ |
|
||||
| <img src="/images/svg/imdb.svg" width="256" /> | <img src="/images/reference/imdb.svg" width="256" /> | https://imdb.com/ |
|
||||
| <img src="/images/svg/nhs.svg" width="256" /> | <img src="/images/reference/nhs-logo-digital-space.jpg" width="256" /> | https://www.england.nhs.uk/nhsidentity/identity-guidelines/nhs-logo/ |
|
||||
|
BIN
images/reference/nhs-logo-digital-space.jpg
Normal file
BIN
images/reference/nhs-logo-digital-space.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
6
images/svg/nhs.svg
Normal file
6
images/svg/nhs.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label="NHS" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#005EB8"/><path fill="#FFF" d="M448 333V178H64v155zM218 193l-26 125h-42l-26-86-18 86H75l27-125h41l26 87 18-87zm119 0l-26 125h-33l11-54h-40l-11 54h-33l26-125h33l-10 48h40l10-48zm97 4l-8 24c-7-3-16-5-28-5-13 0-24 2-24 12 0 17 49 11 49 49 0 34-33 43-62 43-13 0-27-3-38-7l8-25c6 4 19 7 30 7s27-2 27-15c0-19-48-12-48-47 0-32 28-42 55-42 16 0 30 2 39 6"/></svg>
|
After Width: | Height: | Size: 492 B |
Reference in New Issue
Block a user