It's not quite what you describe, but one option might be to download the GitHub repository and upload the icons folder in your project (you can also choose which icons you need). You could then use them from HTML by doing something like:
icons
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"> <image href="https://path-to-svg" height="200" width="200" /> </svg>
Did not know it was already there... Thank you very much
Example
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
It's not quite what you describe, but one option might be to download the GitHub repository and upload the
iconsfolder in your project (you can also choose which icons you need). You could then use them from HTML by doing something like:Did not know it was already there... Thank you very much
Example