0

I would like to use outlined Material icons in my Android Studio project but I'm not able to find how. I've searched on Google similar questions and only found this unanswered question. I've also searched on the Material Design website, but the "copy" icon doesn't appears in it...

So, how can I use outlined Material icons ?

Edric
  • 24,639
  • 13
  • 81
  • 91
Vincent
  • 159
  • 1
  • 2
  • 9

2 Answers2

3

You can switch to outlined icons in the drop down menu.

Vector assets

sinalco12
  • 248
  • 1
  • 4
  • 11
0

Right-click the res > drawable folder in the Explorer area on the left of Android Studio. From the menu that appears, select New > Vector Asset

tony
  • 466
  • 6
  • 22