(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=41597162

用户发现,由于过度使用 XML 链接 (XLink) 命名空间,名为“Simple Icons”的流行符号库的 SVG 文件大小超出了理想大小。 他们通过删除这个不必要的组件来优化文件大小,从 1017 字节减少到 1062 字节。用户提到,XLink 命名空间普遍工作了五年多,除了可能缺乏兼容性的旧工具。 此外,他们还通过更改一些属性值额外减少了 11 个字节。 此外,该用户指出,这些符号是在极少的人为干预下创建的,因此引发了人们对其是否符合版权保护资格的怀疑。 Simple Icons 的许可属于 GNU Affero 通用公共许可证 (AGPL),尽管其适用性似乎存在不确定性。 总体而言,用户强调了在使用开源材料时必须注意这些问题,以确保正确归属并遵守适用的准则。 最后,他们强调像 AGPL 这样的许可证可能不适合像 Simple Icons 这样的集合。 相反,放弃所有权利并允许其他人自由使用该作品的知识共享零 (CC0) 许可证可能更合适。

相关文章

原文


Well done!

A couple of points.

It would be great if it listed the file format and size on the results page, so I dont have to click on every logo to find that informatino out.

How does this differ from doing a google image search of "$BRAND logo"?



I was just about to ask if it was. That's good, because honestly fuck every other spaghetti solution for icons. It's tiring, and iconify coupled with the related unplugin-icons library solves it.



I was curious what the biggest would be, and was disappointed when I looked at Glitch to find its 1017 bytes was so close to the limit only because of unnecessary usage of the XLink namespace. (as the preferred alternative to ) has worked across the board¹ for more than five years now. Shortening that stuff trims off 55 bytes. I also managed to shave another 11 bytes off because that’s the sort of thing I do for fun:
  
—⁂—

¹ I’m only considering browsers; see https://caniuse.com/mdn-svg_elements_use_href for compatibility data. As for other tools that handle SVG, I expect approximately all actively-maintained things to support this by now, but some older tools certainly won’t. I’ll also remark that I’m getting mixed signals about how you’re supposed to use these things. If you’re supposed to inline them into HTML, the SVG namespace declaration is unnecessary (so you can save 35 bytes, and you could also then remove many of the quotation marks on attributes); but if you’re supposed to link them, the aria-label and role="img" attributes don’t do anything (so you can save 25 + name-length bytes).



Seems like a lot of trademark infringement suits about to come their way. Am I mistaken or is there no way this viable? In addition, nobody has any legal right to put others trademarks (use these) on anything without the trademark owners permission. So even if the site and distribution is somehow OK, nobody can really use them anyway. Right?



You're mostly fine unless you are confusing consumers. The purpose of these marks is exactly to avoid that, so you're going to get into a lot of trouble if you use the marks to mislead people in any way.

Take the Air China logo - if a not-so-bright reader might think you are Air China, you're using this all wrong. But if you use an Air China logo to signify the routes actually flown by Air China on a free world map of international flights on your web site, well, yeah, that's Air China, nobody is misled, even a moron knows the little logos on your map of the world aren't actually jet aeroplanes.



I'm not sure if simply offering a brand's logo would be trademark infringement.

Years ago someone contacted me at the company I worked for claiming in some sorta pseudo legal language that we couldn't have one of our competitor's logos on our website. We had it on a promotional page comparing features across similar products.

Turns out we can do that in the US.



It's not trademark infringement to copy or display a logo. Trademark infringement happens when you confuse customers by using a logo or phrase and make them think that you're selling the actual product or that you're somehow endorsed by the original company.



These and others have been online for a while, so I doubt it. There's more here, under the Brands / Social category: https://icones.js.org/

Yes, there are ways someone could use them that would not only run afoul of the trademark, but have trademark holders come after them. However, that doesn't make this useless, because there are proper and gray-area uses of these as well.



I always assumed Font Awesome had some business agreement with those orgs eventually as font awesome did charge for some of their icons IIRC.

Having said that, I'm not sure even that is legally necessary.



I imagine avoiding IP legal issues with things like icons could be less about signing agreements with all involved companies and more about having a team that can respond professionally to an inquiry.

Businesses may often not really understand what’s going on and default to being worried about third-party use of their trademarks that they normally must defend. Perhaps they don’t need to worry in this case, where it may actually provide a bit of free advertisement, but if there’s no one on the other side then it wouldn’t help the case.

IANAL



They probably each carry their own licensing and terms of use. I'd suspect there's a good number where reuse in some situations would be permitted, and in others would not. But every single one is going to be different, and just making assumptions is a quick way to blindly assume enormous legal liability.



That's why SimpleIcons contains metadata about that, so if you are worried about that, you can just exclude any icons that have explicit licensing information attached.



I assume most brands are happy to see their icons being used/shared on as many platforms as possible. It's just free advertisment.

If someone uses them in a context that's actually problematic for the brand, the brand can still sue them then. But that won't be the common case.



It has existed for years and they actively remove icons when they get a takedown request. I'm sure most companies other than Oracle are happy to be there.



Isn't it also copyright infringement, and thus punishable by death in some enlightened jurisdictions [1], or at least by thousands in damages per infringement?

How many infringements do you generate by just loading the front page?

[1] Those most exposed to Hollywood lobbying.



The guy who paid $70k to convert 14000 existing icons/logos to SVG for commercial use because he wanted to use these icons according to his product standards. All existing SVGs icons are for personal and study purposes, that's why he spent so much amount out of good faith, moral compliance and professional courtesy.

Moreover, this website has 3198 icons and what about the remaining icons as per his specifications?

One very important thing to note here is that these SVG icons come with the GNU Affero General Public License meaning you must allow users to download the source code no matter whether it's modified or not.



> these SVG icons come with the GNU Affero General Public License

The only information I can find for this collection is CC-0 <https://github.com/simple-icons/simple-icons/blob/develop/LI...>.

Another important point is that licenses like AGPL are (simplifying slightly) copyright instruments, and for a work to be eligible for copyright protection, there must be creative effort, which I expect not to be the case for at least the vast majority of the icons—they’ll be mechanical translations, more or less. The original creators will hold copyright over the designs, but I don’t believe there will be any further copyright on such an icon collection, just as photographs of public domain artwork don’t get copyright protection. I am conscientious about these details, and I’d be comfortable ignoring an AGPL claim on such a thing.

Also AGPL would not be a good license for a work like this. The GPL family of licenses are very specifically designed for code, and quite a bit of their terms are a little difficult to apply for such a collection as this. And their nature would largely prevent anyone from using the icons unless they wanted to license their stuff under (simplifying slightly) the same license.



Thank you for the correction. It doesn't come with the GNU Affero General Public License, and the GPL family of licenses are very specifically designed for code.

If you can help, where can I learn more about licensing in plain English?



The key to open source is the ability to modify it effectively.

To use GPLv3 definitions <https://www.gnu.org/licenses/gpl-3.0.en.html#section1>:

> The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.

For icons like this, it’s just that there is no object code, the source code is the only form there is.

But supposing you had your SVG document with high precision, meaningful object IDs, Inkscape PowerStroke data (variable stroke thickness, which gets materialised in SVG as a path that gets fill), editor metadata and the likes, and then fed it through svgo and stripped all that stuff out, leaving just the bare bones, the original would be the source code, and the svg output object code.

To put it in the frame of another format where the difference is more stark, if you design something in Photoshop and you export it as PNG but don’t distribute the PSD, that ain’t Open Source. You can modify it, but not properly.

Or another: C, and a compiled binary. You can patch the binary, but that doesn’t make everything open source.



Open source is a category of licenses.

What you mean is that it is plaintext, and can be introspected. Great for many practical purposes, yes, but in business context, you are obligated to honor the actual license.



I didn't want to tell you, but there is a thing called copyright. That said, if you copy SVG it is often easy to change the paths etc. and make it "yours". I guess I'd rather pay a small bit though.



$5.00/image. The math on that is absurd unless the artist is cranking what, 20 images an hour?

Feels like they thought they had an edge, probably an LLM, and it didn’t work out.

Also feels like it took $70k to generate 14,000 requirements, or the SOW is actually shit and this is all a disaster.

Disclaimer: I don’t read twitter, if all this was spelled out in the link I apologize



If you already starting from an existing set from publicly available sources, and you just need to standardize them amongst each other for consistency, then I can see how that would be kinda reasonable, though I'm no designer myself

perhaps things like giving them a consistent center or consistent brightness/contrast could be done programmatically as well, and maybe there are end user tools to do those things en masse

other tweaks such as selecting between subtle variations found in each icon, or adding some artistic modification, shadow mimicking, etc... can possibly be done, to align the set to a certain pre-defined theme now that I think about it more

seems like a pretty interesting kinda project actually

> Arts, crafts and sciences uplift the world of being and are conducive to its exaltation ~Baha'u'llah

the designer who chose to instead run with the money probably got insecure or bored, but they would probably be happier if they learned to appreciate the creative process more



So what, he was asking the designer to re-create already existing icons? Or brand new icons for each stock?

Thats insanely fucked up either way of the designer leading them on like that or to ultimately cheat someone



This is cool, but I wish I didn't have to get past "infinite" scrolling to check the license of the icons in the footer (it's CC0). "free" is a bit ambiguous.



I find it amusing because in the past, I would have used this to find the logo of the company that I'd work for at the time.

I wonder how many employees of said brands will use this rather than their corporate environment to find an svg asset!



I’ve done this. The internal brand center was focused mostly on sales and people interfacing with customers.

I was using it for internal tools though. I’m sure if I made customer facing sites I would need to go through more official channels and make sure all the branding guidelines are followed to the letter.



Or just draw googly eyes on top and its a parody and totally legal art..

You can also have a NN turn it into a prompt and then recreate the SVG from prompt - shove it through the laundryAImat - nothing is sacred, the world they wanted they have now, let them suffer speared on there own swords.

https://svg.io/



That's what the intro would have you believe, but if you read past it you find these bombs:

> "Simple Icons is released under CC0 - though that doesn't mean to imply that all icons within the project are also CC0. Please see individual licenses where available."

> "the absence of licence data for a particular icon does not imply that the icon is not released under a license."



The first one I downloaded (RTÉ colour) is an invalid SVG file.

Incidentally, what is the third icon on the home page, /e/? There's a name impossible to google.



Doesn't have pornhub or Brazzers, not even logo SVG archiving escapes the tentacles of the moral police (keep in mind pornhub it's one of the top 10 most visited sites in the world)



Except I actually looked for the other top 10 most popular websites before making my comment, they are all there (LinkedIn, Facebook, Twitter, et al), as you may know Microsoft.com doesn't even make it to the top 100

联系我们 contact @ memedata.com