devicons / devicon

Set of icons representing programming languages, designing & development tools
https://devicon.dev
MIT License
9.05k stars 2.25k forks source link

Icon Requests [outdated] #11

Closed konpa closed 5 years ago

konpa commented 9 years ago

Please comment this issue in order to request an icon and I will update this list.

Android Amazon Web Services API AppCode Atom Autodesk Bash BEM BizTalk Blender3d CakePHP CentOS Chrome Clojure ClojureScript CoffeeScript chef CMake Common Lisp Compass Composer CouchDB CUDA C# D Eclipse ElectronJS Elm Elixir Ember ExpressJS F# Firebase Flask FreeBSD Gimp Gentoo Google Developers Google Cloud Groovy Hack Handlebars Haskell inDesign Inkscape IntelliJ iOS Ionic Framework JBoss Jenkins Jekyll Jest JetBrains Knockout Kubernetes Kotlin Lua Magento MariaDB Markdown Matlab MaterializeCSS Maven Maxthon Mercurial Microsoft SQL Server MyBB NetBeans Netscape NPM Objective-C OpenCL OpenLiteSpeed OpenBSD Opera Mini OS X Pascal Perl Phalcon Framework Phoenix Framework PhpStorm Polymer PostCSS Prestashop Pug puppet PureScript QUnit Qt React ReactiveX Redis Redux ReSharper R language Rust Scala Scheme Scribus Semantic-UI SilverStripe Sketch SMACSS Sphinx Spring StackOverflow Steroids Framework Stylus Sublime Text SocketIO SQLServer Threejs Trello TYPO3 Unity3d Vaadin Vagrant VB.NET VirtualBox Vim VimL Visual Studio WebStorm Windows Azure Windows Phone Windows 8 Windows 7 Xamarin Yarn Yesod

KabbAmine commented 9 years ago

First of all, thanks for your awesome icon set.

There are some requests.

I think that for Vim, one icon is enough.

toastal commented 9 years ago

I'll add some popular things:

Server OSs
Servers
Databases
Version Control System
Continuous Integration
Languages
Frameworks
JS Frameworks
Kerrick commented 9 years ago

Another JS Framework: Ember.js (the logotype or the tomster)

konpa commented 9 years ago

Hi Guys,

Thx for your inputs. I'll add them to the icon requests list.

Another icon set is coming soon :) Stay tuned

konpa commented 9 years ago

Coffeescript, Vim, React, Symfony and Inkscape added

fc6f0b7cee59d7f96149cc43dfa518c818b18035

diegobfernandez commented 9 years ago

Missing Heroku. When is Microsoft Azure and Redis coming?

ChihChengLiang commented 9 years ago

Docker and meteor please

zlhaa23 commented 9 years ago

C C++ Common Lisp D Pascal Scheme Tcl VB.NET

please

connor4312 commented 9 years ago

+1 to Go and Erlang :)

ae0000 commented 9 years ago

+1 Go

bakx commented 9 years ago

Great icons, exactly what I was looking for. Too bad C# doesn't have an icon yet (guess which one I was mostly looking for)

Is it possible to add it?

konpa commented 9 years ago

Hi bakx,

Thanks for your feedback. I planned to add C, C++ and C# but these programming languages don't seem to have an official logo. If you have any suggestions, please let me know

KabbAmine commented 9 years ago

I know that they're small but you can have an idea from dash docsets icons.

And another request :laughing: Jade. Thanks again.

lexcast commented 9 years ago

Composer Node Webkit Doctrine Twig Open Source +1 Apache +1 Nginx Vagrant VirtualBox

konpa commented 8 years ago

Go, Heroku, Redis, Meteor & Docker icons added

61ef8f1de7a2bb2d4f80c2648946a4b6e39a6f92

konpa commented 8 years ago

Erlang, Apache, Doctrine, Nginx & Nodewebkit icons added

e05de2250ced5a5a0ba61dcc4dd2871d688aa0d6

konpa commented 8 years ago

C, C++, C#, Redhat & Gimp icons added

e1e71358efd844876dfc3217aa6429957ad92bc8

azzamaurice commented 8 years ago

Safari

ghost commented 8 years ago

+1 Safari +1 Django +1 Flask +1 Jetbrains PyCharm +1 PHP Storm

bensinclair commented 8 years ago

+1 Safari

konpa commented 8 years ago

JetBrains, Django & Safari icons added

89f2f44ba07ea3fff7e561c2142813b278c2d6c6

poonwu commented 8 years ago

Would game development tools be appropriate?

Unity Game Engine Unreal Engine CryEngine Game Maker

Notepad++ Gitlab Bitbucket

andrepoleza commented 8 years ago

+1 Clojure

wjramos commented 8 years ago

+1 Vagrant

dylanstewart commented 8 years ago

You have Photoshop and Illustrator up, so it would make sense to have inDesign up there as well. Awesome work so far.

snoot-booper commented 8 years ago

Could you add cURL?

chypriote commented 8 years ago

+1 ExpressJS & Jade

Dev814 commented 8 years ago

How do I make the svg versions smaller?

konpa commented 8 years ago

@Dev814 You simply add a class to the svg and set a max-width in your css

HTML

<svg class="devicon-git-plain" viewBox="0 0 128 128">
  <path fill="#F34F29" d="M124.742,58.378L69.625,3.264c-3.172-3.174-8.32-3.174-11.497,0L46.685,14.71l14.518,14.518c3.375-1.139,7.243-0.375,9.932,2.314c2.703,2.706,3.462,6.607,2.293,9.993L87.42,55.529c3.385-1.167,7.292-0.413,9.994,2.295c3.78,3.777,3.78,9.9,0,13.679c-3.78,3.78-9.901,3.78-13.683,0c-2.842-2.844-3.545-7.019-2.105-10.521L68.578,47.933l-0.002,34.341c0.922,0.455,1.791,1.063,2.559,1.828c3.779,3.777,3.779,9.898,0,13.683c-3.779,3.777-9.904,3.777-13.679,0c-3.778-3.784-4.088-9.905-0.311-13.683C58.079,83.169,59,82.464,60,81.992V47.333c-1-0.472-1.92-1.172-2.856-2.111c-2.861-2.86-3.396-7.06-1.928-10.576L40.983,20.333L3.229,58.123c-3.175,3.177-3.155,8.325,0.02,11.5l55.126,55.114c3.173,3.174,8.325,3.174,11.503,0l54.86-54.858C127.913,66.703,127.916,61.552,124.742,58.378z"/>
</svg>

CSS

.devicon-git-plain {
  max-width: 2em;
}

PS: please open a new issue when asking question that are not related with the current issue (this is a icon request thread)

khalen56 commented 8 years ago

Awesome work, thank you !

A cordova icon would be welcome.

Elhebert commented 8 years ago

Awesome, but I'd like to see :

toastal commented 8 years ago

@Elhebert

Already exist: Sass (which includes SCSS) and Debian Tangentially exists: JetBrains (which includes PhpStorm and IntelliJ) Already listed here: CakePHP Are you really building a website in Bash or DOS? How or why would you make a logo for a programming paradigm?

Elhebert commented 8 years ago
herau commented 8 years ago

Could you had Spring, Maven, Jenkins please ?

+1 for intellij IDEA

simaodeveloper commented 8 years ago

Please, I request a Jeet Icon http://jeet.gs/ - Jeet

zelphir commented 8 years ago
adammacias commented 8 years ago
KarlPurk commented 8 years ago
anthony-dandrea commented 8 years ago

+1 Flask (python) +1 Pyramid (python) +1 Twisted (python) +1 iOS (more specific than just the apple logo) +1 OAuth http://oauth.net/ +1 OpenID http://openid.net/ +1 SSH +1 Spring (java) +1 Grails (java)

Awesome library btw

gausie commented 8 years ago

Swift

esecules commented 8 years ago

Kubernetes

Penagwin commented 8 years ago

+1 sublime text. I would like to use it for a project I'm working on.

andrewjensen commented 8 years ago

d3.js

virgiliu commented 8 years ago

I would like the following added if/when possible:

prompteus commented 8 years ago

I love your work! I would like to request these:

sul4bh commented 8 years ago

Semantic-UI please (http://semantic-ui.com)

Penagwin commented 8 years ago

+1 Semantic-UI

claytonbrown1 commented 8 years ago

+1 Jekyll

ruicsh commented 8 years ago

+1 Jenkins +1 Bitbucket JIRA https://www.atlassian.com/software/jira

clouddra commented 8 years ago

webpack https://webpack.github.io/ flux https://facebook.github.io/flux/ babel https://babeljs.io/ +1 elasticsearch +1 Jekyll