Search code examples
androidsvgiconsandroid-vectordrawable

What is the right size for vector drawable icons?


What is the correct size to choose for Vector Drawable icons e.g. when importing them from SVG?

There is a lot of information about standard icon dimensions for raster icons, for example this site. However, I'm a little bit struggling to get icons imported from SVG appear normally, I'm basically determining them by trial and error.

Particularly interested in launcher and notification icon sizes. I've currently settled on 192x192 for launcher icons and 48x48 for notification icons.

Using a smaller size for launcher icons results in a blurred icon on my KitKat tablet and using a larger size looks bad as well.

But the notification icon still appears larger than in other apps so it should probably be something like 32x32.


Solution

  • You choose what is the best, what it depends on is the version of Android, the default is 24x24 dp