{"id":13391854,"url":"https://github.com/Iconscout/unicons","last_synced_at":"2025-03-13T16:31:35.880Z","repository":{"id":37927822,"uuid":"168150137","full_name":"Iconscout/unicons","owner":"Iconscout","description":"Unicons by IconScout offers 7,000+ free 3D and animated icons plus icon fonts in line, monochrome, solid and thin line styles. Use them in your web, iOS or Android design projects.","archived":false,"fork":false,"pushed_at":"2024-10-22T12:22:53.000Z","size":10700,"stargazers_count":1414,"open_issues_count":25,"forks_count":97,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-10-29T15:33:19.365Z","etag":null,"topics":["css","font","fonticons","icons","svg-icons","unicons","webfont","webfonts"],"latest_commit_sha":null,"homepage":"https://iconscout.com/unicons","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Iconscout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-01-29T12:20:50.000Z","updated_at":"2024-10-28T13:33:42.000Z","dependencies_parsed_at":"2024-06-18T12:29:59.579Z","dependency_job_id":"ce7694d0-6913-4f2c-abd5-cad258f08862","html_url":"https://github.com/Iconscout/unicons","commit_stats":{"total_commits":242,"total_committers":12,"mean_commits":"20.166666666666668","dds":"0.19834710743801653","last_synced_commit":"9a9c624319dc55170e3a1bdee83618c37844f485"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iconscout%2Funicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iconscout%2Funicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iconscout%2Funicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iconscout%2Funicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iconscout","download_url":"https://codeload.github.com/Iconscout/unicons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125552,"owners_count":20240276,"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":["css","font","fonticons","icons","svg-icons","unicons","webfont","webfonts"],"created_at":"2024-07-30T15:01:15.872Z","updated_at":"2025-03-13T16:31:35.838Z","avatar_url":"https://github.com/Iconscout.png","language":"HTML","funding_links":[],"categories":["CSS","HTML"],"sub_categories":[],"readme":"# Unicons\n\n1000+ Pixel-perfect vector icons and Iconfont for your next project. These icons are designed by [IconScout](https://iconscout.com).\n\n## Getting Started\n\n### Using as a font\n\nIt's easy to use Unicons on your website by just inserting following css. You can also download this repo and use the css from `css` folder.\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://unicons.iconscout.com/release/v4.0.0/css/unicons.css\"\n/\u003e\n```\n\nAnd use the icons in your `body` as below.\n\n```html\n\u003ci class=\"uil uil-comments\"\u003e\u003c/i\u003e\n```\n\n### Using as npm package\n\nYou can easily install [Unicons](https://iconscout.com/unicons) using npm.\n\n```bash\nnpm install --save @iconscout/unicons\n```\n\n### Using as an SVG\n\nIf you're a designer then it's always great to have SVG files. You can download SVGs from [Official Unicons Website](https://iconscout.com/unicons) or [download Icondrop](https://iconscout.com/icondrop) to access these icons right into Sketch, Adobe Xd, Adobe Illustrator, and many more.\n\n### Using in Flutter Framework\n\nThere's a Flutter package created by [Pedro Lemos](https://github.com/pedrolemoz), avaliable in [pub.dev](https://pub.dev/packages/unicons), which can be easily used in your project.\n\nJust add the dependency in your `pubspec.yaml` file as following:\n\n```yaml\ndependencies:\n  unicons: ^1.0.0+2\n```\n\nThen, run the command above:\n\n```bash\nflutter pub get\n```\n\nAlternatively, your editor might support `flutter pub get`. Check the docs for your editor to learn more.\n\nNow, in your Dart code, import the package:\n\n```dart\nimport 'package:unicons/unicons.dart';\n```\n\n### Use with JS Frameworks\n\nWe've created components for popular libraries like React, VueJS, React Native. You can head over to official GitHub Repo to know more.\n\n#### Line Style\n\n- For React: https://github.com/Iconscout/react-unicons\n- For VueJS: https://github.com/Iconscout/vue-unicons\n- For React Native: https://github.com/Iconscout/react-native-unicons\n\n#### Solid Style\n\n- For React: https://github.com/Iconscout/react-unicons-solid\n- For VueJS: https://github.com/Iconscout/vue-unicons-solid\n\n#### Monochrome Style\n\n- For React: https://github.com/Iconscout/react-unicons-monochrome\n\n### More ways (Community supported)\n\n- [Vue-unicons](https://github.com/antonreshetov/vue-unicons) by [Anton Reshetov](https://github.com/antonreshetov)\n\n## Roadmap\n\n- [x] Make React Components\n- [x] Adding Brand Icons\n- [x] Designing Solid Style\n- [ ] Designing Thin-line Style\n- [ ] Support for CSS Animations\n- [ ] Make SVG Sprite in which user can control different attributes such as stroke, fill, width, height and more.\n\n## Contributing\n\nWe will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.\n\n### Icon Requests\n\nWe've created a thread at [IconScout Community](https://discuss.iconscout.com/new-topic?title=Icon%20Request:%20%3Cicon%3E\u0026body=Hey%20there,%20%3Cicon%3E%20will%20be%20great%20fit%20for%20Unicons.%20I%20would%20love%20to%20use%20it!\u0026category=Unicons\u0026tags=requests) where you can request for new icons. And we'll be happy to design them in upcoming weeks.\n\n## License\n\nUnicons are Open Source icons and licensed under [IconScout Simple License](https://iconscout.com/licenses#simple_license). You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's **about** screen, but it's not mandatory.\n\n```html\nUnicons by \u003ca href=\"https://iconscout.com/\"\u003eIconScout\u003c/a\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIconscout%2Funicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIconscout%2Funicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIconscout%2Funicons/lists"}