How do I distribute SVG icons?

I am currently making some SVG icons and am wondering how to distribute them. I do not intend to sell them. If anyone knows a good way to do this, please let me know.

1 Like

https://www.deviantart.com/

1 Like

I am already using DA but cannot upload SVG.

You could use github for uploading your work.

3 Likes

Hmmm, it can be done, but Github has so many unnecessary features for simply uploading images that it is hard to make a decision.

1 Like

I second the decision of using GitHub, GitLab or Codeberg. In time, it'll be much easier to see what changes you made, when, and it's very easy to distribute and for others to contribute.

SVG is just text at the end of the day so you don't need a hosting service for that.

EDIT: To add to this, using a git repository you can see the raw text code directly and copy it. So for example I wanted to download only one icon, I could just copy and paste the code in a file in my computer, rather than having to download the entire collection.

3 Likes