Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 9 new icons and 1 updated icon and 4 removed icons #8687

Merged
merged 16 commits into from
May 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/potential-duplicates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
requesting
request
project
updated
outdated
brand
assets
for
from
state: all
threshold: 0.7
comment: |
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
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@v8/icons/[ICON SLUG].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v8/icons/[ICON SLUG].svg" />
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/[ICON SLUG].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v9/icons/[ICON SLUG].svg" />
```

Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:

```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v8/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v8/icons/simpleicons.svg" />
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v9/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v9/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.
Expand Down Expand Up @@ -154,6 +154,7 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg');
| [Drupal module](https://www.drupal.org/project/simple_icons) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/drupal-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/drupal.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/drupal.svg" alt="Drupal" align=left width=24 height=24></picture> | [Phil Wolstenholme](https://www.drupal.org/u/phil-wolstenholme) |
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/figma-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/figma.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/figma.svg" alt="Figma" align=left width=24 height=24></picture> | [@LitoMore](https://github.com/LitoMore) |
| [Flutter package](https://pub.dev/packages/simple_icons) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/flutter-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/flutter.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/flutter.svg" alt="Flutter" align=left width=24 height=24></picture> | [@jlnrrg](https://jlnrrg.github.io/) |
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/framer-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/framer.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/framer.svg" alt="Framer" align=left width=24 height=24></picture> | [@LitoMore](https://github.com/LitoMore) |
| [Hexo plugin](https://github.com/nidbCN/hexo-simpleIcons) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/hexo-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/hexo.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/hexo.svg" alt="Hexo" align=left width=24 height=24></picture> | [@nidbCN](https://github.com/nidbCN/) |
| [Home Assistant plugin](https://github.com/vigonotion/hass-simpleicons) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/homeassistant-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/homeassistant.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/homeassistant.svg" alt="Home Assistant" align=left width=24 height=24></picture> | [@vigonotion](https://github.com/vigonotion/) |
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/assets/readme/hugo-white.svg"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/hugo.svg"><img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/hugo.svg" alt="Hugo" align=left width=24 height=24></picture> | [@foo-dogsquared](https://github.com/foo-dogsquared) |
Expand Down
74 changes: 56 additions & 18 deletions _data/simple-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,11 +468,6 @@
"hex": "00A1E9",
"source": "https://gw.alipayobjects.com/os/rmsportal/trUJZfSrlnRCcFgfZGjD.ai"
},
{
"title": "Alitalia",
"hex": "006643",
"source": "https://www.alitalia.com/it_it/fly-alitalia/in-flight/ulisse-magazine.html"
},
{
"title": "Allegro",
"hex": "FF5A00",
Expand Down Expand Up @@ -672,6 +667,20 @@
"hex": "ED1C24",
"source": "https://www.amd.com/"
},
{
"title": "Ameba",
"hex": "2D8C3C",
"source": "https://ameblo.jp/",
"aliases": {
"aka": [
"Ameba Blog",
"Ameblo"
],
"loc": {
"ja-JP": "アメブロ"
}
}
},
{
"title": "American Airlines",
"hex": "0078D2",
Expand Down Expand Up @@ -2490,6 +2499,11 @@
"hex": "B5314C",
"source": "https://github.com/common-workflow-language/logo/blob/54b1624bc88df6730fa7b6c928a05fc9c939e47e/CWL-Logo-nofonts.svg"
},
{
"title": "Compiler Explorer",
"hex": "67C52A",
"source": "https://github.com/compiler-explorer/infra/blob/8d362efe7ddc24e6a625f7db671d0a6e7600e3c9/logo/icon/CompilerExplorer%20Logo%20Icon%20SVG.svg"
},
{
"title": "Composer",
"hex": "885630",
Expand Down Expand Up @@ -4222,6 +4236,11 @@
"hex": "3F54A3",
"source": "https://www.frontendmentor.io"
},
{
"title": "Frontify",
"hex": "2D3232",
"source": "https://brand.frontify.com/d/7WQZazaZFkMz/brand-guidelines-1#/visual/logo"
},
{
"title": "Fuga Cloud",
"hex": "242F4B",
Expand Down Expand Up @@ -6541,6 +6560,11 @@
"hex": "F44B21",
"source": "https://github.com/GoogleChrome/lighthouse/blob/80d2e6c1948f232ec4f1bdeabc8bc632fc5d0bfd/assets/lh_favicon.svg"
},
{
"title": "Lightning",
"hex": "792EE5",
"source": "https://github.com/Lightning-AI/lightning/blob/a584196abf820179adb0758ef67ddae91c44e7bc/docs/source/_static/images/icon.svg"
},
{
"title": "LINE",
"hex": "00C300",
Expand Down Expand Up @@ -6579,11 +6603,6 @@
"hex": "43E55E",
"source": "https://linktr.ee"
},
{
"title": "Linode",
"hex": "00A95C",
"source": "https://www.linode.com/company/press/"
},
{
"title": "Linux",
"hex": "FCC624",
Expand Down Expand Up @@ -7266,6 +7285,14 @@
"hex": "050038",
"source": "https://miro.com/"
},
{
"title": "Misskey",
"hex": "A1CA03",
"source": "https://misskey-hub.net/appendix/assets.html",
"license": {
"type": "CC-BY-NC-SA-4.0"
}
},
{
"title": "Mitsubishi",
"hex": "E60012",
Expand Down Expand Up @@ -7373,7 +7400,7 @@
"source": "https://www.monkey-tie.com"
},
{
"title": "MonoGames",
"title": "MonoGame",
"hex": "E73C00",
"source": "https://www.monogame.net"
},
Expand Down Expand Up @@ -7453,6 +7480,11 @@
"hex": "AC2E45",
"source": "https://commons.wikimedia.org/wiki/File:MTR_(logo_with_text).svg"
},
{
"title": "MUBI",
"hex": "000000",
"source": "https://mubi.com/"
},
{
"title": "MUI",
"aliases": {
Expand Down Expand Up @@ -8440,6 +8472,11 @@
"source": "https://www.patreon.com/brand/downloads",
"guidelines": "https://www.patreon.com/brand/downloads"
},
{
"title": "Payload CMS",
"hex": "000000",
"source": "https://payloadcms.com"
},
{
"title": "Payoneer",
"hex": "FF4800",
Expand Down Expand Up @@ -9292,11 +9329,6 @@
"source": "https://github.com/pytorch/pytorch.github.io/blob/8f083bd12192ca12d5e1c1f3d236f4831d823d8f/assets/images/logo.svg",
"guidelines": "https://github.com/pytorch/pytorch.github.io/blob/381117ec296f002b2de475402ef29cca6c55e209/assets/brand-guidelines/PyTorch-Brand-Guidelines.pdf"
},
{
"title": "PyTorch Lightning",
"hex": "792EE5",
"source": "https://github.com/PyTorchLightning/pytorch-lightning/blob/a584196abf820179adb0758ef67ddae91c44e7bc/docs/source/_static/images/icon.svg"
},
{
"title": "PyUp",
"hex": "9F55FF",
Expand Down Expand Up @@ -9866,8 +9898,8 @@
{
"title": "Roblox",
"hex": "000000",
"source": "https://corp.roblox.com/press-kit/",
"guidelines": "https://corp.roblox.com/wp-content/uploads/2021/03/Logo_Roblox.zip"
"source": "https://blog.roblox.com/wp-content/themes/roblox/img/Roblox_Logo_White.svg",
"guidelines": "https://en.help.roblox.com/hc/en-us/articles/115001708126-Roblox-Name-and-Logo-Community-Usage-Guidelines"
},
{
"title": "Roblox Studio",
Expand Down Expand Up @@ -11867,6 +11899,12 @@
"hex": "24A1C1",
"source": "https://traefik.io/traefik/"
},
{
"title": "Trailforks",
"hex": "FFCD00",
"source": "https://www.trailforks.com/about/graphics/",
"guidelines": "https://www.trailforks.com/about/graphics/"
},
{
"title": "TrainerRoad",
"hex": "DA291C",
Expand Down
1 change: 1 addition & 0 deletions assets/readme/framer-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/alitalia.svg

This file was deleted.

1 change: 1 addition & 0 deletions icons/ameba.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/compilerexplorer.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/frontify.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/lightning.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/linode.svg

This file was deleted.