TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Instant search of 200K+ SVG logos from 100 sources

251 pointsby Fileformatalmost 5 years ago

16 comments

Fileformatalmost 5 years ago
I often need to find logos and was not impressed by the existing logo search engines, so, in classic bikeshed mode, I built my own. Because it makes total sense to try to compete with Google. And Wikipedia. And countless others (some of which I list on the alternatives page).<p>Why is mine better?<p><pre><code> - just logos - instant results - only SVGs - hyperlinked directly to the source - no right-click hijacking (or other dark patterns) - totally awesome domain name </code></pre> It is open source (AGPLv3), so you can see the tools I use and how it works (and criticize my code). The sources have their own licenses, so be sure to check there before using.<p>It is still a work in progress and there are some glitches (I mean, who would use a percent sign in a file name? And I&#x27;d love to try to fix the Wikipedia redirected images if I could only find the source...), but I want to see if people find it useful.<p>So let me know what you think! And I&#x27;m always looking for more sources!
评论 #23521879 未加载
评论 #23519827 未加载
评论 #23520257 未加载
评论 #23523141 未加载
评论 #23519623 未加载
chrisackyalmost 5 years ago
This is so good. I&#x27;m currently working on about 100 pages worth of content for our website and adding attribution+integrations to our partners we work with. The headache I&#x27;m having just Google&#x27;ing their SVG logos is about 2-3 minutes per logo. So about 15 minutes per page just looking for logos. So far, the last 5-6 I could remember were all included.<p>What&#x27;s the source for these images? ie. None of our competitors have their SVG logos indexed.
评论 #23521194 未加载
评论 #23520764 未加载
onion2kalmost 5 years ago
I searched for Twitter - <a href="https:&#x2F;&#x2F;logosear.ch&#x2F;search.html?q=twitter" rel="nofollow">https:&#x2F;&#x2F;logosear.ch&#x2F;search.html?q=twitter</a> Literally none of those are Twitter&#x27;s actual logo. They&#x27;re all subtly wrong (dimensions, color, aspect ratio, etc). In a few cases they&#x27;re <i>wildly</i> off. If I can&#x27;t trust this as a source I&#x27;d still have to look up the real one. Maybe it&#x27;s less of a problem for smaller companies whose logos won&#x27;t get cloned as much, but if I put any of those Twitter logos in a presentation of a website I don&#x27;t think I&#x27;d impress anyone.
cryptoalexalmost 5 years ago
Nicely done!<p>I&#x27;ve spot-checked few logos that I need at the moment, and most of them are already there. However, I&#x27;ve noticed that there is no IndieHackers logo in the database.<p>I wonder if it is possible to come up with the tool where you would enter the Home Page Url and the tool would then output an SVG file of round or square shape that could be used as an SVG icon to represent links to that site (from my site).<p>The tool could try to detect the logo image on the home page of the target site, vectorize and normalize it into square or circle. Or it could try to locate a Favicon in SVG format, if present. Or, if nothing else works, it could fall into some default case when the SVG icon would be created from the most dominant color (of the target site) and 1 or 2 letters of the site name.<p>Do you guys know of any such tool? Thanks!
评论 #23520793 未加载
impostervtalmost 5 years ago
On a somewhat related topic: is anyone aware of an algorithm that would let people find related&#x2F;similar symbols? On the symbology sub-reddit the most common question is &quot;what is this symbol&quot; and it would be very helpful to provide a kind of search engine.
评论 #23521726 未加载
评论 #23520926 未加载
评论 #23520919 未加载
soulchild77almost 5 years ago
I wrote a Sketch plugin[1] to search and insert SVG logos.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;soulchild&#x2F;sketch-logo-fetcher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;soulchild&#x2F;sketch-logo-fetcher</a>
dankohn1almost 5 years ago
While collecting over a thousand SVGs for <a href="https:&#x2F;&#x2F;landscape.cncf.io" rel="nofollow">https:&#x2F;&#x2F;landscape.cncf.io</a>, I found that the SVGs often needed cropping and other optimization. So (with a colleague) I wrote and open sourced svg-autocrop, and made it available at <a href="https:&#x2F;&#x2F;autocrop.cncf.io" rel="nofollow">https:&#x2F;&#x2F;autocrop.cncf.io</a>.<p>Try it out for optimizing your SVGs.
评论 #23523290 未加载
gitgudalmost 5 years ago
I wrote this extension to easily copy SVG&#x27;s with right-click.<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;svg-2-clipboard&#x2F;pacmblooebolmbakblffejfmhmnojece" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;svg-2-clipboard&#x2F;pa...</a>
ros86almost 5 years ago
Wow. That&#x27;s pretty cool! Bummer that nothing comes up when you search for logosear.?ch ;-).
评论 #23520925 未加载
medmundsalmost 5 years ago
Nice! I&#x27;ve needed something like this several times.<p>Two suggestions:<p>1. Almost gave up on waiting for it to load... thought the blank white page meant it was broken or getting the HN-hug-of-death. Maybe add a loading indicator?<p>2. There are &quot;No matches for &#x27;Logosear.ch&#x27;&quot;
评论 #23520942 未加载
lukevpalmost 5 years ago
This is great, getting logos off sites is so tedious. What about the legality of using the logos (for example, to use AWS logos for certain purposes, you have to be a partner). Is that an issue for you to host the logos?
评论 #23520804 未加载
racl101almost 5 years ago
One neat side use for this is if you want to check if a company name is taken and how good is their logo.
formercoderalmost 5 years ago
Logointern.com works pretty well too
codegladiatoralmost 5 years ago
Woah nice this works without JS, I wasn&#x27;t expecting that !
ChrisMarshallNYalmost 5 years ago
That&#x27;s pretty useful!<p>I&#x27;m surprised you could get the domain.
kilroy123almost 5 years ago
Really fast! Nicely done.