{"id":28364225,"url":"https://github.com/incomplete-infinity/eve-icons","last_synced_at":"2026-01-28T14:31:55.359Z","repository":{"id":220290070,"uuid":"751226639","full_name":"Incomplete-Infinity/eve-icons","owner":"Incomplete-Infinity","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-01T07:20:33.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T01:38:11.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://incomplete-infinity.github.io/eve-icons/","language":"HTML","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/Incomplete-Infinity.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}},"created_at":"2024-02-01T07:20:19.000Z","updated_at":"2024-02-01T07:36:31.000Z","dependencies_parsed_at":"2024-02-01T09:47:38.559Z","dependency_job_id":null,"html_url":"https://github.com/Incomplete-Infinity/eve-icons","commit_stats":null,"previous_names":["incomplete-infinity/eve-icons"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Incomplete-Infinity/eve-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incomplete-Infinity%2Feve-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incomplete-Infinity%2Feve-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incomplete-Infinity%2Feve-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incomplete-Infinity%2Feve-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Incomplete-Infinity","download_url":"https://codeload.github.com/Incomplete-Infinity/eve-icons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Incomplete-Infinity%2Feve-icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-05-28T20:43:47.294Z","updated_at":"2026-01-28T14:31:55.336Z","avatar_url":"https://github.com/Incomplete-Infinity.png","language":"HTML","readme":"# Eve Online UI Icons\n\nA collection of SVG Icons from the Eve Online user Interface.\n\n## Table Of Contents\n\n### Summary\n\n#### Steps Taken\n\n1. Converted from .PNG to inline .SVG code\n2. Optimized using Nano\n3. Removed all data URLs by hand\n4. Replaced each one with `\u003crect\u003e\u003c/rect\u003e`s\n5. Applied a gradient and a stroke through the `.shape` class\n\n#### Key Points\n\n- Significantly reduced in size.\n- Ready for use directly as inline html\n- Can be _any colour you like_\n- Look awesome at any scale\n\n### Demo\n\nCheck out the [Icon Showcase](https://phobiacide.github.io/eve-icons/)!\n\n### Code\n\n#### Outline\n\n##### `index.html`\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003c!--\n\n      \u003cmeta\u003e\n\n        Meta Data\n\n      \u003c/meta\u003e\n\n    --\u003e\n    \u003c!--\n\n\t\tA couple Google Fonts that are used on the page\n\n    --\u003e\n    \u003c!--\n\n      Stylesheet\n      See below for further reading...\n\n    --\u003e\n    \u003clink rel=\"stylesheet\" href=\"style.css\" /\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003c!--\n\n      \u003cheader\u003e\n\n        Code for the header, Title and dark/light toggle\n        See below for further reading...\n\n      \u003c/header\u003e\n\n    --\u003e\n    \u003c!--\n      \u003cul\u003e\n\n        Just a few bullet points for the purpose of presentation...\n\n      \u003c/ul\u003e\n    --\u003e\n    \u003c!--\n\n      \u003cmain\u003e\n        \u003cdiv class=\"container\"\u003e\n  \n            References to the SVG Icon Definitions\n            See below for further reading...\n  \n        \u003c/div\u003e\n      \u003c/main\u003e\n\n    --\u003e\n    \u003c!--\n\n      \u003cfooter\u003e\n        \u003cul\u003e\n\n          Footer Details\n\n        \u003c/ul\u003e\n      \u003c/footer\u003e\n\n    --\u003e\n    \u003c!--\n\n      \u003csvg\n        xmlns=\"http://www.w3.org/2000/svg\"\n        xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n        width=\"0\"\n        height=\"0\"\n      \u003e\n        \u003cdefs\u003e\n          \n            SVG Icon Definitions\n            See Below for further reading\n  \n        \u003c/defs\u003e\n      \u003c/svg\u003e\n\t\t\n    --\u003e\n    \u003c!--\n\n      \u003csvg width=\"0\" height=\"0\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"\u003e\n        \u003cdefs\u003e\n\n          SVG gradient defs\n          See below for further reading...\n \n        \u003c/defs\u003e\n      \u003c/svg\u003e\n\n    --\u003e\n    \u003c!-- \n\n      Main JavaScript\n      See below for further reading...\n\n    --\u003e\n    \u003cscript src=\"script.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n#### Page Header\n\n```html\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003ch1\u003eVectorized Eve Online Icons\u003c/h1\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cbutton id=\"dark-light-toggle\" onclick=\"darkMode()\"\u003e\n        \u003cspan class=\"button-shadow\"\u003e\u003c/span\u003e\n        \u003cspan class=\"button-edge\"\u003e\u003c/span\u003e\n        \u003cspan class=\"button-front\"\u003edark\u003c/span\u003e\n      \u003c/button\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n```\n\n#### SVG Icon References\n\nBasically, there is a grid of url references to the .SVG definitions\n\n##### Icon Reference Example\n\n```html\n\u003cdiv\u003e\n  \u003csvg class=\"icon\" viewBox=\"0 0 128 128\"\u003e\n    \u003cuse xlink:href=\"\"\u003e\u003c/use\u003e\n  \u003c/svg\u003e\n\u003c/div\u003e\n```\n\n#### SVG Icon Definitions\n\n##### Preface\n\nThere are some quantity of SVG Icon Definitions in the code.\n\nEach `\u003csymbol\u003e\u003c/symbol` is made up of one or more of the following elements:\n\n| Name          | Tag                     | Description |\n| ------------- | ----------------------- | ----------- |\n| **Group**     | `\u003cg\u003e\u003c/g\u003e`               |             |\n| **Clip Path** | `\u003cclipPath\u003e\u003c/clipPath\u003e` |             |\n| **Path**      | `\u003cpath\u003e\u003c/path\u003e`         |             |\n| **Rectangle** | `\u003crect\u003e\u003c/rect\u003e`         |             |\n\n##### Icon Definition Example\n\n```html\n\u003csymbol id=\"Example\"\u003e\n  \u003cg\u003e\n    \u003cclipPath id=\"Example-A\"\u003e\n      \u003cpath d=\"\" /\u003e\n    \u003c/clipPath\u003e\n    \u003cg opacity=\"\" clip-path=\"url(#Example-A)\"\u003e\n      \u003cclipPath id=\"Example-B\"\u003e\n        \u003cpath d=\"\" /\u003e\n      \u003c/clipPath\u003e\n      \u003crect x=\"\" y=\"\" width=\"\" height=\"\" class=\"shape\" /\u003e\n    \u003c/g\u003e\n  \u003c/g\u003e\n\u003c/symbol\u003e\n```\n\n#### SVG Gradient Definitions\n\nThere are some quantity of SVG Gradient Definitions in the code.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincomplete-infinity%2Feve-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincomplete-infinity%2Feve-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincomplete-infinity%2Feve-icons/lists"}