Font-Awesome icon indicating copy to clipboard operation
Font-Awesome copied to clipboard

Icon Request: Ko-Fi

Open ghost opened this issue 6 years ago • 31 comments

Ko-Fi is a website built around the idea of "buy me a coffee"! You click the button, are redirected to a page, and can donate money to that account, along with a message (if you wish). Providing an icon for this could provide a lot of use for emerging content creators on the web.

ghost avatar Mar 15 '18 02:03 ghost

+1

smeerws avatar May 14 '18 20:05 smeerws

I want this one as well :) Will create my own if it's not on the horizon

Grovkillen avatar Aug 08 '18 12:08 Grovkillen

+1, Ko-Fi has grown in popularity, or at last it seems that way. Would be really nice to have this one.

strongdoctor avatar Aug 28 '18 10:08 strongdoctor

https://simpleicons.org/?q=ko-fi

Grovkillen avatar Sep 11 '18 09:09 Grovkillen

+1 Please add this icon!

NigelIG avatar Feb 08 '19 05:02 NigelIG

+1, Any update?

thanon avatar Apr 19 '19 06:04 thanon

For a solution using FA only until the icon is added, you can decently emulate the Ko-fi logo by using pseudoelements to combine multiple FA icons.

HTML:

<i class="fas fa-mug-hot ko-fi"></i>

CSS:

.ko-fi::after {
      content: '\f004';
      font-weight: 900;
      font-size: 15px;
      color: #fff;
      position: absolute;
      margin: 20px 0 0 -32px;
}

You'll need to adjust the color, font-size, and margins to center the heart inside the icon and customize it to your liking.

Rough examples I threw together for fas fa-mug-hot, fas fa-mug, and far fa-mug: Ko-fi FA icon examples

Emulating the actual logo with both fas fa-mug-hot (free option) and fas fa-mug (pro option) (mug is #fff, background is #29abe0, heart is #ff5e5b): Ko-fi logo made with FA Free icon fas fa-mug-hot Ko-fi logo made with FA Pro icon fas fa-mug compare to actual logo: Official Ko-fi logo

Things to note:

  • If you're not planning on using the chosen mug icon anywhere else in the project, you could easily just add the ::after to the icon's class name in your css instead of creating a unique class like I did.
  • You don't need to specify the font-family if you're adding it to the icon's HTML tag.
  • You don't need to specify font-weight if you choose to use a solid mug, but you do need to set the font-weight to 900 if you want to keep the solid heart when adding it to a regular or light mug icon.
  • Font Awesome's site has more info on using icons in pseudoelements.

Hope this helps!

paw avatar Jun 28 '19 21:06 paw

home this one comes <3

ghost avatar Oct 17 '19 15:10 ghost

This would be a good icon to add!

skyrie avatar Dec 28 '19 06:12 skyrie

Still hoping this gets added, +1

LoaneShark avatar Feb 05 '20 15:02 LoaneShark

+1

mattholden avatar Mar 20 '20 16:03 mattholden

Any news about this icon request? The issue still open since 2018...

BTW, +1! Thanks!

fbaldassarri avatar Aug 16 '20 14:08 fbaldassarri

Ciao @fbaldassarri!

You may be interested in taking a look at our Icon Leaderboard FAQs, they contain a lot of information about how requests work

tagliala avatar Aug 16 '20 14:08 tagliala

+1

cycool29 avatar Jan 11 '22 13:01 cycool29

+1

8fork avatar Jan 12 '22 16:01 8fork

+1

thetrev avatar Jan 12 '22 17:01 thetrev

+1

Jarrich avatar Jan 12 '22 17:01 Jarrich

+1

escapefuchal avatar Jan 18 '22 10:01 escapefuchal

+1

datallurgy avatar Feb 16 '22 00:02 datallurgy

+1

somethingSTRANGE avatar Mar 28 '22 20:03 somethingSTRANGE

I took @paw's CSS and juiced it up a bit to require only a fa-ko-fi class. I'm also using em units instead of pixels to avoid everything going pear-shaped at different sizes. I'm using the coffee icon and trimming the saucer off with some more styling.

https://haliphax.dev/2022/06/ko-fi-icon-for-fontawesome/

haliphax avatar Jun 09 '22 06:06 haliphax

+1 I can certainly use this. I've seen a few posts from users that combined existing icons to get something similar to the brand logo, but that solution isn't as useful when using icons in non-web applications.

somethingSTRANGE avatar Jun 29 '22 00:06 somethingSTRANGE

+1

viktorix avatar May 08 '23 16:05 viktorix

@robmadole Any progress here? Ko-fi is pretty popular (and has been for a while). Everything has been provided (including vector art)

kallisti5 avatar Oct 24 '23 13:10 kallisti5

+1 please!

wupistudio avatar Jan 14 '24 23:01 wupistudio

+1 i hope this gets added!

monicaellerose avatar Apr 14 '24 20:04 monicaellerose

+1

VerzatileDev avatar Apr 24 '24 18:04 VerzatileDev

+1

zDyanTB avatar May 27 '24 13:05 zDyanTB