{"id":30580614,"url":"https://github.com/readme-workflows/readme-icons","last_synced_at":"2025-08-29T05:39:29.461Z","repository":{"id":46317539,"uuid":"369639915","full_name":"Readme-Workflows/Readme-Icons","owner":"Readme-Workflows","description":"Repository hosting various icons and images for you to use in your README or other Markdown files.","archived":false,"fork":false,"pushed_at":"2024-02-02T10:51:59.000Z","size":2898,"stargazers_count":18,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-02-02T11:45:37.603Z","etag":null,"topics":["gifs","icons","readme-workflows","svg","svg-icons"],"latest_commit_sha":null,"homepage":"https://readme-workflows.github.io/Readme-Icons/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Readme-Workflows.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-21T19:51:11.000Z","updated_at":"2024-01-08T14:35:54.000Z","dependencies_parsed_at":"2024-02-02T11:51:31.278Z","dependency_job_id":null,"html_url":"https://github.com/Readme-Workflows/Readme-Icons","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Readme-Workflows/Readme-Icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Readme-Workflows%2FReadme-Icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Readme-Workflows%2FReadme-Icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Readme-Workflows%2FReadme-Icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Readme-Workflows%2FReadme-Icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Readme-Workflows","download_url":"https://codeload.github.com/Readme-Workflows/Readme-Icons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Readme-Workflows%2FReadme-Icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272636366,"owners_count":24967983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gifs","icons","readme-workflows","svg","svg-icons"],"created_at":"2025-08-29T05:39:28.899Z","updated_at":"2025-08-29T05:39:29.455Z","avatar_url":"https://github.com/Readme-Workflows.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[andre601]: https://github.com/Andre601\n[discord]: https://discord.gg/2a9VC4AK6x\n[contributing]: https://github.com/Readme-Workflows/Readme-Icons/blob/main/CONTRIBUTING.md\n[policy]: https://github.com/Readme-Workflows/Readme-Icons/blob/main/VERSION_POLICY.md\n\n# Readme-Icons\n\u003e Currated by [@Andre601][andre601]\n\n[![CDN hits](https://data.jsdelivr.com/v1/package/gh/Readme-Workflows/Readme-Icons/badge)](https://www.jsdelivr.com/package/gh/Readme-Workflows/Readme-Icons)\n\nWelcome to the Readme-Icons Repository!  \nThis Repository aims to provide various SVG icons and images to use in your Readme, or any other markdown file.\n\nThe icons are in 16x16 scale perfect for normal text sizes of GitHub.\n\n## Table of Contents\n\n- [How to use](#how-to-use)\n  - [Specific versions](#specific-versions)\n- [Licenses](#licenses)\n- [Why use this and not the actual source?](#why-use-this-and-not-the-actual-source)\n- [Icons](#icons)\n  - [Gifs](#gifs)\n  - [Octicons](#octicons)\n- [Submit Icons](#submit-icons)\n\n## How to use\nWe keep all our icons/images in a `icon` directory, where they are further split up into categories.\n\nThe easiest way to use the icons is to use JSDelivr for it.  \nSimply visit https://cdn.jsdelivr.net/gh/Readme-Workflows/Readme-Icons@main/icons/ open the respective folder, click on the name of the Icon you want to use and copy your current URL from your browser.\n\nThis link can then be used through Markdown's image-link format (`![text](:link)`) or through the reference link-syntax (`[text]: :link`) to then use in multiple places with `![text]`\n\n### Specific versions\nThanks to releases can you also use specific versions for your icons.  \nThis is useful if your icon got changed or even removed but you still want to use it.\n\nTo use specific versions, replace `main` in `Readme-Icons@main` with the version you would like to use (i.e. `Readme-Icons@v1.0.0`).  \nKeep in mind that there needs to be a valid Release on this Repository for this to work!\n\n## Version Policy\nWe have a [Version Policy][policy] to explain how we update the latest version.\n\n## Licenses\n\nPlease note that the different icons may have different licenses. Each folder in the `icons` directory is equipped with a copy of the respective license(s) used.\n\n## Why use this and not the actual source?\n\nThere are multiple reasons to use this over the existing sources:\n\n1. **Recoloured SVGs**  \n   There is no easy way to recolour existing SVG icons without manipulating their `\u003csvg\u003e` or `\u003cpath\u003e` tags, especially with markdown-syntaxes.  \n   Here, the icons have receieved new colours where needed to represent their common use place. This allows you to have coloured SVG icons without much work.\n2. **Single Source**  \n   Thanks to this Repository will you only have a single source you need to use compared to other places. This reduces the need of maintainability a lot as you don't have to worry about the source suddenly changing or even being gone.  \n3. **Safe**  \n   Using this Repository over the source is much more save, as we won't remove existing SVG icons without any prior notice.  \n   Each Icon change or removal is done through Pull request and mentioned in any possible release on this Repository.\n\nIf you have any further questions or just want to get in touch with us, join our [Discord Server][discord].\n\n## Icons\nThe icons are split up into different categories.  \nEach category has their own README file with the icons listed.\n\n### Gifs\nCollection of 16x16 gifs you can use in your README.\n\n\u003e [To the page][categoryGifs]\n\n[categoryGifs]: https://readme-workflows.github.io/Readme-Icons/icons/gifs/\n\n### Octicons\nGitHub's own Set of SVG icons.\n\n\u003e [To the page][categoryOcticons]\n\n[categoryOcticons]: https://readme-workflows.github.io/Readme-Icons/icons/octicons/\n\n## Submit Icons\n\nDo you want to add some icons to this Repository?  \nIf yes, make sure to follow the basic guidelines in our [Contributing file][contributing].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadme-workflows%2Freadme-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freadme-workflows%2Freadme-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadme-workflows%2Freadme-icons/lists"}