flutter
flutter

Reputation: 6766

android studio and material design icons

Does android studio come with material design icons and if so, where are there? There seem to a few plugins around. But I think I came across a library of icons in android studio but can't remember where!

Upvotes: 2

Views: 5955

Answers (2)

Roberto
Roberto

Reputation: 4869

In Android Studio

File > New > Vector Asset Here you can choose an existing icon or import a local SVG file

Upvotes: 9

Gabriele Mariotti
Gabriele Mariotti

Reputation: 363895

In my experience Android Studio doesn't provide an own material design icons pack.

There is a plugin that can help you to generate a set of icons from an image:

Also you can use the official icon pack provided by Google:

Of course you can import the icons that you need in your projects, but not inside the Android Studio resources in general.

Upvotes: 2

Related Questions