You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 3.8 KiB

5 vuotta sitten
4 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
4 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
5 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. This is a collection of various technical icons, glyphs, logos and other imagery all in SVG format. The icons are mainly Azure related but there are various other brands and logos plus abstract/generic symbols.
  2. All files are run through [SVGO](https://github.com/svg/svgo) to clean them up and optimize them
  3. **Icons refreshed/updated: March 22nd 2020**
  4. - HUGE UPDATE
  5. - All Azure Docs icons refreshed with the new Azure branding / style
  6. - All Azure Patterns icons refreshed with the new Azure branding / style
  7. **Icons refreshed/updated: June 28th 2019**
  8. - Added "Microsoft Azure Cloud and AI Symbol / Icon Set - SVG" as "official"
  9. - Azure Docs collection refreshed with a few new services
  10. - Azure Patterns Collection has nearly 200 new icons
  11. - Azure ML icons and App Config added to 'Other'
  12. - Several logos added to logo set
  13. # Ownership & Copyright
  14. I do not attribute ownership to any of these icons & images. No copyright infringement is intended.
  15. All files have been sourced and scraped from the public internet and various Microsoft sites. They are collected here under fair use.
  16. # Icon Galleries
  17. To view the icons, thumbnail gallery pages for each of the main sets is provided. The gallery pages also allow you to search the icons, view them on a range of light & dark backgrounds and also download the icon in SVG or PNG format.
  18. Note. These galleries only work when viewing this repo from GitHub pages here https://code.benco.io/icon-collection/
  19. ## Core Azure Sets
  20. #### [Azure Patterns Collection](azure-patterns)
  21. Probably the best place to start, 900+ icons including all Azure services, this has been scraped from https://azure.microsoft.com/en-gb/patterns/styles/glyphs-icons/ This is made public, as part of the "Sundog" Azure.com design system
  22. #### [Azure Docs](azure-docs)
  23. Scraped from main Azure docs site, all major Azure services are in here plus a couple of other useful icons. In many places this overlaps with the above set, but is a bit more focused on core Azure services making it easier to find what you are looking for.
  24. #### [Microsoft 'Official' Set](official)
  25. This is the official "Microsoft Azure Cloud and AI Symbol / Icon Set - SVG" dated 15/05/2019 fetched from [here](https://www.microsoft.com/en-gb/download/details.aspx?id=41937). It is extremely outdated, and has many overlaps with the other sets, but also contains many unique icons. It's included here in entirety for completeness
  26. ## Other Sets
  27. #### [Logos & Brands](logos)
  28. Various product, company & programing language logos, hand picked & fetched from various sources online. Theses may or may not be directly Azure related
  29. #### [Other Icons](other)
  30. Many other Azure & Microsoft icons sourced from various places; Azure.com pages, Azure Docs git repo, Azure portal etc. Most of these are hand picked or moved here manually, these shouldn't overlap with the other sets, but may do
  31. ## Links to Other Collections
  32. These are not part of this icon set, but linked to here as a useful external resources
  33. ##### [Kubernetes Icons ⇗](https://github.com/kubernetes/community/tree/master/icons)
  34. The official Kubernetes icons for all the resource types; pods, nodes, namespaces, etc etc. Available as PNG, SVG and in labeled and unlabeled forms
  35. ##### [CNCF Logos ⇗](https://github.com/cncf/artwork)
  36. Logos and icons for CNCF and CNCF projects
  37. ##### [Simpleicons.org ⇗](https://simpleicons.org/)
  38. Free SVG mono-coloured icons for popular brands
  39. ##### [Font Awesome ⇗](https://fontawesome.com/icons?d=gallery&m=free)
  40. Huge set of over 5,000 icons, free set of over 1,500 which can be downloaded as SVG
  41. ---
  42. # Scraping & Other Tools
  43. Various Node.js and bash scripts used for scraping, converting and generating the gallery pages are contained in the `_tools` folder. These are provided as-is with minimal documentation. Here be dragons.