Git Product home page Git Product logo

browser-logos's Issues

SVG

What about SVG format? I love vectors.

Operating System logos?

This browser logos collection is smashing. Thank you!

Would anyone know where to get a collection of operating systems logos?

Add image of key mobile browsers?

Even though it's not obvious what to do for Android browser... I think we should try.

Android b, mobile safari, android chrome, blackberry, IE mobile.

Mobile Browser Icons

Icons for native browsers of ios, andorid and other platforms should be added to this.

Make sense ?

Are versions without drop shadows being planned?

I was just wondering whether it's on the agenda at all to provide alternate versions of the icons, either with or without drop shadows. In some cases, the icon may look better without one (for example, in an application launch menu.)

I know that it can be tricky to remove an already existing shadow, but, provided it doesn't violate any branding issues, it would be much appreciated.

P.S., looking forward to the FF Nightly SVG! :)

Add Android default browser logo?

The current browser list seems to be quite exhaustive, so I was surprised to find that the Android default browser icon is not there. You'd think someone other than me would have needed it by now... so I was just wondering if there's a reason it's not included, or is it simply because there hasn't been a pull request for it?

Netscape

Netscape for the nostalgic :)

Old logos

browser_logos-512.png uses the old Chrome and IE logo.

Naenara (내나라) logo

I was reading this blog post yesterday and I decided to install North Korea’s Red Star OS just to see how it is. While fiddling around, I also extracted Red Star's Naenara browser logo just in case someone will ever need it:

Naenara browser logo

North Korea’s Red Star OS

Unfortunately, 128×128px is the biggest size provided (or at least, the biggest that I could find):

North Korea’s Red Star OS

Chromium is missing?

I know it's not different from the regular Chrome feature-wise, but someone might want to use the Chromium logo instead. Any reasons not to include it here?

Add Arora browser logo?

Hi,

It's great to see all the mainstream browser logos here along with some very niche ones.

One, however, is still missing - arora, a lightweight WebKit-based browser. I'd appreciate if you could include in your list.

Kind regards,

rjc

Add Bower support?

Hi and thanks for your package.

Could be possible to have a bower.json and bower.io registration?

It will free us of have to use this configuration:

"browser-logos": "alrra/browser-logos#~3.1.2"

And we can just use this:

"browser-logos": "3.1.*"

And get last updates. 👍

Thanks.

Hotlinking?

Do you happen to know github's current policy on hotlinking the images? I did a few searches but all the info seems old.

Thanks!

SVG versions?

Can SVG versions be added for when 256px isn't enough?

Logo matcher libraries?

Do you know if some PHP / JS whatever langage libraries related to your project exists?

Some libraries that can find the corresponding log from user-agent string for example. (I think we can do great things with browscap-php)

Would be great to setup a list on you Readme, what do you think?

New Opera logo

See http://blogs.opera.com/news/2015/09/opera-new-logo-and-brand-identity/

SVG version:

<svg xmlns="http://www.w3.org/2000/svg" width="287" height="287"><defs><linearGradient id="a" x1="50%" x2="50%" y1="98%" y2="1%"><stop stop-color="#FF1B2D"/><stop offset="30%" stop-color="#FF1B2D"/><stop offset="61%" stop-color="#FF1B2D"/><stop offset="100%" stop-color="#A70014"/></linearGradient><linearGradient id="b" x1="50%" x2="50%" y1="99%" y2="0%"><stop stop-color="#9C0000"/><stop offset="70%" stop-color="#FF4B4B"/><stop offset="100%" stop-color="#FF4B4B"/></linearGradient></defs><path fill="url(#a)" d="M0 143.3C0 66.43 60.5 3.72 136.46.16 138.73.07 141 0 143.3 0c36.67 0 70.13 13.8 95.48 36.47-16.8-11.14-36.43-17.55-57.42-17.55-34.12 0-64.68 16.92-85.24 43.62-15.84 18.7-26.1 46.35-26.8 77.37v6.76c.7 31.03 10.96 58.67 26.8 77.37 20.56 26.7 51.12 43.62 85.24 43.62 21 0 40.63-6.4 57.43-17.55-25.23 22.57-58.5 36.33-94.97 36.47h-.54C64.14 286.57 0 222.42 0 143.3"/><path fill="url(#b)" d="M96 224.08c13.15 15.54 30.13 24.9 48.7 24.9 41.7 0 75.5-47.32 75.5-105.7 0-58.4-33.8-105.73-75.5-105.73-18.57 0-35.55 9.37-48.7 24.9 20.56-26.7 51.1-43.65 85.24-43.65 21 0 40.62 6.4 57.4 17.56 29.35 26.26 47.8 64.42 47.8 106.9 0 42.5-18.45 80.65-47.77 106.9-16.8 11.16-36.44 17.58-57.43 17.58-34.13 0-64.68-16.94-85.24-43.66"/></svg>

I’ve tried converting the logo to PNG versions using svg2png-cli but the quality is a bit disappointing:

$ for i in 16 24 32 48 64 128 256 512; do svg2png -w $i opera.svg; done
opera.svg has been converted in opera-w16.png
opera.svg has been converted in opera-w24.png
opera.svg has been converted in opera-w32.png
opera.svg has been converted in opera-w48.png
opera.svg has been converted in opera-w64.png
opera.svg has been converted in opera-w128.png
opera.svg has been converted in opera-w256.png
opera.svg has been converted in opera-w512.png

So I ended up creating them manually.

Publish logos individually?

This project has become quite big, and because most people usually only need the main browser logos, I'm thinking of publishing some of the logos separately, and therefore, transform this into a monorepo.


The plan is to:

  1. Continue to release "global" versions and maintain a "global" CHANGELOG.md.

  2. Publish some of the logos under the @browser-logos namespace.

    Other notes:

    • Logos for which the exact browser versions are not known won't be published as that can potentially create confusion and some problems down the line.

    • For the logos that will be publish, their directory will contain the following:

      <browser>.png
      <browser>.svg (if it exists)
      <browser>_16x16.png
      <browser>_24x24.png
      <browser>_32x32.png
      <browser>_48x48.png
      <browser>_64x64.png
      <browser>_128x128.png
      <browser>_256x256.png
      <browser>_512x512.png
      CHANGELOG.md (yes, they will get their own CHANGELOG!!)
      package.json
      README.md
      

Thoughts? :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.