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
Asked
Active
Viewed 553 times
0

user956609
- 906
- 7
- 22
-
The Chromium repo is here: https://source.chromium.org/chromium/chromium/src – Asesh Jul 08 '22 at 04:32
1 Answers
2
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

wOxxOm
- 65,848
- 11
- 132
- 136