- Notifications
You must be signed in to change notification settings - Fork 11
Description
Perhaps this is trivial but I think having an available logo for Web Components would be helpful for developers who want to reference Web Components on websites, in documentation, etc.
For example I created a JavaScript library and set of Web Components and for all external libraries and tech I am able to use a Logo from the vendor. Since nothing like this exists for Web Components (at least I’m not aware of one) I ended up created my own SVG logo for it. And before first publishing the site over a year ago I recall spending many hours looking up Web Component Icons and what other sites were using and if there was an official version.
Example
https://www.dataformsjs.com/en/
From the last image above the JavaScript icon is not official but it is widely used so in a way it's become the de-facto standard.
Perhaps if it doesn’t make sense to create an official logo an generic widely used logo would be nice. For my logo I choose a simple gear design to represent Web Components.
SVG Image from above Screenshots
- https://www.dataformsjs.com/img/icons/web-components.svg
- https://github.com/dataformsjs/website/blob/master/public/img/icons/web-components.svg
- Image source is Sketch file in root of this project: https://github.com/dataformsjs/static-files

