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: Vector Logo Zone – SVG logos for your readme or credits page

275 pointsby Fileformatover 6 years ago

12 comments

Fileformatover 6 years ago
Want to give a shout out to the tech you are using? Or brag about your awesome skillz? Or show just how many dependencies you can juggle before your project implodes? Well, your dream has come true!<p>VectorLogoZone is a huge collection of consistently formatted SVG logos that will look perfect on your snazzy new 5K display. And they&#x27;re free! Including hotlinking! With instant search! OMG! XML! WTF! TLA!<p>Seriously though, I created this site because I use a ton of different open source tech, both personally and professionally. I figured that the least I can do in return is give them a little link love and pay it forward. It really is quick and painless to add a credits section to your README: the site is open source, so you can see the credits section of its README (<a href="https:&#x2F;&#x2F;github.com&#x2F;VectorLogoZone&#x2F;vectorlogozone#credits" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;VectorLogoZone&#x2F;vectorlogozone#credits</a>) as an example.<p>And feel free to use if for something besides credits: lists of customers or integrations or sponsors or whatever, it&#x27;s all good.<p>One thing to note: while the site is responsive and all, it isn&#x27;t really bandwidth optimized (and there are a <i>lot</i> of logos), so probably best to make sure your phone is on WiFi. There is no &quot;view all&quot; page because it will take down your browser, even fancy-pants Google Chrome.
评论 #18789831 未加载
评论 #18789739 未加载
评论 #18789353 未加载
评论 #18789419 未加载
DamnInterestingover 6 years ago
I very recently rebuilt my website so that the entire UI is vector-based, mostly with SVGs (a few places with HTML entities). I also set it up to slurp the minimized SVGs into the top of the html, then I render each SVG on the page with the format:<p><pre><code> &lt;svg&gt;&lt;use xlink:href=&quot;#svg-name&quot; &#x2F;&gt;&lt;&#x2F;svg&gt; </code></pre> ...rather than making a new HTTP connection for each image.<p>This dramatically reduced the number of HTTP connections to load the site. There&#x27;s one initial connection for the html, one for the css, one for js, and one for fonts (Google Fonts). I do use JPEG for photos, but those are lazy-loaded, so the initial page paint is very snappy despite our wimpy server. And it looks crispy on all screen sizes (even in milk!).<p>Some have said that SVG on the web is dying, but it can work so beautifully that I hope the nay-sayers are mistaken.
评论 #18790614 未加载
评论 #18791512 未加载
Datenstromover 6 years ago
Very nice! I&#x27;ve been using SVG Porn[1] (sfw) for the same purpose but I will definitely use this too now.<p>[1]: <a href="https:&#x2F;&#x2F;svgporn.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;svgporn.com&#x2F;</a>
评论 #18789602 未加载
dankohn1over 6 years ago
You might also enjoy the 610 projects and products CNCF is tracking in our interactive landscape, each with a high-res SVG: <a href="https:&#x2F;&#x2F;landscape.cncf.io&#x2F;grouping=no" rel="nofollow">https:&#x2F;&#x2F;landscape.cncf.io&#x2F;grouping=no</a><p>And here&#x27;s the same organized by categories as a single page map: <a href="https:&#x2F;&#x2F;landscape.cncf.io&#x2F;format=landscape" rel="nofollow">https:&#x2F;&#x2F;landscape.cncf.io&#x2F;format=landscape</a>
评论 #18790440 未加载
tlbover 6 years ago
The Y Combinator logo color is off. It&#x27;s #f26625 [0], but should be #f0652f [1].<p>[0] <a href="https:&#x2F;&#x2F;www.vectorlogo.zone&#x2F;logos&#x2F;ycombinator&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.vectorlogo.zone&#x2F;logos&#x2F;ycombinator&#x2F;index.html</a> [1] <a href="https:&#x2F;&#x2F;www.ycombinator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ycombinator.com&#x2F;</a> upper left corner
评论 #18790460 未加载
评论 #18791340 未加载
评论 #18791508 未加载
subfayover 6 years ago
Great idea! I&#x27;d love to see easy config options (version for bright, dark background, monochcrome versions, again for bright and dark backgrounds).<p>Just finding a SVG logo is not that hard. Wikimedia has them all and you find them with Google when searching for &#x27;&lt;something&gt; logo svg&#x27;.
评论 #18789544 未加载
评论 #18789547 未加载
pablo1over 6 years ago
Please add the vim logo!<p>Also maybe neovim whilew you&#x27;re at it.
评论 #18792516 未加载
philw_over 6 years ago
If you&#x27;re only interested in monochrome versions then <a href="https:&#x2F;&#x2F;simpleicons.org" rel="nofollow">https:&#x2F;&#x2F;simpleicons.org</a> is a very good source of SVG icons too.
andrewlover 6 years ago
This is great! I&#x27;m glad to see FreeBSD on the To Do list. If you&#x27;re taking requests, do one for Vim.<p>And I was surprised to see SEPTA on the home page. Are you in Philadelphia?
评论 #18792519 未加载
评论 #18789696 未加载
slovetteover 6 years ago
This is awesome. I often spend more time formatting images than I do building the dang sites. Thank you for this. :)
JoshTriplettover 6 years ago
Awesome! I love having scalable images for everything.<p>I see that you have QEMU on the todo list, but could you add KVM, please?
评论 #18792522 未加载
spaginalover 6 years ago
Quick fix.<p>Using Brave Browser on mobile, search bar is losing focus on each letter entry.<p>Great resource, thank you for your work.
评论 #18789687 未加载