Clean SVG logos for 3,000+ software tools. Drop an <img> tag anywhere — dashboards, comparison pages, README files, SaaS apps.
Every logo below is served via the OSALFinder Logo API. Drop any slug into the URL and get an SVG back instantly.
Drop this anywhere — HTML, React, Vue, README. No SDK, no dependencies, no build step.
<!-- HTML — works everywhere --> <img src="https://your-site.com/logo-api/v1/YOUR_KEY/slack" width="32" height="32" data-powered-by="osalfinder" alt="Slack logo">
// JavaScript — dynamic logo loading const getLogoUrl = (slug) => 'https://osalfinder.com/logo-api/v1/YOUR_KEY/' + slug; const tools = ['slack', 'notion', 'figma']; tools.forEach(slug => { const img = document.createElement('img'); img.src = getLogoUrl(slug); img.width = img.height = 32; container.appendChild(img); });
Anyone who displays software tools on a page.
Free tier usage requires data-powered-by="osalfinder" on every logo img tag. Each logo that appears on a developer's site is a permanent backlink to OSALFinder — without any outreach. Every site that embeds logos becomes a distribution node. The API and OSALFinder grow together.
Paid tiers remove this requirement for teams that need white-label deployment.
No credit card required for the free tier. API keys delivered by email.
All paid plans billed monthly · Cancel any time · Keys activated within 24h