37+
38+If a proposed feature requires a new icon, the developer should [open an issue](https://github.com/bitcoin-core/gui/issues/new/choose) requesting the new icon be designed.
39+
40+Icons, both SVG and PNG, are not to be added to Bitcoin Core prior to a production use case.
41+
42+When opening a PR that intends to add an icon, a SVG source file must be included under `src/qt/res/src`, and a optimized production file (PNG) must be included under `src/qt/res/icons`. Both source and production files should be 32x32px in size.
0## Contributing
1Issues and PRs pertaining to icons should be posted within the [Bitcoin Core GUI repo](https://github.com/bitcoin-core/gui). Icons should only be added to Bitcoin Core via a PR that implements the icon in its design. Icons, both SVG and PNG, are not to be added to Bitcoin Core prior to a production use case. If an icon is not being used it should be removed.
2
3If a developer working on a new features requires an icon not currently available in the [Bitcoin Icon set](https://github.com/BitcoinDesign/Bitcoin-Icons) they should [open an issue](https://github.com/BitcoinDesign/Bitcoin-Icons/issues) in that repo requesting an icon to be designed.
4
5SVG are to be added to `src/qt/res/src` directory, and a optimized production file (PNG) must be included under `src/qt/res/icons` directory.
Icons should only be added to Bitcoin Core via a PR that implements the icon in its design.
That line is redundant. The only way an icon would get in is through a PR.