SVG icons for popular brands

Overview

Simple IconsSimple Icons

Simple Icons

Over 2200 Free SVG icons for popular brands. See them all on one page at SimpleIcons.org. Contributions, corrections & requests can be made on GitHub.

Build status NPM version Build status

Number of icons currently in the library Backers and sponsors on Open Collective

Usage

ℹ️ We ask that all users read our legal disclaimer before using icons from Simple Icons.

General Usage

Icons can be downloaded as SVGs directly from our website - simply click the icon you want, and the download should start automatically.

CDN Usage

Icons can be served from a CDN such as JSDelivr or Unpkg. Simply use the simple-icons npm package and specify a version in the URL like the following:

<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/[ICON SLUG].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v7/icons/[ICON SLUG].svg" />

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

<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v7/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 NodeNode

The icons are also available through our npm package. To install, simply run:

npm install simple-icons

All icons are imported from a single file, where [ICON SLUG] is replaced by a capitalized slug. We highly recommend using a bundler that can tree shake such as webpack to remove the unused icon code:

// Import a specific icon by its slug as:
// import { si[ICON SLUG] } from 'simple-icons/icons'

// For example:
// use import/esm to allow tree shaking
import { siSimpleicons } from 'simple-icons/icons';
// or with require/cjs
const { siSimpleicons } = require('simple-icons/icons');

It will return an icon object:

console.log(siSimpleicons);

/*
{
    title: 'Simple Icons',
    slug: 'simpleicons',
    hex: '111111',
    source: 'https://simpleicons.org/',
    svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>',
    path: 'M12 12v-1.5c-2.484 ...',
    guidelines: 'https://simpleicons.org/styleguide',
    license: {
        type: '...',
        url: 'https://example.com/'
    }
}

NOTE: the `guidelines` entry will be `undefined` if we do not yet have guidelines for the icon.
NOTE: the `license` entry will be `undefined` if we do not yet have license data for the icon.
*/

TypeScript Usage TypescriptTypescript

Type definitions are bundled with the package.

PHP Usage PhpPhp

The icons are also available through our Packagist package. To install, simply run:

composer require simple-icons/simple-icons

The package can then be used as follows, where [ICON SLUG] is replaced by a slug:

<?php
// Import a specific icon by its slug as:
echo file_get_contents('path/to/package/icons/[ICON SLUG].svg');

// For example:
echo file_get_contents('path/to/package/icons/simpleicons.svg');

// <svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">...</svg>
?>

Third-Party Extensions

Extension Author
AngularAngular Angular Module @avmaisak
BlenderBlender Blender add-on @mondeja
DrawioDrawio Drawio library @mondeja
DrupalDrupal Drupal module Phil Wolstenholme
FlutterFlutter Flutter package @jlnrrg
HexoHexo Hexo plugin @nidbCN
Home AssistantHome Assistant Home Assistant plugin @vigonotion
HugoHugo Hugo module @foo-dogsquared
OpenJDKOpenJDK Java library @silentsoft
Jetpack ComposeJetpack Compose Jetpack Compose library @devsrsouza
KirbyKirby Kirby plugin @runxel
LaravelLaravel Laravel Package @adrian-ub
PythonPython Python package @sachinraja
ReactReact React package @wootsbot
SvelteSvelte Svelte package @wootsbot
VueVue Vue package @noahlitvin
WordpressWordpress WordPress plugin @tjtaylo

Contribute

Good first issues open

Information describing how to contribute can be found here:

https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md

Comments
  • The Great 2020 Icon Review

    The Great 2020 Icon Review

    As brought to light recently by @davidjb (mostly) and myself, we have quite a number of icons in our library with one or more imperfections from the following list:

    • They do not fit the canvas
    • Their level of precision may be too high
    • They are not perfectly centred on the canvas

    It's going to be a fairly hefty job getting all these fixed so we'd like to appeal to the members of our community to help us out if they can by taking on one or more of these icons for review on all 3 points above. (We know, example, that there are 76 icons on the first list that are also not perfectly centred on the canvas.)

    To avoid having people working at cross-purposes on the same icons, if you are reviewing one, please either check it off the list or leave a comment. Also, so that this issue doesn't become cluttered with comments, if an icon warrants further discussion, please keep that discussion to the icon's PR, or create an issue for it.

    After you fixed an icon, please run SI_UPDATE_IGNORE=true npm run svglint to update the list of icons that is ignored by the SVG linter so that the icon you fixed won't be excluded in the future.

    Icons that don't fit the canvas (#3107)

    • [x] 500px - #3312
    • [x] ABB RobotStudio - #3961
    • [x] Accusoft - #3751
    • [x] Airbnb - #3874
    • [x] Airbus - #3962
    • [x] AirPlay Audio - #3963
    • [x] Amazon - #3619
    • [x] Amazon Lumberyard - #3964
    • [x] Anaconda - #3965
    • [x] Android Studio - #3802
    • [x] AngelList - #3966
    • [x] Angular - #3814
    • [x] Apache - #3967
    • [x] Apache Cassandra - #3968
    • [x] Apache OpenOffice - #3969
    • [x] Apple - #3970
    • [x] Apple Music - #3971
    • [x] Apple Pay - #3972
    • [x] ARCHICAD - #3327
    • ~~arXiv - #3973~~
    • [x] AT&T - #3980
    • [x] Atlassian - #3872
    • [x] Audiomack - #3981
    • [x] Automatic - #3982
    • [x] Awesome Lists - #3783
    • [x] Azure Functions - #3983
    • [x] Baidu - #3984
    • [x] Bamboo - #3992
    • [x] Bath ASU - #3993
    • [x] Beatport - #3994
    • [x] Beats - #3995
    • [x] Beats by Dre - #3996
    • [x] Behance - #3997
    • [x] Bitrise - #3998
    • [x] BMC Software - #3999
    • [x] Boeing - #4000
    • [x] Boost - #4001
    • [x] Brand.ai - #4002
    • [x] Buddy - #4003
    • [x] Buffer - #4004
    • [x] C - #3868
    • [x] Cinema 4D - #4005
    • [x] Cirrus CI - #4006
    • [x] CloudBees - #4007
    • [x] Clyp - #4008
    • [x] CodeChef - #4009
    • [x] Codecov - #3642
    • [x] CodeIgniter - #4010
    • [x] Codeship - #4011
    • [x] Codewars - #4012
    • [x] CoffeeScript - #3737
    • [x] Common Workflow Language - #4013
    • [x] Composer - #4014
    • [x] ComproPago - #4015
    • [x] Coursera - #4016
    • [x] C++ - #3869
    • [x] CSS Wizardry - #4017
    • [x] curl - #3818
    • [x] Dash - #4018
    • [x] Dassault Systèmes - #4019
    • [x] Datadog - #4020
    • [x] dblp - #4021
    • [x] Debian - #3809
    • [x] Deno - #3738
    • [x] Dependabot - #4022
    • [x] Diaspora - #4023
    • [x] Disroot - #4024
    • [x] Django - #3739
    • [x] DLNA - #4025
    • [x] Draugiem.lv - #4026
    • [x] Drupal - #4027
    • [x] Dunked - #4028
    • [x] Dynatrace - #4029
    • [x] Eclipse IDE - #3803
    • [x] Elastic - #4030
    • [x] Elastic Cloud - #4031
    • [x] Elasticsearch - #4032
    • [x] Elastic Stack - #4033
    • [x] Electron - #4034
    • [x] Elixir - #4035
    • ~~Emlakjet - #4036~~
    • [x] Empire Kred - #4037
    • [x] Envato - #4038
    • [x] Eventbrite - #4039
    • [x] EVRY - #4040
    • [x] F-Secure - #4041
    • [x] Facebook - #3856
    • [x] FACEIT - #4042
    • [x] Fandom - #4043
    • [x] Favro - #4044
    • [x] FeatHub - #4045
    • [x] Fedora - #3656
    • [x] FedRAMP - #4046
    • [x] Feedly - #4047
    • [x] Ferrari - #3759
    • [x] FileZilla - #4048
    • [x] Firebase - #3620
    • [x] Firefox Browser - #3622
    • [x] Flask - #3740
    • [x] Flutter - #3627
    • [x] freedesktop.org - #4049
    • [x] Fur Affinity - #2979
    • [x] Garmin - #4445
    • [x] Gatsby - #3848
    • [x] Genius - #4050
    • [x] Gentoo - #3810
    • [x] GIMP - #4051
    • [x] Gitea - #4052
    • [x] GitLab - #3621
    • [x] Glitch - #4053
    • [x] GNOME - #3811
    • [x] GNU - #3866
    • [x] GNU IceCat - #4054
    • [x] Godot Engine - #4055
    • [x] GoldenLine - #4056
    • [x] Goodreads - #4057
    • [x] Google Cardboard - #4058
    • [x] Google Nearby - #4059
    • [x] GOV.UK - #4060
    • [x] Gradle - #4061
    • [x] Grafana - #4062
    • [x] GreenSock - #4063
    • [x] Gumtree - #4064
    • [x] HackerEarth - #4065
    • [x] Haskell - #4066
    • [x] Helm - #4067
    • [x] HERE - #4068
    • [x] Hexo - #4069
    • [x] homify - #4070
    • [x] Honda - #3760
    • [x] Huawei - #3826
    • [x] HubSpot - #3625
    • [x] Hulu - #3832
    • [x] Humble Bundle - #4071
    • [x] Iata - #4072
    • [x] iCloud - #4073
    • [x] ICON - #4074
    • [x] ICQ - #4075
    • [x] Indeed - #4076
    • [x] Itch.io - ~~#4077~~ #4374
    • [x] iTunes - #3833
    • [x] Jenkins - #3749
    • [x] Jinja - #4078
    • [x] jQuery - #3815
    • [x] JSON - #3643
    • [x] Jupyter - #3170
    • [x] Just Eat - #3390
    • [x] KaiOS - #4079
    • [x] Kentico - #4080
    • [x] Keybase - #4081
    • [x] Kibana - #4082
    • [x] Laravel - #3849
    • [x] Last.fm - #4083
    • [x] LaTeX - #3865
    • [x] LeetCode - #4084
    • [x] LG - #3827
    • [x] LibraryThing - #4085
    • [x] LineageOS - #4086
    • [x] Linode - #4087
    • [x] Linux - #3657
    • [x] LLVM - #4088
    • [x] Lumen - #3850
    • [x] Magisk - #4096
    • [x] Mail.Ru - #4097
    • [x] Markdown - #3643
    • [x] Mastodon - #4098
    • [x] Mathworks - #4099
    • [x] McAfee - #4100
    • [x] Meetup - #4101
    • [x] Mendeley - #4102
    • [x] Messenger - #3857
    • [x] Microsoft Office - #4103
    • [x] MicroStrategy - #4104
    • [x] Minds - #4105
    • ~~Mixer - #4106~~
    • [x] Myspace - #3858
    • [x] NEC - #4107
    • [x] Netflix - #3669
    • [x] Netlify - #4108
    • ~~New York Times - #4109~~
    • [x] Next.js - #3688
    • [x] Nextdoor - #4110
    • [x] NFC - #4111
    • [x] Nintendo GameCube - #3774
    • [x] Nokia - #3828
    • [x] Notist - #4112
    • [x] NuGet - #4113
    • [x] Nutanix - #4114
    • [x] Nuxt.js - #3687
    • [x] OCaml - #4155
    • [x] Octave - #4157
    • [x] Odnoklassniki - #4158
    • [x] Open Access - #4159
    • [x] Open Collective - #4160
    • [x] Origin - #4161
    • [x] Overleaf - #4162
    • [x] Palo Alto Software - #4163
    • [x] Pantheon - #4164
    • [x] Parse.ly - #4165
    • [x] Pastebin - #3786
    • [x] Patreon - #4166
    • [x] Pi-hole - #4167
    • [x] Piwigo - #4168
    • [x] Platzi - #4169
    • [x] PlayStation - #3775
    • [x] PlayStation 3 - #3776
    • [x] PlayStation 4 - #3777
    • [x] Plurk - #4170
    • ~~pre-commit~~
    • [x] Prismic - #4171
    • [x] protocols.io - #4172
    • [x] ProtonMail - #4173
    • [x] PureScript - #4174
    • [x] PyTorch - #3819
    • [x] Quarkus - #4175
    • [x] Quest - #4176
    • [x] Qzone - #4177
    • [x] RadioPublic - #4178
    • [x] Read the Docs - #4179
    • [x] Reason Studios - #4180
    • [x] Redux - #3742
    • [x] Renren - #4181
    • [x] Rhinoceros - #4182
    • [x] Riseup - #4183
    • [x] rollup.js - #3685
    • [x] Ruby on Rails - #3686
    • [x] Runkeeper - #4184
    • [x] Rust - #3820
    • [x] Salesforce - #4185
    • [x] Sat.1 - #4186
    • [x] Sentry - #4187
    • [x] Siemens - #4188
    • [x] Skillshare - #4189
    • [x] Socket.io - #4190
    • [x] SonarLint - #4191
    • [x] SonicWall - #4192
    • [x] Source Engine - #4193
    • [x] SparkFun - #4194
    • [x] Speaker Deck - #4446
    • [x] Spring - #4195
    • [x] Sprint - #4196
    • ~~Squarespace~~
    • [x] Stackbit - #4197
    • [x] StackPath - #4198
    • [x] Statamic - #4199
    • [x] Staticman - #4200
    • [x] Steem - #4201
    • [x] Steemit - #4202
    • [x] Steinberg - #4203
    • ~~Storify - #4204~~
    • [x] Storybook - #3746
    • [x] Strapi - #3747
    • [x] strongSwan - #4214
    • [x] Stylus - #4215
    • [x] Sublime Text - #4216
    • [x] Super User - #4217
    • [x] Svelte - #4218
    • [x] Swarm - #4219
    • [x] Synology - #4220
    • [x] Telegram - #4221
    • [x] Tencent Weibo - #4222
    • [x] Terraform - #4223
    • [x] The Register - #4224
    • [x] Threema - #4225
    • [x] Topcoder - #4226
    • [x] TrainerRoad - #4227
    • [x] Travis CI- #3748
    • [x] Treehouse - #4228
    • [x] Twitter - #3860
    • [x] Ubisoft - #3778
    • [x] Udacity - #4229
    • [x] Udemy - #3877
    • [x] Vagrant - #4230
    • [x] Veeam - #4231
    • [x] Vimeo - #3668
    • [x] Vine - #3835
    • [x] Visual Studio - #3805
    • [x] VLC media player - #4232
    • [x] Vulkan - #4233
    • [x] webcomponents.org - #4234
    • [x] Webmin - #4235
    • [x] Webpack - #3683
    • [x] WeChat - #4236
    • [x] Windows 95 - #4237
    • [x] Wolfram Language - #4238
    • [x] X-Pack - #4239
    • [x] XAML - #4240
    • [x] Xcode - #3806
    • [x] XFCE - #4241
    • [x] Yelp - #4242
    • [x] YouTube - #3667
    • [x] Zoom - #3666

    Icons with outlying precision levels (#3120)

    • [x] Jupyter (17) - #3170
    • [x] Highly (15) - #4243
    • [x] Audio-Technica (8) - #3885
    • [x] GitKraken (8) - #3745
    • [x] Ruby on Rails (8) - #3686
    • [x] TUI (8) - #4244
    • [x] Arch Linux (6) - #3808
    • [x] Autodesk (6) - #4245
    • [x] Code Climate (6) - #3892
    • [x] YouTube Music (6) - #4246
    • [x] Tor Project (7) - #4247

    Icons that are not centred on the canvas (#3250)

    • [x] About.me - #3883
    • [x] Android - #3658
    • [x] AppSignal - #3873
    • [x] Atom - #3884
    • [x] Audio-Technica - #3885
    • [x] Azure DevOps - #3886
    • [x] Bitbucket - #3887
    • [x] Bower - #3888
    • [x] Cash App - #3889
    • [x] Clockify - #3890
    • [x] Codecademy - #3891
    • [x] Code Climate - #3892
    • [x] CodeFactor - #3893
    • [x] CodeSandbox - #3784
    • [x] CRYENGINE - #3894
    • [x] Dashlane - #3895
    • [x] DTube - #3896
    • [x] eBay - #3875
    • [x] Eleventy - #3897
    • [x] ESEA - #3898
    • [x] Etsy - #3876
    • [x] Evernote - #3899
    • [x] EyeEm - #3900
    • [x] Go - #3816
    • [x] Google My Business - #3901
    • [x] Google Podcasts - #3902
    • [x] Google Tag Manager - #3903
    • [x] Gutenberg - #3904
    • [x] HappyCow - #3905
    • [x] HelloFresh - #3907
    • [x] Hypothesis - #3908
    • [x] IconJar - #3909
    • [x] Kaspersky - #3910
    • [x] KeyCDN - #3911
    • [x] Koding - #3912
    • [x] Livestream - #3913
    • [x] MailChimp - #3914
    • [x] Mercedes - #3761
    • ~~Microsoft Excel - #3915~~
    • ~~Microsoft Exchange - #3916~~
    • ~~Microsoft OneDrive - #3917~~
    • ~~Microsoft Outlook - #3918~~
    • ~~Microsoft OneNote - #3919~~
    • ~~Microsoft Word - #3920~~
    • [x] Mix - #3921
    • [x] MongoDB - #3754
    • [x] Monzo - #3922
    • [x] MySQL - #3755
    • [x] Nim - #3923
    • [x] OpenID - #3924
    • [x] Open Source Initiative - #3925
    • [x] OpenVPN - #3926
    • [x] Pepsi - #3878
    • [x] PostgreSQL - #3756
    • [x] PowerShell - #3804
    • [x] Python - #3741
    • [x] Qi - #3927
    • [x] Qiita - #3928
    • [x] QuickTime - #3834
    • [x] Quasar - #3929
    • [x] Realm - #3930
    • [x] Riot - #3931
    • ~~RStudio - #3932~~
    • [x] RunKit - #3933
    • [x] Scaleway - #3934
    • [x] Scrutinizer CI - #3935
    • [x] Seagate - #3936
    • ~~Sellfy - #3937~~
    • [x] Slackware - #3938
    • [x] SlideShare - #3939
    • [x] Sourcegraph - #3940
    • [x] TELE5 - #3941
    • [x] TikTok - #3859
    • [x] TuneIn - #3942
    • [x] Treehouse - #4228
    • [x] Trove - #3943
    • [x] Vauxhall - #3944
    • [x] Vultr - #3870
    • [x] WebAuthn - #3945
    • [x] write.as - #3946
    • [x] Zalando - #3947
    • [x] ZDF - #3948

    Icons to review checking their simplicity of precision

    see https://github.com/simple-icons/simple-icons/issues/3169#issuecomment-731811968 for details

    • [x] Bitrise (1) - #4143
    • ~~CEVO #4509~~
    • [x] Craft CMS (1) - #4144
    • [x] Eventbrite (1) - #4039
    • [x] FACEIT (1) - #4145
    • [x] Flipboard (1) - LGTM
    • [x] Gitpod (1) #4440
    • [x] Gradle (1) - #4061
    • [x] HP (1) - #4146
    • ~~JetBrains (1)~~ - discussed in #3370
    • [x] Kentico (1) - #4080
    • [x] Known (1) - #4484
    • [x] Koding (1) - #3912
    • [x] Kotlin (1) - #4485
    • [x] Linux Foundation (1) - #4486
    • [x] Logstash (1) - #4147
    • [x] Material Design Icons (1) - LGTM
    • [x] Micro.blog (1) - #4148
    • [x] Microsoft (1) - LGTM
    • [x] Roundcube (1) - #4495
    • [x] TensorFlow (1) - #4496
    • [x] Unity (1) - #4498
    • [x] Xcode - #3806
    • [x] Delicious (0) - #4499
    • [x] Discover (0) - #3311
    • [x] Figma (0) - #4376
    • [x] Framer (0) - LGTM
    • [x] PeerTube (0) - #4149

    Icons to remove ineffective segments (#4262)

    • [x] Academia - #4449
    • [x] ~~Apache Ant~~ - Resolved in #4406
    • [x] Asciidoctor - #4450
    • [x] CD Projekt - #4432
    • [x] Code Climate - #3892
    • [x] Corona Engine - #4454
    • [x] DataCamp - #4455
    • [x] Ferrari N.V. - #4456
    • [x] FileZilla - #4048
    • [x] Fiverr - #4377
    • [x] Fossa - #4473
    • [x] GitHub Sponsors - #4457
    • [x] GNU IceCat - #4054
    • [x] Google News - #4474
    • [x] Guangzhou Metro - LGTM (@adamrusted)
    • [x] Helm - #4067
    • [x] Itch.io - #4374
    • [x] Kyocera - #4475
    • [x] Land Rover - #4476
    • [x] Lenovo - #4477
    • [x] Lyft - #4478
    • [x] Neovim - #4479
    • [x] Opel - #4431
    • [x] Ruby on Rails - #3686
    • [x] Sat.1 - #4186
    • ~~Sketch -v #4480~~
    • [x] SparkFun - #4194
    • [x] The Register - #4224
    • [x] Toyota - #4439
    • [x] Trustpilot - #4481
    • [x] TuneIn - #3942
    • [x] Unilever - #4380
    • [x] Wish - #4482
    • [x] XMPP - #4483

    Avoid negative zeros within paths (#4350)

    • [x] Itch.io - #4374
    icon outdated 
    opened by PeterShaggyNoble 50
  • Website redesign proposal

    Website redesign proposal

    opened by birjj 50
  • Create custom Open Graph image for SimpleIcons

    Create custom Open Graph image for SimpleIcons

    As per this blogpost by GitHub it is now possible specify a custom Open Graph image for the repository. It currently looks like ⬇️

    open-graph repository preview

    Similarly, we might think about this for the website, simpleicons.org, as well (though I don't know what that currently looks like).

    meta website 
    opened by ericcornelissen 44
  • Add some icons in Readme

    Add some icons in Readme

    Issue: N/A Alexa rank: N/A

    Checklist

    • [ ] ~~I updated the JSON data in _data/simple-icons.json~~
    • [ ] ~~I optimized the icon with SVGO or SVGOMG~~
    • [ ] ~~The SVG viewbox is 0 0 24 24~~

    Description

    I think SimpleIcons README could be a good place to show some icons we have. The results can be seen here.

    meta 
    opened by service-paradis 43
  • Add linter to check svg path dimensions

    Add linter to check svg path dimensions

    Issue: https://github.com/simple-icons/simple-icons/pull/3065#issuecomment-632729673

    Checklist

    • [ ] I updated the JSON data in _data/simple-icons.json
    • [ ] I optimized the icon with SVGO or SVGOMG
    • [ ] The SVG viewbox is 0 0 24 24

    Description

    This adds a custom linter to svglint to pull out the path, run it through a bounding box checker and test that either the width or height is 24. The math checks to 3 decimal places, to avoid rounding errors in floating point comparisons (eg 24 vs 24.000000000001), which follows how svgo does things and is configured in .svgo.yml.

    The library (https://github.com/icons8/svg-path-bounding-box) is admittedly faily old and may warrant review but it works well and is simple enough. Others I tried (eg svg-path-bounds choked on icon paths, erroring on certain icons' curves). There are definitely others on NPM, including one svg-path-bbox under active development which I didn't try, and there is the source library where svg-path-bounding-box gets its algorithm from being canvg, but the overhead to set up an object seemed excessive, adding even more dependencies. At any rate, I manually compared a dozen or so icons in the now-failing lint output to the path's dimensions visible in Inkscape and the bounds were exact, to the 3 decimal places Inkscape shows at least.

    Example lint output:

    ------------------------------------ Files ------------------------------------
    x icons/500px.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 24.001 x 5.980
    x icons/abbrobotstudio.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 23.997 x 20.128
    x icons/accusoft.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 23.999 x 15.591
    x icons/airbnb.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 22.330 x 23.990
    x icons/airbus.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 23.999 x 4.445
    x icons/airplayaudio.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 24.001 x 23.635
    x icons/amazon.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 23.990 x 21.797
    x icons/amazonlumberyard.svg
      x custom-2 Size of <path> must be exactly 24 in one dimension; currently 23.999 x 6.331
    
    [...snip...]
    
    ----------------------------------- Summary -----------------------------------
    ✓ 1044 valid files.
    x 291 invalid files.
    

    291 icons to fix 😢 but at least linting can catch it 😎

    meta 
    opened by davidjb 36
  • Add IBM Cloud icon

    Add IBM Cloud icon

    Signed-off-by: Asmit2952 [email protected]

    ibmcloud

    **Issue: #6723 ** Alexa rank: 635

    Checklist

    • [x] I updated the JSON data in _data/simple-icons.json
    • [x] I optimized the icon with SVGO or SVGOMG
    • [x] The SVG viewbox is 0 0 24 24

    Description

    SVG and colors sourced from IBMs Official branding website.

    new icon 
    opened by Asmit2952 33
  • [COLLECT] Auto makers / car brands

    [COLLECT] Auto makers / car brands

    Tesla's already on board. So why not adding some more? (we already have petrol stations like Jet, Aral, Shell ... 🤷‍♂)

    • [x] Alfa Romeo (#2744)
    • [x] Audi (#2065)
    • [x] Bentley (#2892)
    • [x] BMW (#2111, #2626, #2737)
    • [x] Bugatti (#2745)
    • [x] Caterpillar (#2807)
    • [x] Chevrolet (#3172, PR in #4282)
    • [x] Chrysler (#4357)
    • [x] Citroen (#2359)
    • [x] Dacia (#4338)
    • [x] DAF (#2814)
    • [x] DS (#2840)
    • [x] Ferrari (#2360, #2431)
    • [x] Fiat (#2652)
    • [x] Ford (#2632)
    • [x] GM (#2638)
    • [x] Honda (#2642)
    • [x] Hyundai (#2641)
    • [x] Iveco (#2810)
    • [x] Jeep (#2850)
    • [x] John Deer (#2805)
    • [x] Kia (#2813)
    • [x] Lada (#4361)
    • [x] Lamborghini (#2767)
    • [ ] Lancia
    • [x] Land Rover (#4476)
    • [x] MAN (#2774)
    • [x] Maserati (#2795)
    • [x] Mazda (#2643)
    • [x] Mercedes (#2114)
    • [x] Mitsubishi (#2631)
    • [x] Nissan (#2649)
    • [x] Opel (#2361)
    • [x] Oshkosh (#2777)
    • [x] Peugeot (#2515)
    • [x] Porsche (#2635)
    • [x] Renault (#2651)
    • [x] Scania (#2775)
    • [x] Seat (#2351)
    • [x] Skoda (#2657)
    • [x] Smart (#2831)
    • [x] Subaru (#2830)
    • [x] Suzuki (#2630)
    • [x] Tata (#2637)
    • [x] Toyota (#2746)
    • [x] Vauxhall (#2647)
    • [x] Volvo (#2755)
    • [x] VW (#2150)

    * FIN * END * That's it! * No more adding. This list is now exhaustive.

    new icon 
    opened by runxel 32
  • Retiring Alexa rank

    Retiring Alexa rank

    Today Amazon announced that they are retiring Alexa.com, so I think this project needs to find a new way to determine if the logo of a website/brand is relevant enough to be featured in this collection.

    meta 
    opened by finnkuhn 30
  • add walmart icon

    add walmart icon

    walmart Issue: closes #6253 Alexa rank: 95

    Checklist

    • [x] I updated the JSON data in _data/simple-icons.json
    • [x] I optimized the icon with SVGO or SVGOMG
    • [x] The SVG viewbox is 0 0 24 24

    Description

    I chose #0071CE as the hex value because I found the color here. They even call it "Walmart Blue." It also shows up a few places throughout their site (see https://walmart.com below the navbar for a similar color and https://corporate.walmart.com/ navbar for the exact color). This logo includes the registered trademark symbol as I found it in the logos used on their site.

    new icon 
    opened by sachinraja 29
  • add Republic Of Gamers icon

    add Republic Of Gamers icon

    Issue: Alexa rank:

    816

    Checklist

    • [x] I updated the JSON data in _data/simple-icons.json
    • [x] I optimized the icon with SVGO or SVGOMG
    • [x] The SVG viewbox is 0 0 24 24

    Description

    The hex values are taken from the official website.

    new icon 
    opened by VikashPR 28
  • add GridAI icon

    add GridAI icon

    preview3

    Issue: NA Alexa rank: 191,238

    https://www.alexa.com/siteinfo/grid.ai

    Checklist

    • [x] I updated the JSON data in _data/simple-icons.json
    • [x] I optimized the icon with SVGO or SVGOMG
    • [x] The SVG viewbox is 0 0 24 24

    Description

    adding the https://www.grid.ai/ logo

    new icon 
    opened by Borda 28
  • Add Mermaid Icon

    Add Mermaid Icon

    Brand Name

    Mermaid

    Website

    https://mermaid.js.org

    Popularity Metric

    Similarweb - not showing 52,591 stars on GitHub - https://github.com/mermaid-js/mermaid

    Official Resources for Icon and Color

    • svg
      • https://mermaid.js.org/favicon.svg
      • https://mermaid.js.org/mermaid-logo.svg
    • color: #ff3670

    Additional Comments

    No response

    Contributing

    No

    new icon 
    opened by developomp 0
  • Add Rocket icon

    Add Rocket icon

    Brand Name

    Rocket

    Website

    https://rocket.rs

    Popularity Metric

    467,655 on similarweb - https://www.similarweb.com/website/rocket.rs 19,376 stars on GitHub - https://github.com/SergioBenitez/Rocket

    Official Resources for Icon and Color

    boxed png: https://rocket.rs/images/logo-boxed.png rocket svg: https://rocket.rs/images/logo-small.svg color: #d33847 (from logo)

    Additional Comments

    No response

    Contributing

    No

    new icon 
    opened by developomp 0
  • SPID (Sistema Pubblico di Identità Digitale)

    SPID (Sistema Pubblico di Identità Digitale)

    Brand Name

    SPID

    Website

    https://www.spid.gov.it/en/

    Popularity Metric

    The similar web rank is 48,171

    Official Resources for Icon and Color

    https://assets.innovazione.gov.it/1611576756-logo-id-2021.svg https://github.com/italia/spid-graphics/tree/master/spid-logos

    Additional Comments

    There is also a variant https://github.com/italia/spid-graphics/blob/master/spid-logos/spid-logo-c-lb.png

    Contributing

    Yes

    new icon 
    opened by fiorins 0
  • Request: VueUse

    Request: VueUse

    Brand Name

    VueUse

    Website

    https://vueuse.org/

    Popularity Metric

    The Similarweb rank is 193,266 - https://www.similarweb.com/website/vueuse.org/#overview

    GitHub stars: 13.1K - https://github.com/vueuse/vueuse

    Official Resources for Icon and Color

    Favicon: https://d33wubrfki0l68.cloudfront.net/2f6479d73bc25170dc532dd42e059166573bf478/61057/favicon.svg

    Colors are the same as with vuejs: #40B883 and #35495E

    Additional Comments

    No official monochrome version

    Contributing

    No

    new icon 
    opened by mat2ja 0
  • Icon for Diska

    Icon for Diska

    Brand Name

    Diska

    Website

    https://diska.de/

    Popularity Metric

    dont know

    Official Resources for Icon and Color

    https://diska.de/wp-content/uploads/2022/06/diska-Markt-Logo-2022-1400x767.png

    Additional Comments

    No response

    Contributing

    No

    new icon 
    opened by tschiekdev 0
  • Pygame

    Pygame

    opened by notjik 0
Releases(8.2.0)
  • 8.2.0(Dec 29, 2022)

  • 8.1.0(Dec 11, 2022)

  • 8.0.0(Dec 5, 2022)

    Breaking changes

    • The method .Get for icons objects deprecated at v7 has been removed from the npm package.

    Removed Icons

    • App Annie (#7555)
    • Data Version Control (#7945)

    New icons

    • SNFC (#8070)
    • BVG (#8073)
    • CTS (#8072)
    Source code(tar.gz)
    Source code(zip)
  • 7.21.0(Nov 27, 2022)

  • 7.20.0(Nov 20, 2022)

  • 7.19.0(Nov 6, 2022)

  • 7.18.0(Oct 30, 2022)

  • 7.17.0(Oct 23, 2022)

  • 7.16.0(Oct 16, 2022)

    New Icons

    • BIM (#7693)
    • Dovecot (#7932)
    • Engadget (#7939)
    • FOX (#7940)
    • GSK (#7941)
    • Moonrepo (#7933)
    • System76 (#7930)
    • WPExplorer (#7938)

    Updated Icons

    • Replit (#7936)
    Source code(tar.gz)
    Source code(zip)
  • 7.15.0(Oct 9, 2022)

    New Icons

    • Backblaze (#7923)
    • Billboard (#7892)
    • Crayon (#7908)
    • Fireship (#7864)
    • Hedera (#7913)
    • Instructure (#7891)
    • Penpot (#7911)
    • Persistent (#7912)
    • PySyft (#7914)
    • RSocket (#7907)
    Source code(tar.gz)
    Source code(zip)
  • 7.14.0(Oct 2, 2022)

    New Icons

    • Cairo Graphics (#7668)
    • Greenhouse (#7882)
    • Honey (#7893)
    • Prevention (#7890)
    • SurrealDB (#7856)

    Updated Icons

    • .ENV (#7873)
    • Ardour (#7873)
    • Arduino (#7873)
    • Awesome Lists (#7873)
    • awesomeWM (#7873)
    • CNCF (#7873)
    • CodeSandbox (#7878)
    • D-EDGE (#7873)
    • D-Wave Systems (#7873)
    • Dart (#7873)
    • Darty (#7873)
    • DocuSign (#7873)
    • Dogecoin (#7873)
    • Electron Fiddle (#7873)
    • electron-builder (#7873)
    • Elixir (#7873)
    • Ello (#7873)
    • Gutenberg (#7873)
    • Habr (#7873)
    • Jamstack (#7873)
    • Jasmine (#7873)
    • Kubernetes (#7873)
    • Kubuntu (#7873)
    • Magisk (#7873)
    • Mail.Ru (#7873)
    • Neutralinojs (#7873)
    • New Balance (#7873)
    • NixOS (#7873)
    • Node-RED (#7873)
    • Nunjucks (#7873)
    • Nutanix (#7873)
    • Open Containers Initiative (#7873)
    • Open Source Initiative (#7873)
    • Openverse (#7873)
    • OSMC (#7873)
    • osu! (#7873)
    • Packagist (#7873)
    • Palantir (#7873)
    • Palo Alto Software (#7873)
    • QMK (#7873)
    • Qt (#7873)
    • Redux (#7873)
    • Redux-Saga (#7873)
    • Resurrection Remix OS (#7873)
    • RetroArch (#7873)
    • Ruby Sinatra (#7873)
    • RubyGems (#7873)
    • Sensu (#7873)
    • Sentry (#7873)
    • Sequelize (#7873)
    • Server Fault (#7873)
    • Spinnaker (#7873)
    • Spinrilla (#7873)
    • uBlock Origin (#7873)
    • Ubuntu (#7873)
    • wasmCloud (#7873)
    • Xamarin (#7873)
    • XAML (#7873)
    • XO (#7873)
    • XRP (#7873)
    • ZeroMQ (#7873)
    Source code(tar.gz)
    Source code(zip)
  • 7.13.0(Sep 25, 2022)

    New Icons

    • Adminer (#7746)
    • Amazon Games (#7832)
    • CafePress (#7817)
    • Electron Fiddle (#7839)
    • Fanfou (#7838)
    • Fantom (#7030)
    • Game Developer (#7806)
    • Interaction Design Foundation (#7809)
    • JUKE (#7811)
    • MacPaw (#7842)
    • Relay (#7825)
    • ReSharper (#7814)
    • Setapp (#7840)
    • Shopee (#5896)
    • Similarweb (#7841)
    • Sonar (#7800)
    • Taichi Graphics (#7829)
    • Taichi Lang (#7828)
    • Tamiya (#7755)
    • Tidyverse (#7816)
    • Vitest (#7824)
    • VSCodium (#7826)
    • Warp (#7309)
    • ZincSearch (#7837)

    Updated Icons

    • ACM (#7855)
    • ActiGraph (#7855)
    • Activision (#7855)
    • AddThis (#7855)
    • AdGuard (#7855)
    • Aerospike (#7855)
    • AEW (#7855)
    • Air China (#7855)
    • Air France (#7855)
    • Alfa Romeo (#7855)
    • Alfred (#7855)
    • AlloCiné (#7855)
    • AllTrails (#7855)
    • Apache CloudStack (#7855)
    • Apache Cordova (#7855)
    • Azure DevOps (#7855)
    • Azure Functions (#7855)
    • Bootstrap (#7855)
    • BorgBackup (#7855)
    • Castro (#7855)
    • Caterpillar (#7855)
    • Co-op (#7855)
    • Cockpit (#7855)
    • Codeforces (#7855)
    • CodeIgniter (#7855)
    • CSS Wizardry (#7855)
    • CSS3 (#7855)
    • Cucumber (#7855)
    • DeviantArt (#7855)
    • Devpost (#7855)
    • Douban (#7843)
    • Empire Kred (#7855)
    • Enpass (#7855)
    • Expo (#7855)
    • Express (#7855)
    • FeatHub (#7855)
    • FedEx (#7855)
    • Fiat (#7855)
    • Fido Alliance (#7855)
    • Fitbit (#7855)
    • FITE (#7855)
    • Fnac (#7855)
    • Folium (#7855)
    • Fortinet (#7855)
    • Fortran (#7855)
    • Git (#7855)
    • GoldenLine (#7855)
    • Goodreads (#7855)
    • Google Sheets (#7855)
    • Google Street View (#7855)
    • Grav (#7855)
    • Gravatar (#7855)
    • Hatena Bookmark (#7855)
    • haveibeenpwned (#7855)
    • HTML5 (#7855)
    • HTTPie (#7855)
    • Jeep (#7855)
    • Jekyll (#7855)
    • Komoot (#7855)
    • Konami (#7855)
    • LINE (#7855)
    • LineageOS (#7855)
    • LiveJournal (#7855)
    • Livewire (#7855)
    • Magento (#7855)
    • Magisk (#7855)
    • MailChimp (#7855)
    • Mailgun (#7855)
    • MakerBot (#7855)
    • MAMP (#7855)
    • Matternet (#7855)
    • Max (#7855)
    • Meteor (#7855)
    • Metro (#7855)
    • Microgenetics (#7855)
    • MicroPython (#7855)
    • NetApp (#7855)
    • OCaml (#7855)
    • Parity Substrate (#7855)
    • Parse.ly (#7855)
    • Passport (#7855)
    • Pastebin (#7855)
    • Pepsi (#7855)
    • Percy (#7855)
    • PHP (#7855)
    • Plex (#7799)
    • Ram (#7855)
    • Rancher (#7855)
    • Ruby on Rails (#7855)
    • San Francisco Municipal Railway (#7855)
    • SanDisk (#7855)
    • Sass (#7855)
    • Sencha (#7855)
    • Sennheiser (#7855)
    • Server Fault (#7855)
    • SitePoint (#7855)
    • Sketch (#7855)
    • Skype (#7855)
    • Skype for Business (#7855)
    • Spacemacs (#7855)
    • SSRN (#7855)
    • Stack Exchange (#7855)
    • Stencyl (#7855)
    • Stimulus (#7855)
    • StubHub (#7855)
    • styled-components (#7855)
    • Subversion (#7855)
    • suckless (#7855)
    • Tinder (#7855)
    • TinyLetter (#7855)
    • Twoo (#7855)
    • Typeform (#7855)
    • VLC media player (#7855)
    • VMware (#7855)
    • WEBTOON (#7855)
    • WeChat (#7855)
    • Wire (#7855)
    • Wix (#7855)
    • Wizz Air (#7855)
    • Wolfram (#7855)
    • Wolfram Language (#7855)
    • Wolfram Mathematica (#7855)
    Source code(tar.gz)
    Source code(zip)
  • 7.12.0(Sep 18, 2022)

    New Icons

    • Agora (#7765)
    • Algorand (#7772)
    • Apple News (#7769)
    • Commodore (#7773)
    • Dataverse (#7782)
    • Google Home (#7771)
    • Neutralinojs (#7319)
    • Power Fx (#7788)
    • Power Pages (#7783)
    • Semantic Scholar (#7767)
    • Sessionize (#7789)

    Updated Icons

    • Andela (#7790)
    • Dynamics 365 (#7778)
    • Neo4j (#7791)
    • Power Apps (#7781)
    • Power Automate (#7785)
    • Power BI (#7784)
    • Power Virtual Agents (#7786)
    Source code(tar.gz)
    Source code(zip)
  • 7.11.0(Sep 11, 2022)

  • 7.10.0(Sep 4, 2022)

  • 7.9.0(Aug 28, 2022)

  • 7.8.0(Aug 21, 2022)

  • 7.7.0(Aug 15, 2022)

    New Icons

    • avajs (#7630)
    • Bookalope (#7645)
    • BookMyShow (#6003)
    • F5 (#6100)
    • Keystone (#6080)
    • LITIENGINE (#7041)
    • MonoGames (#7608)
    • Revolt.chat (#7395)
    • Taco Bell (#6945)
    • Traefik Proxy (#7600)

    Updated Icons

    • AdonisJS (#7611)
    Source code(tar.gz)
    Source code(zip)
  • 7.6.0(Aug 7, 2022)

    New Icons

    • Critical Role (#7595)
    • Inkdrop (#7581)
    • MSI Business (#7592)
    • OctoPrint (#7482)
    • Tistory (#7587)
    • Virgin Media (#7556)
    • Zettlr (#7590)
    Source code(tar.gz)
    Source code(zip)
  • 7.5.0(Jul 24, 2022)

    New Icons

    • Airbyte (#7538)
    • Backendless (#7557)
    • Burton (#6057)
    • electron-builder (#7589)
    • Elementor (#7567)
    • F1 (#7605)
    • Nunjucks (#7523)
    • Openverse (#7532)
    • React Hook Form (#7584)
    • Unlicense (#7543)
    • wasmCloud (#7559)
    • Zebra Technologies (#7542)

    Updated Icons

    • Ajv (#7551)
    • Amazon API Gateway (#7551)
    • Amazon CloudWatch (#7551)
    • Amazon EC2 (#7551)
    • Amazon ECS (#7551)
    • Amazon EKS (#7551)
    • Amazon RDS (#7551)
    • Amazon SQS (#7551)
    • Anta (#7551)
    • Apache CouchDB (#7551)
    • Apache Hadoop (#7551)
    • Appwrite (#7551)
    • Aqua (#7551)
    • Artifact Hub (#7551)
    • AWS Fargate (#7551)
    • BandLab (#7551)
    • Boehringer Ingelheim (#7551)
    • Boxy SVG (#7551)
    • Caffeine (#7551)
    • Cilium (#7551)
    • Cloudflare Pages (#7551)
    • CSS Modules (#7551)
    • D-EDGE (#7551)
    • data.ai (#7551)
    • Deno (#7551)
    • Docs.rs (#7551)
    • Fluent Bit (#7551)
    • GoDaddy (#7551)
    • Rotary International (#7307)
    Source code(tar.gz)
    Source code(zip)
  • 7.4.0(Jul 3, 2022)

    New Icons

    • Amazon API Gateway (#7500)
    • Amazon CloudWatch (#7495)
    • Amazon RDS (#7491)
    • Amazon SQS (#7502)
    • AWS Fargate (#7487)
    • BorgBackup (#7536)
    • Cloudflare Pages (#7512)
    • KiCad (#7517)
    • Koyeb (#7528)
    • Ludwig (#7508)
    • Playwright (#7493)
    • Render (#7525)
    • UnoCSS (#7533)

    Updated Icons

    • Naver (#7409)
    Source code(tar.gz)
    Source code(zip)
  • 7.3.0(Jun 26, 2022)

  • 7.2.0(Jun 20, 2022)

  • 7.1.0(Jun 13, 2022)

  • 7.0.0(May 29, 2022)

    New Icons

    • Boxy SVG (#7306)
    • Linear (#7419)
    • MLflow (#7302)
    • PlanetScale (#7367)
    • Rasa (#7277)
    • Task (#7413)
    • tRPC (#7446)
    • Vitess (#7372)

    Removed Icons

    • Java (#7378)
    • TransferWise (#7420)

    Breaking changes for npm package

    • simple-icons/icons/[ICON SLUG] entrypoints have been removed, use import { si[ICON SLUG] } from 'simple-icons/icons' instead.

    • simple-icons entrypoint and their property .Get have been deprecated and will be removed in v8. If you need to iterate over all icons, use:

      import * as icons from 'simple-icons/icons';
      
      for (const si in icons) {
          const icon = icons[si];
      }
      
    Source code(tar.gz)
    Source code(zip)
  • 6.23.0(May 22, 2022)

    New Icons

    • Lapce (#7322)
    • LoopBack (#7423)
    • Valorant (#7398)
    • Wise (#7020)

    Updated Icons

    • Amazon AWS (#7427)
    • Amazon DynamoDB (#7427)
    • Amazon Fire TV (#7427)
    • Figma (#7417)
    Source code(tar.gz)
    Source code(zip)
  • 6.22.0(May 16, 2022)

  • 6.21.0(May 8, 2022)

  • 6.20.0(May 1, 2022)

    New Icons

    • Budibase (#7259)
    • CSS Modules (#7315)
    • Gurobi (#7272)
    • Knative (#7346)
    • levels.fyi (#7347)
    • Meta (#7318)
    • Paperspace (#7320)
    • spaCy (#7245)
    • Upstash (#7362)

    Updated Icons

    • .NET (#7359)
    • /e/ (#7359)
    • asciinema (#7359)
    • ASDA (#7359)
    • Bulma (#7359)
    • bunq (#7359)
    • C++ (#7359)
    • Cachet (#7359)
    • CocoaPods (#7359)
    • Coderwall (#7359)
    • CodeSandbox (#7359)
    • Codewars (#7359)
    • Coding Ninjas (#7359)
    • Conda-Forge (#7359)
    • Conekta (#7359)
    • D3.js (#7359)
    • Dacia (#7359)
    • Drone (#7359)
    • Drooble (#7359)
    • Event Store (#7359)
    • Eventbrite (#7359)
    • GitLab (#7364)
    • GNU Bash (#7359)
    • IPFS (#7359)
    • Issuu (#7359)
    • JavaScript (#7359)
    • Jenkins X (#7359)
    • Jest (#7359)
    • KeePassXC (#7359)
    • Kentico (#7359)
    • Laravel (#7359)
    • Laravel Horizon (#7359)
    • LaTeX (#7359)
    • Launchpad (#7359)
    • Markdown (#7359)
    • PowerShell (#7359)
    • pr.co (#7359)
    • Prisma (#7359)
    • Prismic (#7359)
    • PureScript (#7359)
    • QuickLook (#7359)
    • QuickTime (#7359)
    • ReactOS (#7359)
    • Read the Docs (#7359)
    • Robot Framework (#7359)
    • Rocket.Chat (#7359)
    • Snapcraft (#7359)
    • Storybook (#7359)
    • Strapi (#7359)
    • Teradata (#7359)
    • teratail (#7359)
    • V (#7359)
    • Vue.js (#7359)
    • Vuetify (#7359)
    • WebAuthn (#7359)
    • Yarn (#7359)
    • Yelp (#7359)
    • Zig (#7359)
    Source code(tar.gz)
    Source code(zip)
  • 6.19.0(Apr 18, 2022)

    New Icons

    • Lazarus (#7276)
    • MDX (#7264)
    • Vowpal Wabbit (#7275)

    Updated Icons

    • Let's Encrypt (#7330)
    • Macy's (#7330)
    • Matter.js (#7182)
    • T-Mobile (#7281)
    Source code(tar.gz)
    Source code(zip)
Owner
Simple Icons
Free SVG icons for popular brands
Simple Icons
Several custom made and legacy icons, and icons collected all over the internet in 1 set, UI selectable.

Custom icon library Several custom made and legacy icons, and icons collected all over the internet in 1 set, UI selectable. Upon each Material Design

Marius 12 Dec 12, 2022
Pure CSS icons for popular file extensions

CSS file icons Pure CSS file icons for popular extensions lightweight css library Icons Demo Usage Include css-file-icons.css to html or install via n

colorswall 307 Dec 6, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
A Javascript library to export svg charts from the DOM and download them as an SVG file, PDF, or raster image (JPEG, PNG) format. Can be done all in client-side.

svg-exportJS An easy-to-use client-side Javascript library to export SVG graphics from web pages and download them as an SVG file, PDF, or raster imag

null 23 Oct 5, 2022
🍱 Simple nodejs support for using icons!

?? node-icons Usage Checkout its unit tests to see complete usage with output! import Icons from "node-icons"; const icons = Icons({ // auto install

(TS/JS).Gandalf(he/him) 6 Dec 29, 2021
Cloud function to generate basic icons, splash screens, and favicons.

Example: https://icogen.vercel.app/api/icon?color=white&padding=300&icon_id=1f1f1-1f1fa Can be used in Expo apps via app.json: { "expo": { "icon

Evan Bacon 13 Jan 2, 2023
You only need 5 icons to meet most needs!

pwa-icons-generator You only need 5 icons to meet most needs! Don't believe me? Check out this awesome article written by the author of PostCSS and Au

Евгений Епифанов 21 Aug 8, 2022
Add icons to the AtCoder standings table according to ratings.

ac-rating-icon AtCoder のコンテスト順位表に、レーティングに対応したアイコンを追加するユーザースクリプトです。 アイデア元: https://twitter.com/e869120/status/1519310341024677888 灰色の細分化について 内部レート 0 以上

subaru 5 May 6, 2022
🚀 Hero Icons for Flutjs

FLUT-HERO ⚔ Hero Icons for Flutjs Welcome! this package contains a set of icons widgets for Flutjs framework. All the svg source where made by the awe

Filipe Lukebana 2 Jun 16, 2022
Transform your icons with trendy animations.

iconate.js A call to transform your existing icons in a cool trendy way iconate.js is a tiny performant library for cross-browser icon transformation

Jignesh Kakadiya 2k Dec 27, 2022
jQueryFileExplorer Inspired by jQueryFiletree. Most of the icons in the images folder are from jQueryFiletree.

jQueryFileExplorer Inspired by jQueryFiletree. Most of the icons in the images folder are from jQueryFiletree. Split.js is included and used to provid

null 4 Oct 28, 2022
Basic styling to create calendar icons with pure HTML and CSS

Calendar Icon Basic styling to create calendar icons with pure HTML and CSS Usage Embed the CSS, and markup your date: <link type="text/css" rel="styl

null 1 Aug 23, 2022
CSS sprite to represent iOS shortcut icons

shortcut-icons A CSS sprite to represent iOS shortcut icons. Grab the stylesheet and the default (iOS 15) glyph set, and add a shortcut icon to your H

Antonio Bueno 18 Nov 14, 2022
A library of icons rendered purely in CSS and compiled using SASS.

Welcome to PureIcons.css: This is a library of icons rendered purely in CSS and compiled using SASSs. It is currently at 79 icons. More will be added

William Troup 2 Apr 27, 2021
Iconpicker for Bootstrap 5 icons

Iconpicker for Bootstrap 5 Usage 1 - Via cdn <script src="https://unpkg.com/[email protected]/dist/iconpicker.js"></script> 2 - Via npm npm

Doğukan Akkaya 11 Dec 7, 2022
Icons for links. Logseq Plugin

"Awesome Links" plugin for Logseq Favicons for external links! ?? Pages icons for internal links ?? Page iconsicon::extended from Emoji to hundreds ic

Yuriy Piskun 37 Dec 21, 2022
Eth-explorers-extension - Chrome extension to open Ethereum addresses & transaction hash from any page on popular explorers + dashboards

eth-explorers-extension(s) This repository contains two folders with two extensions that work for address and transactions respectively. 1. eth-addres

Apoorv Lathey 71 Jan 6, 2023