{"id":23156492,"url":"https://github.com/thecreation/web-icons","last_synced_at":"2025-07-24T22:34:28.959Z","repository":{"id":24728927,"uuid":"28141133","full_name":"thecreation/web-icons","owner":"thecreation","description":"It's a full suite of popular web icons for easy scalable vector graphics on websites.","archived":false,"fork":false,"pushed_at":"2017-03-31T14:27:45.000Z","size":13806,"stargazers_count":30,"open_issues_count":0,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-06T09:02:14.640Z","etag":null,"topics":["iconfont","icons"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/thecreation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-17T14:41:57.000Z","updated_at":"2022-06-07T02:44:17.000Z","dependencies_parsed_at":"2022-08-22T22:20:51.906Z","dependency_job_id":null,"html_url":"https://github.com/thecreation/web-icons","commit_stats":null,"previous_names":["amazingsurge/web-icons"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecreation/web-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fweb-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fweb-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fweb-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fweb-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecreation","download_url":"https://codeload.github.com/thecreation/web-icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fweb-icons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266913677,"owners_count":24005578,"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-07-24T02:00:09.469Z","response_time":99,"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":["iconfont","icons"],"created_at":"2024-12-17T21:13:49.143Z","updated_at":"2025-07-24T22:34:28.905Z","avatar_url":"https://github.com/thecreation.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Web Icons\n###The web iconic font and CSS framework.\n\nWeb Icons is a full suite of popular web icons for easy scalable vector graphics on websites.\n\n## Getting Started\n\n 1. Download and extract the repository\n 2. Copy the `css/web-icons.css` to your project\n 3. Copy the `fonts` folder to your project\n 4. Ensure the font urls within `web-icons.css` properly reference the `fonts` path within your project.\n 5. Include a reference to the `web-icons.css` file from every webpage you need to use it.\n\n## HTML Example\n\nsimply add icon's classname, such as `wb-dashboard` to an HTML element.\n\n    \u003ci class=\"wb-dashboard\"\u003e\u003c/i\u003e\n\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/amazingSurge/web-icons/blob/master/CONTRIBUTING.md).\nIncluded are directions for opening issues, coding standards, and notes on development.\n\n## Development Installation\n\nThis plugin requires Grunt. Note that `ttfautohint` is optional, but your generated font will not be properly hinted if it’s not installed. And make sure you don’t use `ttfautohint` 0.97 because that version won’t work. And you need add [WOFF2 support](https://github.com/sapegin/grunt-webfont/wiki/WOFF2-support).\n\n### OS X\n\n```\nbrew install ttfautohint fontforge --with-python\nnpm install grunt-webfont --save-dev\n```\n\n*You may need to use `sudo` for `brew`, depending on your setup.*\n\n*`fontforge` isn’t required for `node` engine (see below).*\n\n:skull: [Notes on experimental WOFF2 support](https://github.com/sapegin/grunt-webfont/wiki/WOFF2-support).\n\n### Linux\n\n```\nsudo apt-get install fontforge ttfautohint\nnpm install grunt-webfont --save-dev\n```\n\n*`fontforge` isn’t required for `node` engine (see below).*\n\n:skull: [Notes on experimental WOFF2 support](https://github.com/sapegin/grunt-webfont/wiki/WOFF2-support).\n\n### Windows\n\n```\nnpm install grunt-webfont --save-dev\n```\n\nThen [install `ttfautohint`](http://www.freetype.org/ttfautohint/#download) (optional).\n\n*Only `node` engine available (see below).*\n\n## Versioning\n\nWeb Icons will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered\nwith the following format:\n\n`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes and misc changes bumps the patch\n\nFor more information on SemVer, please visit http://semver.org.\n\n## Social icons\nLooking for social icons? Please checkout https://github.com/amazingSurge/brand-icons\n\n## License\n\nWeb Icons is licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fweb-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecreation%2Fweb-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fweb-icons/lists"}