Home > Software engineering >  How(Where) to get the these icons of Chrome Developer tools?
How(Where) to get the these icons of Chrome Developer tools?

Time:07-08

enter image description here

I want to get these SVG icons for my purpose of use, How (or Where) I can get them? Is there a Chromium repo or something

CodePudding user response:

You can use devtools-on-devtools to inspect the UI of devtools and then search the source code.
The icons: https://crsrc.org/third_party/devtools-frontend/src/front_end/Images/src/largeIcons.svg

  • Related