Skip to content

Commit

Permalink
Merge pull request #2982 from simple-icons/develop
Browse files Browse the repository at this point in the history
## New Icons

- Power BI (#2959)
- PagerDuty (#2970)
- RetroPie (#2957)
- GoFundMe (#2945)
- Coda (#2916)
- ASUS (#2904)
- Shanghai Metro (#2917)
- Guangzhou Metro (#2897)
- Moscow Metro (#2885)
- Métro de Paris (#2854)
- Checkmarx (#2941)
- Piwigo (#2958)
- Uploaded (#2921)
- RetroArch (#2936)
- Bentley (#2892)
- Moleculer (#2871)
- BT (#2893)
- Ghostery (#2935)
- Kofax (#2937)
- KDE (#2934)
- AppSignal (#2938)
- TUI (#2851)
- POWERS (#2809)

## Miscellaneous

- SVG paths can now use exponential notation (#2946)
- Update CDN URLs in the documentation (#2930)
  • Loading branch information
ericcornelissen committed Apr 26, 2020
2 parents 84a2e88 + 29fc42e commit bef3cd9
Show file tree
Hide file tree
Showing 33 changed files with 179 additions and 12 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,13 @@
name: "Automated releases"
on:
schedule:
# "At 00:00 on Sunday" (https://crontab.guru/once-a-week)
- cron: "0 0 * * 0"

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: simple-icons/release-action@master
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -65,7 +65,9 @@ There are many different tools for editing SVG files, some options include:

Using your preferred tool you should:

1. Isolate the icon from any text or extraneous items. Please also make sure that there are no overlapping paths by merging them.
1. Isolate the icon from any text or extraneous items.
1. Merge any overlapping paths.
1. Compound all paths into one.
1. Change the icon's viewbox/canvas/page size to 24x24.
1. Scale the icon to fit the viewbox, while preserving the icon's original proportions. This means the icon should be touching at least two sides of the viewbox.
1. Center the icon horizontally and vertically.
Expand Down
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -15,20 +15,22 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.

### CDN Usage

Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following:

```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/[ICON NAME].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/[ICON NAME].svg" />
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/[ICON NAME].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v2/icons/[ICON NAME].svg" />
```

Where `[ICON NAME]` is replaced by the icon name, for example:

```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/simpleicons.svg" />
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v2/icons/simpleicons.svg" />
```

These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed.

### Node Usage

The icons are also available through our npm package. To install, simply run:
Expand Down
125 changes: 125 additions & 0 deletions _data/simple-icons.json
Expand Up @@ -485,6 +485,11 @@
"hex": "000000",
"source": "https://commons.wikimedia.org/wiki/File:AppleTV.svg"
},
{
"title": "AppSignal",
"hex": "21375A",
"source": "https://appsignal.com/"
},
{
"title": "AppVeyor",
"hex": "00B3E0",
Expand Down Expand Up @@ -545,6 +550,11 @@
"hex": "DB3552",
"source": "https://ask.fm/"
},
{
"title": "ASUS",
"hex": "000000",
"source": "https://www.asus.com/"
},
{
"title": "AT&T",
"hex": "00A8E0",
Expand Down Expand Up @@ -725,6 +735,11 @@
"hex": "004A9D",
"source": "https://commons.wikimedia.org/wiki/File:Beijing_Subway_logo.svg"
},
{
"title": "Bentley",
"hex": "333333",
"source": "https://en.wikipedia.org/wiki/File:Bentley_logo.svg"
},
{
"title": "Big Cartel",
"hex": "222222",
Expand Down Expand Up @@ -860,6 +875,11 @@
"hex": "CC092F",
"source": "https://en.wikipedia.org/wiki/Broadcom_Inc"
},
{
"title": "BT",
"hex": "6400AA",
"source": "https://www.bt.com/"
},
{
"title": "Buddy",
"hex": "1A86FD",
Expand Down Expand Up @@ -1000,6 +1020,11 @@
"hex": "117ACA",
"source": "https://commons.wikimedia.org/wiki/File:Chase_logo_2007.svg"
},
{
"title": "Checkmarx",
"hex": "54B848",
"source": "https://www.checkmarx.com/resources/datasheets/"
},
{
"title": "Chef",
"hex": "F09820",
Expand Down Expand Up @@ -1120,6 +1145,11 @@
"hex": "EE3322",
"source": "https://github.com/CocoaPods/shared_resources"
},
{
"title": "Coda",
"hex": "F46A54",
"source": "https://coda.io/"
},
{
"title": "Codacy",
"hex": "222F29",
Expand Down Expand Up @@ -1925,6 +1955,11 @@
"hex": "000000",
"source": "http://flask.pocoo.org/community/logos/"
},
{
"title": "Flathub",
"hex": "4A86CF",
"source": "https://flathub.org/"
},
{
"title": "Flattr",
"hex": "000000",
Expand Down Expand Up @@ -2095,6 +2130,11 @@
"hex": "738A94",
"source": "https://ghost.org/design"
},
{
"title": "Ghostery",
"hex": "00BAF2",
"source": "https://www.ghostery.com/"
},
{
"title": "GIMP",
"hex": "5C5543",
Expand Down Expand Up @@ -2200,6 +2240,11 @@
"hex": "478CBF",
"source": "https://godotengine.org/themes/godotengine/assets/download/godot_logo.svg"
},
{
"title": "GoFundMe",
"hex": "00B964",
"source": "https://www.gofundme.com/"
},
{
"title": "GOG.com",
"hex": "86328A",
Expand Down Expand Up @@ -2435,6 +2480,11 @@
"hex": "FBA919",
"source": "https://github.com/gruntjs/gruntjs.com/tree/master/src/media"
},
{
"title": "Guangzhou Metro",
"hex": "C51935",
"source": "https://commons.wikimedia.org/wiki/File:Guangzhou_Metro_logo.svg"
},
{
"title": "Gulp",
"hex": "DA4648",
Expand Down Expand Up @@ -2995,6 +3045,11 @@
"hex": "000000",
"source": "https://www.foundry.com/products/katana"
},
{
"title": "KDE",
"hex": "1D99F3",
"source": "https://kde.org/stuff/clipart.php"
},
{
"title": "KeePassXC",
"hex": "6CAC4D",
Expand Down Expand Up @@ -3085,6 +3140,11 @@
"hex": "00B057",
"source": "https://koding.com/About"
},
{
"title": "Kofax",
"hex": "00558C",
"source": "https://www.kofax.com/styleguide/logos"
},
{
"title": "Kotlin",
"hex": "0095D5",
Expand Down Expand Up @@ -3515,6 +3575,11 @@
"hex": "DE4F4F",
"source": "http://logo.meteorapp.com/"
},
{
"title": "Métro de Paris",
"hex": "003E95",
"source": "https://www.ratp.fr/"
},
{
"title": "micro:bit",
"hex": "00ED00",
Expand Down Expand Up @@ -3665,6 +3730,11 @@
"hex": "DB1F29",
"source": "https://www.mojang.com/"
},
{
"title": "Moleculer",
"hex": "3CAFCE",
"source": "https://moleculer.services/"
},
{
"title": "Monero",
"hex": "FF6600",
Expand Down Expand Up @@ -3700,6 +3770,11 @@
"hex": "00945E",
"source": "https://www.moo.com/uk/about/press.html"
},
{
"title": "Moscow Metro",
"hex": "D9232E",
"source": "https://mosmetro.ru/"
},
{
"title": "Mozilla",
"hex": "000000",
Expand All @@ -3720,6 +3795,11 @@
"hex": "0039A6",
"source": "https://mta.info/"
},
{
"title": "MTR",
"hex": "AC2E45",
"source": "https://commons.wikimedia.org/wiki/File:MTR_(logo_with_text).svg"
},
{
"title": "MuseScore",
"hex": "1A70B8",
Expand Down Expand Up @@ -4085,6 +4165,11 @@
"hex": "212121",
"source": "https://pagekit.com/logo-guide"
},
{
"title": "PagerDuty",
"hex": "06AC38",
"source": "https://www.pagerduty.com/brand/"
},
{
"title": "PagSeguro",
"hex": "FFC801",
Expand Down Expand Up @@ -4215,6 +4300,11 @@
"hex": "517A9E",
"source": "https://www.pivotaltracker.com/branding-guidelines"
},
{
"title": "Piwigo",
"hex": "FF7700",
"source": "https://github.com/Piwigo/piwigodotorg/blob/6edb840c16257314caec770a9a51f67ef81836e4/images/piwigo.org.svg"
},
{
"title": "Pixabay",
"hex": "2EC66D",
Expand Down Expand Up @@ -4355,6 +4445,16 @@
"hex": "50FA7B",
"source": "https://github.com/liyasthomas/postwoman"
},
{
"title": "Power BI",
"hex": "F2C811",
"source": "https://powerbi.microsoft.com/en-us/"
},
{
"title": "POWERS",
"hex": "D21F3C",
"source": "https://www.powerswhiskey.com/"
},
{
"title": "PowerShell",
"hex": "5391FE",
Expand Down Expand Up @@ -4665,6 +4765,16 @@
"hex": "00CCBB",
"source": "https://c5.rgstatic.net/m/428059296771819/images/favicon/favicon.svg"
},
{
"title": "RetroArch",
"hex": "000000",
"source": "https://github.com/libretro/RetroArch/blob/b01aabf7d1f025999ad0f7812e6e6816d011e631/media/retroarch.svg"
},
{
"title": "RetroPie",
"hex": "CC0000",
"source": "https://github.com/RetroPie/RetroPie-Docs/blob/c4e882bd2c9d740c591ff346e07a4a4cb536ca93/images/logo.svg"
},
{
"title": "ReverbNation",
"hex": "E43526",
Expand Down Expand Up @@ -4885,6 +4995,11 @@
"hex": "FD5750",
"source": "https://serverless.com/"
},
{
"title": "Shanghai Metro",
"hex": "EC1C24",
"source": "https://en.wikipedia.org/wiki/File:Shanghai_Metro_Full_Logo.svg"
},
{
"title": "Shazam",
"hex": "0088FF",
Expand Down Expand Up @@ -5650,6 +5765,11 @@
"hex": "303030",
"source": "https://tio.run/"
},
{
"title": "TUI",
"hex": "70CBF4",
"source": "https://www.tuiholidays.ie/"
},
{
"title": "Tumblr",
"hex": "36465D",
Expand Down Expand Up @@ -5780,6 +5900,11 @@
"hex": "3930D8",
"source": "https://www.uplabs.com/"
},
{
"title": "Uploaded",
"hex": "0E70CB",
"source": "https://www.uploaded.net"
},
{
"title": "Upwork",
"hex": "6FDA44",
Expand Down
1 change: 1 addition & 0 deletions icons/appsignal.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/asus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bef3cd9

Please sign in to comment.