tabler / tabler-icons

A set of over 5300 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
17.6k stars 879 forks source link

[Icon Update] OnlyFans icon does not match brand specifications #939

Open QINGCHARLES opened 7 months ago

QINGCHARLES commented 7 months ago

I can't tell you how thankful I am for this project. I wish I was better at vector art or I would fix this.

The current icon makes it look like an O with wings, but it is supposed to be an O with an F on top.

Here is the brand spec:

https://onlyfans.com/brand

QINGCHARLES commented 5 months ago

OK, here is the fixed icon with the correct paths. You can add whichever stroke and fill you want to it, or individual fills to the separate letters too if you want. I don't want to try checking it in because I don't want to mess with someone else's style, but the hard bit (paths) is done if you guys want to commit it:

`

<path d="M213.76,129c-11.8,14.34-21.29,37.62-33.15,75.32l-.85,2.69a28.14,28.14,0,1,0-27.25,21.08h.08a28.09,28.09,0,0,0,26.31-18.35l-26.42,84A93.75,93.75,0,1,1,213.76,129Z" transform="translate(-53.76 -101.25)"/>

`

Preview: https://www.svgviewer.dev/s/1UMsKSEz

p.s. I found a good way to use it is to set a lower opacity on just the O of the OF, e.g. fill-opacity="0.7"

codecalm commented 5 months ago

Unfortunately, the icon you proposed is not compatible with the rest of the icons: 2px solid stroke stroke.

QINGCHARLES commented 5 months ago

When I change the SVG to this it looks perfect? <svg viewBox="-1 -52 293 293" xmlns="http://www.w3.org/2000/svg" stroke="black" stroke-width="2px" fill="none">

QINGCHARLES commented 5 months ago

https://www.svgviewer.dev/s/2o1083KQ