I\'m trying to find a way to use the original Apple system buttons and icons in a web site. Is there a way to get these original graphics in png format?
There are no
You can download this UIKIT ARTWORK EXTRACTOR project from github and try run it on any simulator , it will extract the all icons of the current SDK and save it to your desktop with all icons.
Source :
https://github.com/0xced/UIKit-Artwork-Extractor
Apple HIG Issue:
https://github.com/0xced/UIKit-Artwork-Extractor/issues/11
As per the above issue, The extracted appropriate icons can be used in your iphone apps but using it in other platform may cause any copyright issue.