* Added icon for F-Secure
* Review fixes:
- Removed pt
- Ran through SVGOMG to remove extra artifacts
* Remove height and width as suggested in review
* Fix weird scaling issue
* Further scaling fixes
* Update icons/f-secure.svg
* Added SparkFun Icon
* Review changes:
- Remove pt
- Run through svgomg
* Fix color hex for Sparkfun
* Added back title which was removed by SVGOMG
* Remove height and width as suggested in review
* Add Cash App icon SVG
* Add Cash App logo details
The logo consists of a gradient from #00C244 to #00D64B. I opted for the
former (which is a bit darker) as their interfaces tend to use darker
shades of green as well.
* Add Circle icon SVG
* Add Circle logo details
Color for Circle brand is hard to pin down. They use different colors
for different services (while maintaining the same logo). And their logo
consists of a range of colors due to the two gradients used:
- blues/purplse: `#58BBEA`, `#5DB3E4`, `#699DD4`, `#7D79BA`, `#8669AE`
- greens: `#ABCB37`, `#A9CB38`, `#A0C93B`, `#92C741`, `#7EC449`,
`#65C054`, `#45BB61`, `#20B570`, `#00B07D`
Some other colors sampled from their website:
- `#06b07d` common color for interactive items
- `#4c416e` for the "Invest" header
- `#55bbeb` for the "Pay" header (and some other elements)
- `#aacc38` for the "Trade" header
Finally I settled with the most purple purple of the logos gradients...
* Add Kotlin icon details
The source links to a URL containing the official logo and logo
guidelins for the Kotlin logo. Unfortunately it doesn't specify anything
about the color of the logo. So I picked the color of the icons on the
Kotlin language landing page (https://kotlinlang.org/).
* Add Kotlin logo
Added a Kotlin logo, however Kotlin offers three possible logos we could
use (see the guidelines linked in the icon source). In the order they're
(as of this commit) found in the guidelines, here are SVGs varients:
1)
<svg aria-labelledby="simpleicons-kotlin-icon" role="img" viewBox="0 0
24 24" xmlns="http://www.w3.org/2000/svg"><title
id="simpleicons-kotlin-icon">Kotlin icon</title><path d="M24
0H0v24h24L12.04 11.96 24 0zM12.36 1.18h8.81L.91 21.66V13L12.36
1.18z"/></svg>
2) (found in this commit)
<svg aria-labelledby="simpleicons-kotlin-icon" role="img" viewBox="0 0
24 24" xmlns="http://www.w3.org/2000/svg"><title
id="simpleicons-kotlin-icon">Kotlin icon</title><path d="M1.3
24l11.3-11.5L24 24zM0 0h12L0 12.5zM13.4 0L0 14v10l12-12L24 0z"/></svg>
3)
<svg aria-labelledby="simpleicons-kotlin-icon" role="img" viewBox="0 0
24 24" xmlns="http://www.w3.org/2000/svg"><title
id="simpleicons-kotlin-icon">Kotlin icon</title><path d="M12 12L24
0H0v24h24L12 12z"/></svg>
* Update Kotlin color
Based on the colors in the logo gradient as pointed out by @birjolaxew
* Add Scala icon
Vectorized the flat PNG found in the header at the scala homepage:
https://www.scala-lang.org/
* Add Scala icon details
Add Scala to the data file. The color is extracted from the hovered
styling of the links in the header (`nav > ul > li > a:hover`).
* Update Scala icon SVG
Co-authored-by: Johan Fagerberg <johanringmann@gmail.com>
* Add Clojure icon SVG
Based on the SVG found on wikimedia:
https://commons.wikimedia.org/wiki/File:Clojure_logo.svg
* Add Clojure icon details
Added the icon details for Clojure. As no official guidelines on what
color to use are given, I went with the (dark)blue color of the logo, as
I personally associate blue with Clojure more then green.
* add new icons
- add icon for AT&T
- add icon for T-mobile
- add icon for Sprint
- add icon for Cricket
- add icon for Verizon
- add icon for Boost
- add icon for Framer
- add icon for Sketch
- Update _data/simple-icons.json with new icon data
* remove `<g>` from svg files
- remove `<g>` from svg files to address svglint error
* add apple pay
- Add apple pay
- Update simple-icons.json
* make changes per review
Changes were made based on review 9/9/18.
* fixed AT&T naming
* add new icons
- Add Groupon
- Add HockeyApp
- Add IconJar
- Add Mix
- Add Safari
- Remove Stumbleupon
* Fixed IconJar hex
Capitalized hex value for iconjar.
* Updated kaiOS filename.
Jekyll doesn't seem to like capital letters.
* add creative cloud
* Remove kiaOS
Travis doesn't seem to like this logo. Need to investigate issue further.
* Removing kiaOS for real 👍
* Remove kiaOS...for real for real :-)
* Address requested changes
* Add D3.js icon SVG
* Add D3.js icon details
Linked to the D3 official organisations repository for their logo. The
color is somewhat ambigious as their coloured logo uses gradients, and
there are no guidelines for the color (at least, I couldn't find them).
Hence, I went with one of the colors suggested by @SumNeuron in #874.
* Update D3.js icon details
* Add CoffeeScript icon SVG
As found on their homepage: https://coffeescript.org/
* Add CoffeeScript icon details
The color is taken from the navigation bar of their website (<nav>).
* Update CoffeeScript icon color
* Update Mastodon
Taken straight from their official source
Variant chosen is the one from their favicon
Closes#750
* Update Mastodon color
Source from their official SVG (thanks @ericcornelissen)
Color from their official .jpg logo from renren.com
Note that the .jpg is very noisy - as such there are multiple shades of
blue in it. The chosen one is from the biggest consistent area I could
find.
Alternative color choice: #005EAC from the .png logo from Wikipedia
As no official SVG source is available, one was taken from third party
sources. This was verified to match the official .jpg as closely as
possible.
* Create dot-net.svg
.NET icon - according to the guidelines.
* Rename dot-net.svg to dotnet.svg
Removed hyphen in filename.
* Adding metadata of .NET
Adding metadata of .NET
* Rename .NET SVG to match #888
* Optimize .NET using SVGO
Precision: 4
Lower values gave artifacts in e.g. corners of "N"
* Updating visualstudiocode.svg
The correct logo is this [view website header]:
https://code.visualstudio.com/
Also, this is how the icon looks like on Windows desktop (after installation of the program).
* Updating metadata of Visual Studio Code
* Add Ko-fi icon
Add icon for Ko-fi, a service similar to Patreon, only without recurring
donations. Icon is based on the SVG found on their About page (https://ko-fi.com/home/about).
* Add Ko-fi details
Update the simple-icons.json file to include Ko-fi. The source links to
the page where the SVG was found, the color is taken from this SVG.
* Fix indentation for Ko-fi data
* Add Mail.Ru icon
Added the icon for Mail.Ru taken from the source provided, using the
orange RGB found there as well because of the color of the sites favicon.
* Update Mail.Ru color
Updated the color for Mail.Ru based on feedback by @birjolaxew using the
primary brand color instead of the icon color.
* Update Gitter color
Update the color for the Gitter logo. Since it is hard to find an official
source for the color, but pink seems to be more or less their brand color,
I used the pink found at https://brandcolors.net/b/gitterCloses#820
* Update Ghost color
Updated the color of the Ghost icon based on their (updated) styleguide
Closes#824
* Update Evernote color
Updated the color for the Evernote icon. Although the green is more
iconic, their brand guidelines specify explicitely that you should not
change the color of the logo.
Closes#813
* Update Evernote color
Updated the Evernote color based on feedback by @birjolaxew using the
primary brand color rather then the icon color
Update the SVG which was slightly distorted. Also updated the color,
taken from the coloured SVG found in the header and updated the outdated
link (the old link gave a 404)
* Add files via upload
* Add Wattpad and Tapas
* Add Aurelia icon
* Add Aurelia to json
Chose "ED2B88" color based on the buttons on the site; since the logo and most design elements have gradients it's tricky-feeling to choose one color. I think this choice is backed up though, because the "a" in the text logo is "ED2C88", just a tad brigher than the color I chose, and the "a" is the brightest letter in the logo. Let me know if you think otherwise.
* Add Gumroad icon
* Added Gumroad to data
Green and orange display prominently in the logo, but green is used for the website buttons and seems to be more prominent in overall website design and marketing. I chose the base color for their buttons- not the gradient slight lighter than/darker than variants.
* Remove rogue fill on Gumroad
Dagnabit, why'd they put it at the end? XD
* Remove extra line that appeared
* Delete gumroad.svg
* Replace gumroad
To fix extra line being added and rogue fill
* Set to pages for icons, not direct icon links
For Tapas, Gumroad, Aurelia, and Wattpad
* Go to id assets for Wattpad
Added the firebase icon based on the provided source URL, as requested
by @tomap. I choose for the color #ffffff because of "Do not use the
flat knockout in any color but white" listed in the Common Errors
section.
* Update React Icon and color
Updated the Icon as part of #588, found the color was incorrect as well
(new color is extracted from the SVG on the source site).
* Update Coursera icon, color and link
Updated the Coursera icon based on the one I found on the updated
source, also updated the color.
* Update Co-op icon and color
Updated the Co-op icon based on the SVG in the header on the provided
source, also updated the color based on the same SVG.
* Update 500px icon
Updated the 500px icon based on the icon found in the provided source.
Remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit. Also update the color to yellow color currently on
their design-assets page.