materialos/android-icon-pack

Any way to include any custom SVG icon?

moshpirit opened this issue · 4 comments

Let's say I created my own icon for an app in SVG format. It would be nice to use the app so I can change the icon including in this repository my own one.

If you'd like to contribute an icon to MaterialOS, you may do so by creating a pull request to our icons branch:
https://github.com/materialos/icons

Which are then pulled into the Android icon pack and published. If you have more questions about the progress of that, I'd suggest pinging @danielhickman on the Icons repo as he's done much more in this regaurd than I have recently

Yeah, what @crutchcorn said. We're open to looking at a pull request for a Material Design icon on the materialos/icons repo.

If you're just wanting to use your own icon in your own launcher, make a PNG and many launchers allow for custom PNGs. If you want to use this pack as a base for your own icon pack, check out some tutorials online for how to edit Polar Dashboard icon packs.

Great! Thank you for your replies! But I was thinking in some Custom icons tab to manage all of this offline. Even when there's this great possibility :)

Sadly that's not possible as all icon packs use static drawables and XML files. I'd personally like to make dynamic icons for other reasons as well but the launchers only work with the current de facto standard, unfortunately.