The HugeIcons ko fi icon depicts a coffee cup, commonly used to represent options for buying the creator a coffee or making a donation.
Common uses
- Donation button
- Support creator link
- Tip jar feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { KoFiIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={KoFiIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- coffeedonationsupporttip
FAQ
- What does the ko fi icon represent?
- It represents a coffee cup, symbolizing a way for users to support creators, often through donations or 'buying a coffee'.
- How do I use the ko fi icon in React?
- Import { HugeiconsIcon } from '@hugeicons/react'; and { KoFiIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={KoFiIcon} />.
- What is the license for this icon?
- The ko fi icon is distributed under the MIT license.