Free SVG Icon Finder
Search across Tabler, Phosphor, Material Design, Heroicons, Font Awesome, and 150+ more icon sets. Pick any color, download as SVG or PNG β free, forever, no sign-up.
Type anything to search 200,000+ icons
Customize & Download
Select an icon β
Search and click an icon to enable download
License note
Icons come from open-source sets (MIT, Apache 2.0, etc.). Most allow free commercial use β check your specific icon set's license at iconify.design.
How to Find and Download Icons
- π
1. Search for an icon
Type a keyword like "home", "user", "arrow", or "settings". Results appear instantly from 200,000+ open-source icons.
- ποΈ
2. Filter by icon set
Narrow results to a specific set like Tabler, Phosphor, Material Design, or Heroicons if you need a consistent style.
- π¨
3. Pick your color and size
Choose any hex color and a pixel size from 16px to 256px. The preview updates live.
- π₯
4. Download SVG or PNG
Click SVG for a scalable vector file, or PNG for a raster image at your chosen size and colour.
About the Icon Library
200,000+ Icons
Icons from Tabler Icons, Phosphor, Material Design, Heroicons, Bootstrap Icons, Remix Icons, Font Awesome, and 150+ more open-source sets.
Any Color, Any Size
Download in any hex color at any pixel size. SVG files are fully scalable β perfect for web, app, and print use.
Open Source Licensed
All icons are sourced from open-source icon sets. Most use MIT or Apache 2.0 licenses β check each set's license for commercial use.
Frequently Asked Questions
Are these icons free for commercial use?β
Most are. The majority of icon sets use MIT or Apache 2.0 licenses which allow free commercial use without attribution. A few sets (like Font Awesome Free) use CC BY 4.0 which requires attribution. Always check the specific icon set's license page if you're unsure.
What is Iconify?β
Iconify is an open-source icon framework that aggregates 150+ popular icon sets into a single searchable API. It powers tools like Figma's Iconify plugin and VS Code extensions. All icons are served from their public API.
What is the difference between SVG and PNG download?β
SVG is a vector format that scales perfectly to any size without pixelation β ideal for websites, apps, and high-resolution displays. PNG is a raster format fixed at the pixel size you choose β best for Figma mockups, presentations, and places that don't support SVG.
Can I change the icon color after downloading?β
SVG files can have their fill color changed by editing the fill attribute in the SVG code or in a design tool like Figma. For PNG files, the color is baked in β choose your color before downloading.
How do I use an SVG icon on my website?β
You can either reference the SVG file as an <img src="icon.svg"> tag, paste the SVG code inline in your HTML (which allows CSS colour control), or import it as a React/Vue component if you're using a JS framework.