android-icon-pack icon indicating copy to clipboard operation
android-icon-pack copied to clipboard

Any way to include any custom SVG icon?

Open moshpirit opened this issue 6 years ago • 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.

moshpirit avatar May 09 '18 22:05 moshpirit

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

crutchcorn avatar May 09 '18 22:05 crutchcorn

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.

danielhickman avatar May 10 '18 20:05 danielhickman

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 :)

moshpirit avatar May 10 '18 22:05 moshpirit

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.

danielhickman avatar May 10 '18 23:05 danielhickman