Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Icons Library [closed]

Folks, is there a free library of icons based on Material Design, I am working on an app and i want my floating button to have a camera icon, an edit icon and so on. Is there such a place to dowbnload free icon images?

thanks

like image 562
Im Rick James Avatar asked Oct 27 '25 14:10

Im Rick James


2 Answers

Yes of course. Google itself offers a whole bunch of icons: https://material.io/tools/icons/

This website here offers a better way of looking and downloading the icons + there are even a few free icons created by the community. http://materialdesignicons.com/

like image 85
CptSausage Avatar answered Oct 29 '25 03:10

CptSausage


Google material design official site: https://material.io/icons/

Free to use Apache license

You can use this library as well to avoid the burden of downloading and adding each icon into your project: https://android-arsenal.com/details/1/2193

like image 30
L. G. Avatar answered Oct 29 '25 04:10

L. G.