{"id":18811846,"url":"https://github.com/silentsoft/simpleicons4j","last_synced_at":"2026-04-27T02:00:52.925Z","repository":{"id":57740726,"uuid":"453436580","full_name":"silentsoft/simpleicons4j","owner":"silentsoft","description":":framed_picture: SimpleIcons4J is a Java implementation of the simple-icons JavaScript library and is inspired by simpleicons.org.","archived":false,"fork":false,"pushed_at":"2026-04-20T00:08:35.000Z","size":481,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T02:30:37.007Z","etag":null,"topics":["simple-icons","svg","svg-icons"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silentsoft.png","metadata":{"funding":{"github":"silentsoft","patreon":"silentsoft","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":"silentsoft.org/donate"},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-29T15:27:48.000Z","updated_at":"2026-04-20T00:08:35.000Z","dependencies_parsed_at":"2026-01-19T02:03:34.637Z","dependency_job_id":null,"html_url":"https://github.com/silentsoft/simpleicons4j","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"purl":"pkg:github/silentsoft/simpleicons4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsimpleicons4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsimpleicons4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsimpleicons4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsimpleicons4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silentsoft","download_url":"https://codeload.github.com/silentsoft/simpleicons4j/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentsoft%2Fsimpleicons4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32319560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["simple-icons","svg","svg-icons"],"created_at":"2024-11-07T23:27:57.301Z","updated_at":"2026-04-27T02:00:52.906Z","avatar_url":"https://github.com/silentsoft.png","language":"Java","funding_links":["https://github.com/sponsors/silentsoft","https://patreon.com/silentsoft","silentsoft.org/donate"],"categories":[],"sub_categories":[],"readme":"# SimpleIcons4J\n\n[![Maven Central](https://img.shields.io/maven-central/v/org.silentsoft/simpleicons4j)](https://search.maven.org/artifact/org.silentsoft/simpleicons4j)\n[![Build Status](https://app.travis-ci.com/silentsoft/simpleicons4j.svg?branch=main)](https://app.travis-ci.com/silentsoft/simpleicons4j)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=silentsoft_simpleicons4j\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=silentsoft_simpleicons4j)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=silentsoft_simpleicons4j\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=silentsoft_simpleicons4j)\n[![Hits](https://hits.sh/github.com/silentsoft/simpleicons4j.svg)](https://hits.sh/github.com/silentsoft/simpleicons4j/)\n\n`SimpleIcons4J` is a Java implementation of the [simple-icons](https://www.npmjs.com/package/simple-icons) JavaScript library and is inspired by [simpleicons.org](https://simpleicons.org).\n\n## Usage\n```java\nIcon icon = SimpleIcons.get(\"simpleicons\");\n```\n\nor creating instance explicitly like:\n\n```java\nIcon icon = new SimpleiconsIcon();\n```\n\n## Object Structure\n```\nIcon{\n    title=\"Simple Icons\",\n    slug=\"simpleicons\",\n    hex=\"111111\",\n    source=\"https://simpleicons.org/\",\n    svg=\"\u003csvg role=\\\"img\\\" viewBox=\\\"0 0 24 24\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"\u003e...\u003c/svg\u003e\",\n    path=\"M12 12v-1.5c-2.484 ...\",\n    guidelines=\"https://simpleicons.org/styleguide\",\n    license=License{\n        type=\"...\",\n        url=\"https://example.com/\"\n    }\n}\n```\n\n## Slugs\nSupported slugs can be found [here](slugs.md).\n\n## Testing\n```shell\n$ mvn clean test-compile exec:java test\n```\n\n## Packaging\n```shell\n$ mvn clean test-compile exec:java package\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease note we have a [CODE_OF_CONDUCT](https://github.com/silentsoft/simpleicons4j/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.\n\n## License\nPlease refer to [LICENSE](https://github.com/silentsoft/simpleicons4j/blob/main/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentsoft%2Fsimpleicons4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentsoft%2Fsimpleicons4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentsoft%2Fsimpleicons4j/lists"}