Replace pixel PNG icons with Lucide and Simple Icons vector drawables#435
Closed
Replace pixel PNG icons with Lucide and Simple Icons vector drawables#435
Conversation
Converted 88 Lucide PNG icons to Android vector drawable XML files. Each SVG path uses stroke="#000000" (replacing currentColor), stroke-width="2", with round linecap and linejoin. Remaining PNGs (no Lucide equivalent or custom/brand icons): - fingerprint.png - not available in Lucide icon set - github.png, instagram.png, mastodon.png, threads.png, whatsapp.png - brand icons - google_play.png - brand icon - logo.png, logo_dark.png, logo_light.png - custom app logos - undraw_relaxing_at_home_black.png, undraw_relaxing_at_home_white.png - custom illustrations - union_jack.png - custom flag icon Co-authored-by: Julius-Babies <66371497+Julius-Babies@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Replace all pixel icons with vector graphics
Replace pixel PNG icons with Lucide vector drawables
Mar 2, 2026
Contributor
|
@copilot Branc icons can be used from simpleicons |
Converted github, google_play, instagram, mastodon, threads, whatsapp PNG icons to Android vector drawable XML using SVG data from https://simpleicons.org (Simple Icons project). All paths use fillColor="#000000" (fill-based, no stroke). Deleted corresponding PNG files. Co-authored-by: Julius-Babies <66371497+Julius-Babies@users.noreply.github.com>
Contributor
Author
Done in cf429b0. Converted all 6 brand icon PNGs (github, google_play, instagram, mastodon, threads, whatsapp) to Android vector drawables using SVG data from Simple Icons. Remaining PNGs with no vector replacement:
|
Copilot
AI
changed the title
Replace pixel PNG icons with Lucide vector drawables
Replace pixel PNG icons with Lucide and Simple Icons vector drawables
Mar 2, 2026
Contributor
|
Closing in favour of #436 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All raster PNG icons have been replaced with Android Vector Drawable XML equivalents, eliminating pixelation at varying densities and reducing bundle size.
Changes
lucide-icons/lucide, converted to Android<vector>format withstroke="#000000"(replacingcurrentColor),strokeWidth="2", round linecap/linejoingithub,google_play,instagram,mastodon,threads,whatsapp) fetched from Simple Icons and converted to Android<vector>format withfillColor="#000000".pngfilesExample conversion (Lucide icon)
Icons left as PNG (no vector replacement available)
fingerprint.pnglogo.png,logo_dark.png,logo_light.pngundraw_relaxing_at_home_black.png,undraw_relaxing_at_home_white.pngunion_jack.pngOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.