Free SVG Icons
Open-source icon libraries, searchable in one place. Copy SVG URLs or download files — no signup, no paywall.
What is on this page?
SuperDev Pro indexes every open-source SVG icon library available through Iconify so you can search them in one place. Whether you need a Material Design glyph, a hand-drawn icon from Iconoir, a Tabler stroke icon, or a Phosphor duotone, you can find it, preview it, and grab the SVG without juggling multiple websites.
What you can do here
- Browse 225+ icon collections — over 301,214 icons in total.
- Open any collection to scroll through its icons and copy the CDN URL or download the raw SVG.
- Filter by category: small UI sets, large UI sets, multicolor sets, programming-themed sets, emoji, flags, and more.
- Pick a license that fits — most collections ship under MIT, Apache 2.0, CC0, or CC-BY.
How icons are served
Every preview here is a live SVG fetched from the Iconify CDN — the same source projects like Iconify, Icones, and SVG Repo rely on. That means the icon you preview is the icon you ship, and you can paste the same URL straight into a production app.
Popular icon libraries
If you’re looking for something specific, the search bar above resolves these well-known names:
- Material Symbols & Material Design Icons (MDI) — the largest general-purpose icon sets.
- Lucide & Feather — clean, friendly stroke icons popular on dashboards and marketing sites.
- Heroicons & Tabler — modern, well-balanced sets used in Tailwind-flavoured UIs.
- Phosphor & Iconoir — beautifully drawn sets with multiple weights and styles.
- Font Awesome — the icons that powered the web for a decade, in solid, regular, and brands variants.
- Logos, Simple Icons, Devicon — brand and tech logos. (For brand logos specifically, our /brands page is purpose-built with PNG exports.)
How to use a Free SVG Icon
Pick any icon you like, copy its URL, and embed it. The fastest path is the inline image tag:
<img src="https://api.iconify.design/lucide/check.svg" width="24" height="24" alt="" />
Or download the SVG file and inline it into your component for full control over fill colour, stroke, and accessibility attributes.