Artem Syzonenko

SVG Center - Thousands of SVG icons for your interface

SVG Center provides you an easy to use interface for thousands of free SVG icons, compiled from great collections released by Adobe, Google, Microsoft and others. Any icon can be used as inline SVG or downloaded and referenced as regular image.

Add a comment

Replies

Best
Artem Syzonenko
Hi PH community! While learning Bubble rapid application development platform, I had a hard time finding a way to add icons to buttons, because usage of icon fonts requires so much struggle, that can't be paired with anything called as "rapid". Search for icon, then add it somehow to font, then deploy font to CDN, then update font URL. Too much. I started to search for alternatives and found a solution as inlined SVG files. You just copy SVG code and paste in HTML. That's it. So I decided to build a tool which allows to search for an icon and copy its SVG code. Obviously, there are many tools like this, for example, IconFinder, TheNounProject etc, but I wanted to compile lots of great and freely available icon sets, optimize every icon so they become really small and provide an interface where you just select icon and click "Copy". You can even upload your icon (we will automatically optimize it), so all your icons can be hosted in a single place, organized by collections. Here is a good summary of font vs SVG if you are interested: https://css-tricks.com/icon-font... Lot's of SVGs can bloat HTML code, so we plan to add SVG sprites generation in future versions. The whole project (excepting SVG optimization) is developed by using Bubble.is platform.