{"id":16403544,"url":"https://github.com/patrickelectric/embedded-icon","last_synced_at":"2025-07-06T18:35:06.404Z","repository":{"id":183441784,"uuid":"669998458","full_name":"patrickelectric/embedded-icon","owner":"patrickelectric","description":"12600+ icons pack for embedded graphics!","archived":false,"fork":false,"pushed_at":"2024-12-31T21:44:21.000Z","size":34512,"stargazers_count":13,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T12:51:55.599Z","etag":null,"topics":["embedded","embedded-graphics","embedded-rust","icons","iconset","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patrickelectric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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}},"created_at":"2023-07-24T04:27:15.000Z","updated_at":"2025-04-23T08:57:14.000Z","dependencies_parsed_at":"2024-10-11T05:49:45.944Z","dependency_job_id":"550c6a2c-a796-4193-a4bc-9213fa3e93e2","html_url":"https://github.com/patrickelectric/embedded-icon","commit_stats":null,"previous_names":["patrickelectric/embedded-icon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patrickelectric/embedded-icon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickelectric%2Fembedded-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickelectric%2Fembedded-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickelectric%2Fembedded-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickelectric%2Fembedded-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickelectric","download_url":"https://codeload.github.com/patrickelectric/embedded-icon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickelectric%2Fembedded-icon/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263952240,"owners_count":23534876,"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","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":["embedded","embedded-graphics","embedded-rust","icons","iconset","rust"],"created_at":"2024-10-11T05:49:42.848Z","updated_at":"2025-07-06T18:35:06.366Z","avatar_url":"https://github.com/patrickelectric.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 embedded-icon\n\n[![Build and Create Docs](https://github.com/patrickelectric/embedded-icon/actions/workflows/doc.yml/badge.svg)](https://github.com/patrickelectric/embedded-icon/actions/workflows/doc.yml)\n[![Crates.io](https://img.shields.io/crates/v/embedded_icon.svg)](https://crates.io/crates/embedded_icon)\n[![Docs.rs](https://img.shields.io/badge/Doc-GH%20Pages-green)](https://patrickelectric.work/embedded-icon/embedded_icon/index.html)\n\n12600+ 🖼 icons for embedded-graphics.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"460\" height=\"300\" src=\"./doc/screenshot.png\"\u003e\n\u003c/p\u003e\n\n# 🚀 Features\n- 📦 Support to multiple icon packs - Easy to add support to!\n- 🎨 Multiple resolutions - 12px to 144px\n- ⚡ Zero cost abstraction - Only enabled icons increase binary size\n\n## 💾 Installation\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nembedded-icon = \"0.0.1\"\n```\n\n## 🎨 Icon Packs\n- [Material Design Icons](https://pictogrammers.com/library/mdi/)\n- [Ionicons](https://ionic.io/ionicons/)\n- [Simple Icons](https://simpleicons.org/)\n- [Iconoir](https://iconoir.com/)\n\n## 🖼 Usage\n```rs\nuse embedded_graphics::image::Image;\nuse embedded_graphics::pixelcolor::Rgb888;\nuse embedded_graphics::prelude::*;\nuse embedded_icon::{simple::size32px::Github};\n\nlet github_icon = Github::new(Rgb888::CSS_ORANGE);\nImage::new(github_icon, Point::new(10, 10)).draw(display).ok();\n```\n\nCheck the example: `cargo run --example simple`\n## 🤝 Contributing\nContributions are welcome! Please open an issue or PR on GitHub.\n\nThis project was inspired by [embedded-iconoir](https://github.com/Yandrik/embedded-iconoir).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickelectric%2Fembedded-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickelectric%2Fembedded-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickelectric%2Fembedded-icon/lists"}