ko-fi from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
ko-fi
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the ko fi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M313.8 139c89.8 0 113 1.1 146.3 4.4c78.1 7.8 123.6 56 123.6 125.2v8.9c0 64.3-47.1 116.9-110.8 122.4c-5 16.6-12.8 33.2-23.3 49.9c-24.4 37.7-73.1 85.3-162.9 85.3H269c-73.1 0-129.7-31.6-163.5-89.2c-29.9-50.4-33.8-106.4-33.8-181.2c0-73.7 44.4-113.6 96.4-120.2c39.3-5 88.1-5.5 145.7-5.5m0 41.6c-60.4 0-103.6.5-136.3 5.5c-46 6.7-64.3 32.7-64.3 79.2l.2 25.7c1.2 57.3 7.1 97.1 27.5 134.5c26.6 49.3 74.8 68.2 129.7 68.2h17.2c72 0 107-34.9 126.3-65.4c9.4-15.5 17.7-32.7 22.2-54.3l3.3-13.8h19.9c44.3 0 82.6-36 82.6-82v-8.3c0-51.5-32.2-78.7-88.1-85.3c-31.6-2.8-50.4-3.9-140.2-3.9zm17.2 52.6c38.2 0 64.8 31.6 64.8 67c0 32.7-18.3 61-42.1 83.1c-15 15-39.3 30.5-55.9 40.5c-4.4 2.8-10 4.4-16.7 4.4c-5.5 0-10.5-1.7-15.5-4.4c-16.6-10-41-25.5-56.5-40.5c-21.8-20.8-39.2-46.9-41.3-77l-.2-6.1c0-35.5 25.5-67 64.3-67c22.7 0 38.8 11.6 49.3 27.7c11.6-16.1 27.2-27.7 49.9-27.7zm122.5-3.9c28.3 0 43.8 16.6 43.8 43.2s-15.5 42.7-43.8 42.7c-8.9 0-13.8-5-13.8-11.7v-62.6c0-6.7 5-11.6 13.8-11.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsKoFi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M313.8 139c89.8 0 113 1.1 146.3 4.4c78.1 7.8 123.6 56 123.6 125.2v8.9c0 64.3-47.1 116.9-110.8 122.4c-5 16.6-12.8 33.2-23.3 49.9c-24.4 37.7-73.1 85.3-162.9 85.3H269c-73.1 0-129.7-31.6-163.5-89.2c-29.9-50.4-33.8-106.4-33.8-181.2c0-73.7 44.4-113.6 96.4-120.2c39.3-5 88.1-5.5 145.7-5.5m0 41.6c-60.4 0-103.6.5-136.3 5.5c-46 6.7-64.3 32.7-64.3 79.2l.2 25.7c1.2 57.3 7.1 97.1 27.5 134.5c26.6 49.3 74.8 68.2 129.7 68.2h17.2c72 0 107-34.9 126.3-65.4c9.4-15.5 17.7-32.7 22.2-54.3l3.3-13.8h19.9c44.3 0 82.6-36 82.6-82v-8.3c0-51.5-32.2-78.7-88.1-85.3c-31.6-2.8-50.4-3.9-140.2-3.9zm17.2 52.6c38.2 0 64.8 31.6 64.8 67c0 32.7-18.3 61-42.1 83.1c-15 15-39.3 30.5-55.9 40.5c-4.4 2.8-10 4.4-16.7 4.4c-5.5 0-10.5-1.7-15.5-4.4c-16.6-10-41-25.5-56.5-40.5c-21.8-20.8-39.2-46.9-41.3-77l-.2-6.1c0-35.5 25.5-67 64.3-67c22.7 0 38.8 11.6 49.3 27.7c11.6-16.1 27.2-27.7 49.9-27.7zm122.5-3.9c28.3 0 43.8 16.6 43.8 43.2s-15.5 42.7-43.8 42.7c-8.9 0-13.8-5-13.8-11.7v-62.6c0-6.7 5-11.6 13.8-11.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M313.8 139c89.8 0 113 1.1 146.3 4.4c78.1 7.8 123.6 56 123.6 125.2v8.9c0 64.3-47.1 116.9-110.8 122.4c-5 16.6-12.8 33.2-23.3 49.9c-24.4 37.7-73.1 85.3-162.9 85.3H269c-73.1 0-129.7-31.6-163.5-89.2c-29.9-50.4-33.8-106.4-33.8-181.2c0-73.7 44.4-113.6 96.4-120.2c39.3-5 88.1-5.5 145.7-5.5m0 41.6c-60.4 0-103.6.5-136.3 5.5c-46 6.7-64.3 32.7-64.3 79.2l.2 25.7c1.2 57.3 7.1 97.1 27.5 134.5c26.6 49.3 74.8 68.2 129.7 68.2h17.2c72 0 107-34.9 126.3-65.4c9.4-15.5 17.7-32.7 22.2-54.3l3.3-13.8h19.9c44.3 0 82.6-36 82.6-82v-8.3c0-51.5-32.2-78.7-88.1-85.3c-31.6-2.8-50.4-3.9-140.2-3.9zm17.2 52.6c38.2 0 64.8 31.6 64.8 67c0 32.7-18.3 61-42.1 83.1c-15 15-39.3 30.5-55.9 40.5c-4.4 2.8-10 4.4-16.7 4.4c-5.5 0-10.5-1.7-15.5-4.4c-16.6-10-41-25.5-56.5-40.5c-21.8-20.8-39.2-46.9-41.3-77l-.2-6.1c0-35.5 25.5-67 64.3-67c22.7 0 38.8 11.6 49.3 27.7c11.6-16.1 27.2-27.7 49.9-27.7zm122.5-3.9c28.3 0 43.8 16.6 43.8 43.2s-15.5 42.7-43.8 42.7c-8.9 0-13.8-5-13.8-11.7v-62.6c0-6.7 5-11.6 13.8-11.6"/></svg>
</template>

CSS

.icon-ko-fi {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M313.8%20139c89.8%200%20113%201.1%20146.3%204.4c78.1%207.8%20123.6%2056%20123.6%20125.2v8.9c0%2064.3-47.1%20116.9-110.8%20122.4c-5%2016.6-12.8%2033.2-23.3%2049.9c-24.4%2037.7-73.1%2085.3-162.9%2085.3H269c-73.1%200-129.7-31.6-163.5-89.2c-29.9-50.4-33.8-106.4-33.8-181.2c0-73.7%2044.4-113.6%2096.4-120.2c39.3-5%2088.1-5.5%20145.7-5.5m0%2041.6c-60.4%200-103.6.5-136.3%205.5c-46%206.7-64.3%2032.7-64.3%2079.2l.2%2025.7c1.2%2057.3%207.1%2097.1%2027.5%20134.5c26.6%2049.3%2074.8%2068.2%20129.7%2068.2h17.2c72%200%20107-34.9%20126.3-65.4c9.4-15.5%2017.7-32.7%2022.2-54.3l3.3-13.8h19.9c44.3%200%2082.6-36%2082.6-82v-8.3c0-51.5-32.2-78.7-88.1-85.3c-31.6-2.8-50.4-3.9-140.2-3.9zm17.2%2052.6c38.2%200%2064.8%2031.6%2064.8%2067c0%2032.7-18.3%2061-42.1%2083.1c-15%2015-39.3%2030.5-55.9%2040.5c-4.4%202.8-10%204.4-16.7%204.4c-5.5%200-10.5-1.7-15.5-4.4c-16.6-10-41-25.5-56.5-40.5c-21.8-20.8-39.2-46.9-41.3-77l-.2-6.1c0-35.5%2025.5-67%2064.3-67c22.7%200%2038.8%2011.6%2049.3%2027.7c11.6-16.1%2027.2-27.7%2049.9-27.7zm122.5-3.9c28.3%200%2043.8%2016.6%2043.8%2043.2s-15.5%2042.7-43.8%2042.7c-8.9%200-13.8-5-13.8-11.7v-62.6c0-6.7%205-11.6%2013.8-11.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M313.8%20139c89.8%200%20113%201.1%20146.3%204.4c78.1%207.8%20123.6%2056%20123.6%20125.2v8.9c0%2064.3-47.1%20116.9-110.8%20122.4c-5%2016.6-12.8%2033.2-23.3%2049.9c-24.4%2037.7-73.1%2085.3-162.9%2085.3H269c-73.1%200-129.7-31.6-163.5-89.2c-29.9-50.4-33.8-106.4-33.8-181.2c0-73.7%2044.4-113.6%2096.4-120.2c39.3-5%2088.1-5.5%20145.7-5.5m0%2041.6c-60.4%200-103.6.5-136.3%205.5c-46%206.7-64.3%2032.7-64.3%2079.2l.2%2025.7c1.2%2057.3%207.1%2097.1%2027.5%20134.5c26.6%2049.3%2074.8%2068.2%20129.7%2068.2h17.2c72%200%20107-34.9%20126.3-65.4c9.4-15.5%2017.7-32.7%2022.2-54.3l3.3-13.8h19.9c44.3%200%2082.6-36%2082.6-82v-8.3c0-51.5-32.2-78.7-88.1-85.3c-31.6-2.8-50.4-3.9-140.2-3.9zm17.2%2052.6c38.2%200%2064.8%2031.6%2064.8%2067c0%2032.7-18.3%2061-42.1%2083.1c-15%2015-39.3%2030.5-55.9%2040.5c-4.4%202.8-10%204.4-16.7%204.4c-5.5%200-10.5-1.7-15.5-4.4c-16.6-10-41-25.5-56.5-40.5c-21.8-20.8-39.2-46.9-41.3-77l-.2-6.1c0-35.5%2025.5-67%2064.3-67c22.7%200%2038.8%2011.6%2049.3%2027.7c11.6-16.1%2027.2-27.7%2049.9-27.7zm122.5-3.9c28.3%200%2043.8%2016.6%2043.8%2043.2s-15.5%2042.7-43.8%2042.7c-8.9%200-13.8-5-13.8-11.7v-62.6c0-6.7%205-11.6%2013.8-11.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/ko-fi.svg?color=%231a73e8&size=48