simple-icons 12.3.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/VERSIONING.md +2 -2
- package/_data/simple-icons.json +106 -456
- package/icons/1dot1dot1dot1.svg +1 -0
- package/icons/autocannon.svg +1 -0
- package/icons/beekeeperstudio.svg +1 -0
- package/icons/chromewebstore.svg +1 -0
- package/icons/gitforwindows.svg +1 -0
- package/icons/gusto.svg +1 -0
- package/icons/hyprland.svg +1 -0
- package/icons/koenigsegg.svg +1 -0
- package/icons/librewolf.svg +1 -0
- package/icons/mintlify.svg +1 -0
- package/icons/moq.svg +1 -0
- package/icons/organicmaps.svg +1 -0
- package/icons/plume.svg +1 -0
- package/icons/primeng.svg +1 -0
- package/icons/primereact.svg +1 -0
- package/icons/redsys.svg +1 -0
- package/icons/renovate.svg +1 -0
- package/icons/suno.svg +1 -0
- package/icons/techcrunch.svg +1 -0
- package/icons/trivago.svg +1 -0
- package/icons/wykop.svg +1 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/icons/azureartifacts.svg +0 -1
- package/icons/azuredataexplorer.svg +0 -1
- package/icons/azuredevops.svg +0 -1
- package/icons/azurefunctions.svg +0 -1
- package/icons/azurepipelines.svg +0 -1
- package/icons/csharp.svg +0 -1
- package/icons/daimler.svg +0 -1
- package/icons/dataverse.svg +0 -1
- package/icons/designernews.svg +0 -1
- package/icons/docusign.svg +0 -1
- package/icons/dynamics365.svg +0 -1
- package/icons/googledomains.svg +0 -1
- package/icons/googlehangouts.svg +0 -1
- package/icons/googlemybusiness.svg +0 -1
- package/icons/googleoptimize.svg +0 -1
- package/icons/googlepodcasts.svg +0 -1
- package/icons/ibm.svg +0 -1
- package/icons/ibmcloud.svg +0 -1
- package/icons/ibmwatson.svg +0 -1
- package/icons/internetexplorer.svg +0 -1
- package/icons/microsoft.svg +0 -1
- package/icons/microsoftacademic.svg +0 -1
- package/icons/microsoftaccess.svg +0 -1
- package/icons/microsoftazure.svg +0 -1
- package/icons/microsoftbing.svg +0 -1
- package/icons/microsoftedge.svg +0 -1
- package/icons/microsoftexcel.svg +0 -1
- package/icons/microsoftexchange.svg +0 -1
- package/icons/microsoftonedrive.svg +0 -1
- package/icons/microsoftonenote.svg +0 -1
- package/icons/microsoftoutlook.svg +0 -1
- package/icons/microsoftpowerpoint.svg +0 -1
- package/icons/microsoftsharepoint.svg +0 -1
- package/icons/microsoftsqlserver.svg +0 -1
- package/icons/microsoftstore.svg +0 -1
- package/icons/microsoftteams.svg +0 -1
- package/icons/microsofttranslator.svg +0 -1
- package/icons/microsoftvisio.svg +0 -1
- package/icons/microsoftword.svg +0 -1
- package/icons/minecraft.svg +0 -1
- package/icons/mojangstudios.svg +0 -1
- package/icons/playwright.svg +0 -1
- package/icons/powerapps.svg +0 -1
- package/icons/powerautomate.svg +0 -1
- package/icons/powerbi.svg +0 -1
- package/icons/powerfx.svg +0 -1
- package/icons/powerpages.svg +0 -1
- package/icons/powershell.svg +0 -1
- package/icons/powervirtualagents.svg +0 -1
- package/icons/renovatebot.svg +0 -1
- package/icons/skype.svg +0 -1
- package/icons/skypeforbusiness.svg +0 -1
- package/icons/visualbasic.svg +0 -1
- package/icons/visualstudio.svg +0 -1
- package/icons/visualstudioappcenter.svg +0 -1
- package/icons/visualstudiocode.svg +0 -1
- package/icons/windows.svg +0 -1
- package/icons/windows10.svg +0 -1
- package/icons/windows11.svg +0 -1
- package/icons/windows95.svg +0 -1
- package/icons/windowsterminal.svg +0 -1
- package/icons/windowsxp.svg +0 -1
- package/icons/xamarin.svg +0 -1
- package/icons/xaml.svg +0 -1
- package/icons/xbox.svg +0 -1
- package/icons/yammer.svg +0 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
3
3
|
<h3 align="center">Simple Icons</h3>
|
|
4
4
|
<p align="center">
|
|
5
|
-
Over
|
|
5
|
+
Over 3200 Free SVG icons for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub.</p>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
@@ -29,15 +29,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
|
|
|
29
29
|
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:
|
|
30
30
|
|
|
31
31
|
```html
|
|
32
|
-
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@
|
|
33
|
-
<img height="32" width="32" src="https://unpkg.com/simple-icons@
|
|
32
|
+
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/[ICON SLUG].svg" />
|
|
33
|
+
<img height="32" width="32" src="https://unpkg.com/simple-icons@v13/icons/[ICON SLUG].svg" />
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:
|
|
37
37
|
|
|
38
38
|
```html
|
|
39
|
-
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@
|
|
40
|
-
<img height="32" width="32" src="https://unpkg.com/simple-icons@
|
|
39
|
+
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/simpleicons.svg" />
|
|
40
|
+
<img height="32" width="32" src="https://unpkg.com/simple-icons@v13/icons/simpleicons.svg" />
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
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.
|
|
@@ -75,7 +75,7 @@ You can use a `viewbox=auto` parameter to get a auto-sized viewbox. This is usef
|
|
|
75
75
|
<img height="20" src="https://cdn.simpleicons.org/awesomelists?viewbox=auto" />
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
78
|
+
### Node Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
79
79
|
|
|
80
80
|
The icons are also available through our npm package. To install, simply run:
|
|
81
81
|
|
|
@@ -126,7 +126,7 @@ If you need to iterate over all icons, use:
|
|
|
126
126
|
import * as icons from 'simple-icons';
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
129
|
+
#### TypeScript Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/typescript.svg" alt="Typescript" align=left width=19 height=19>
|
|
130
130
|
|
|
131
131
|
Type definitions are bundled with the package.
|
|
132
132
|
|
|
@@ -134,7 +134,7 @@ Type definitions are bundled with the package.
|
|
|
134
134
|
import type { SimpleIcon } from 'simple-icons';
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
137
|
+
### PHP Usage <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
138
138
|
|
|
139
139
|
The icons are also available through our Packagist package. To install, simply run:
|
|
140
140
|
|
|
@@ -162,14 +162,14 @@ The below are known extensions to third-party tools.
|
|
|
162
162
|
|
|
163
163
|
| Extension | Author |
|
|
164
164
|
| :- | :- |
|
|
165
|
-
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
166
|
-
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
167
|
-
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
168
|
-
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
169
|
-
| [Miro app](https://miro.com/marketplace/brand-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
170
|
-
| [Raycast extension](https://www.raycast.com/litomore/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
171
|
-
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
172
|
-
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
165
|
+
| [Blender add-on](https://github.com/mondeja/simple-icons-blender) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/blender.svg" alt="Blender" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
166
|
+
| [Boxy SVG library](https://boxy-svg.com/ideas/298/simple-icons-library-provider) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/boxysvg.svg" alt="Boxy SVG" align=left width=24 height=24> | [@Jarek](https://boxy-svg.com/profiles/0000000000/jarek) |
|
|
167
|
+
| [Drawio library](https://github.com/mondeja/simple-icons-drawio) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/diagramsdotnet.svg" alt="Drawio" align=left width=24 height=24> | [@mondeja](https://github.com/mondeja) |
|
|
168
|
+
| [Figma plugin](https://www.figma.com/community/plugin/1149614463603005908/Simple-Icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/figma.svg" alt="Figma" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
169
|
+
| [Miro app](https://miro.com/marketplace/brand-icons/) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/miro.svg" alt="Miro" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
170
|
+
| [Raycast extension](https://www.raycast.com/litomore/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/raycast.svg" alt="Raycast" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |
|
|
171
|
+
| [Stream Deck icon pack](https://github.com/mackenly/simple-icons-stream-deck) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/elgato.svg" alt="Stream Deck" align=left width=24 height=24> | [@mackenly](https://github.com/mackenly) |  |  |
|
|
172
|
+
| [Webflow app](https://webflow.com/apps/detail/simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/webflow.svg" alt="Webflow" align=left width=24 height=24> | [@diegoliv](https://github.com/diegoliv) |
|
|
173
173
|
|
|
174
174
|
Maintain an extension? [Submit a PR][open-pr] to include it in the list above.
|
|
175
175
|
|
|
@@ -179,17 +179,17 @@ The below are known third-party libraries for use in your own projects. We only
|
|
|
179
179
|
|
|
180
180
|
| Library | Author | License | Simple Icons Version |
|
|
181
181
|
| :-- | :-- | :-: | :-: |
|
|
182
|
-
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
183
|
-
| [Flutter package](https://github.com/jlnrrg/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
184
|
-
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
185
|
-
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
186
|
-
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
187
|
-
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
188
|
-
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
189
|
-
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
190
|
-
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
191
|
-
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
192
|
-
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/
|
|
182
|
+
| [Blazor Nuget package](https://github.com/TimeWarpEngineering/timewarp-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/blazor.svg" alt="Blazor" align=left width=24 height=24> | [@TimeWarpEngineering](https://github.com/TimeWarpEngineering) |  |  |
|
|
183
|
+
| [Flutter package](https://github.com/jlnrrg/simple_icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/flutter.svg" alt="Flutter" align=left width=24 height=24> | [@jlnrrg](https://github.com/jlnrrg) |  | 
|
|
184
|
+
| [Framer component](https://github.com/LitoMore/simple-icons-framer) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/framer.svg" alt="Framer" align=left width=24 height=24> | [@LitoMore](https://github.com/LitoMore) |  |  |
|
|
185
|
+
| [Hugo module](https://github.com/foo-dogsquared/hugo-mod-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/hugo.svg" alt="Hugo" align=left width=24 height=24> | [@foo-dogsquared](https://github.com/foo-dogsquared) |  |  |
|
|
186
|
+
| [Kirby plugin](https://github.com/runxel/kirby3-simpleicons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/kirby.svg" alt="Kirby" align=left width=24 height=24> | [@runxel](https://github.com/runxel) |  |  |
|
|
187
|
+
| [LaTeX package](https://github.com/ineshbose/simple-icons-latex) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/latex.svg" alt="LaTeX" align=left width=24 height=24> | [@ineshbose](https://github.com/ineshbose) |  |  |
|
|
188
|
+
| [Laravel package](https://github.com/ublabs/blade-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/laravel.svg" alt="Laravel" align=left width=24 height=24> | [@adrian-ub](https://github.com/adrian-ub) |  |  |
|
|
189
|
+
| [React package](https://github.com/icons-pack/react-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/react.svg" alt="React" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
190
|
+
| [Ruby gem](https://rubygems.org/gems/simple-icons-rails) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/rubygems.svg" alt="Ruby" align=left width=24 height=24> | [@thepew](https://github.com/the-pew-inc) |  |  |
|
|
191
|
+
| [Svelte package](https://github.com/icons-pack/svelte-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/svelte.svg" alt="Svelte" align=left width=24 height=24> | [@wootsbot](https://github.com/wootsbot) |  |  |
|
|
192
|
+
| [Vue 3 package](https://github.com/wyatt-herkamp/vue3-simple-icons) <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/13.0.0/icons/vuedotjs.svg" alt="Vue" align=left width=24 height=24> | [@wyatt-herkamp](https://github.com/wyatt-herkamp) |  |  |
|
|
193
193
|
|
|
194
194
|
Maintain a library? [Submit a PR][open-pr] to include it in the list above.
|
|
195
195
|
|
package/VERSIONING.md
CHANGED
|
@@ -6,8 +6,8 @@ For Simple Icons, given a change to the version number you can expect the follow
|
|
|
6
6
|
|
|
7
7
|
| Version number increase | Kinds of changes |
|
|
8
8
|
| :---- | :---- |
|
|
9
|
-
| _Major_ | Removed icons;
|
|
10
|
-
| _Minor_ | New icons; API changes |
|
|
9
|
+
| _Major_ | Removed icons; Slug changed icons; Breaking API changes |
|
|
10
|
+
| _Minor_ | New icons; Title changed icons; API changes |
|
|
11
11
|
| _Patch_ | Updated SVGs; Updated metadata |
|
|
12
12
|
|
|
13
13
|
## Release Schedule
|