IcoDev is a lightweight, fast-loading icon library providing high-quality, ready-to-use SVG icons for popular programming languages, design tools, and developer platforms.
Perfect for building developer portfolios, tech blogs, landing pages, or project documentation, IcoDev lets you quickly integrate clean, minimal icons without downloading files or complex setup.
Important
As a developer building my personal portfolio, I kept running into a frustrating problem — I just wanted to add clean, high-quality icons for tech tools like React, VS Code, Figma, or Python. But the process was a hassle:
- I had to search manually for each icon
- Download it
- Remove the background
- Resize it so it doesn't mess with layout
- And still hope it looks good across platforms...
It was a tedious, repetitive job for something that should be plug-and-play — like how Bootstrap Icons or Google Material Icons work. But those don’t cover developer- and designer-specific tools.
So I built IcoDev.
A platform that gives you beautiful, HD SVG icons for programming languages, dev tools, and design software — instantly usable, clean, and CDN-ready.
IcoDev.mp4
Tip
- A curated set of icons for dev & design tools
- CDN-ready — use anywhere, instantly
- Easy integration with HTML, Markdown, or frameworks
- Ideal for resumes, portfolios, dashboards, and tech blogs
Note
Follow these steps to get started with IcoDev:
Step 1:
Clone the repository
git clone https://github.com/buildwithfiroz/IcoDev.gitStep 2:
Change directory into the project folder
cd IcoDevStep 3:
Create a Python virtual environment
python3 -m venv myenvStep 4:
Activate the virtual environment
- On macOS/Linux:
source myenv/bin/activate- On Windows (PowerShell):
.\myenv\Scripts\Activate.ps1Step 5:
Install required dependencies
pip3 install -r requirements.txtStep 6:
Run the Streamlit app
streamlit run main.pyNow enjoy using IcoDev, or customize it further as needed!
Made with ❤️ by Firoz
