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

Add Kotlin icon #1000

Merged
merged 3 commits into from
Oct 6, 2018
Merged

Add Kotlin icon #1000

merged 3 commits into from
Oct 6, 2018

Conversation

ericcornelissen
Copy link
Contributor

Relevant issue: #469

The guidelines for the Kotlin logo (found here) provide us with three options for the Kotlin logo, all of which can be found below. I converted all three of them into SVG (see the commit messages), but included the second option in this PR.

opt1

opt2

opt3

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/).
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>
@birjj
Copy link
Contributor

birjj commented Oct 6, 2018

Whoo, #1000! 🎉

I like the choice of variant here.

The color from their homepage (#497BBC) seems a bit dull in comparison to the colors in their logo. The logo uses gradients, which go through these stops:

  • #0095D5, #238AD9, #557BDE, #7472E2, #806EE3
  • #C757BC, #D0609A, #E1725C, #EE7E2F, #F58613, #F88909
  • #0095D5, #3C83DC, #6D74E1, #806EE3

I'd suggest using #0095D5, but any of the colors are fine by me.
For reference, elsewhere they use #0eadff/#ff5b00 to identify KotlinConf, and #497BBC for their icons, so they don't seem super consistent.

Based on the colors in the logo gradient as pointed out by @birjolaxew
@birjj birjj merged commit 3c43222 into simple-icons:develop Oct 6, 2018
@birjj
Copy link
Contributor

birjj commented Oct 6, 2018

👍 Good work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new icon Issues or pull requests for adding a new icon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants