kofi from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
kofi
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the kofi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.351 2.715c-2.7 0-4.986.025-6.83.26C2.078 3.285 0 5.154 0 8.61c0 3.506.182 6.13 1.585 8.493c1.584 2.701 4.233 4.182 7.662 4.182h.83c4.209 0 6.494-2.234 7.637-4a9.5 9.5 0 0 0 1.091-2.338C21.792 14.688 24 12.22 24 9.208v-.415c0-3.247-2.13-5.507-5.792-5.87c-1.558-.156-2.65-.208-6.857-.208m0 1.947c4.208 0 5.09.052 6.571.182c2.624.311 4.13 1.584 4.13 4v.39c0 2.156-1.792 3.844-3.87 3.844h-.935l-.156.649c-.208 1.013-.597 1.818-1.039 2.546c-.909 1.428-2.545 3.064-5.922 3.064h-.805c-2.571 0-4.831-.883-6.078-3.195c-1.09-2-1.298-4.155-1.298-7.506c0-2.181.857-3.402 3.012-3.714c1.533-.233 3.559-.26 6.39-.26m6.547 2.287c-.416 0-.65.234-.65.546v2.935c0 .311.234.545.65.545c1.324 0 2.051-.754 2.051-2s-.727-2.026-2.052-2.026m-10.39.182c-1.818 0-3.013 1.48-3.013 3.142c0 1.533.858 2.857 1.949 3.897c.727.701 1.87 1.429 2.649 1.896a1.47 1.47 0 0 0 1.507 0c.78-.467 1.922-1.195 2.623-1.896c1.117-1.039 1.974-2.364 1.974-3.897c0-1.662-1.247-3.142-3.039-3.142c-1.065 0-1.792.545-2.338 1.298c-.493-.753-1.246-1.298-2.312-1.298"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKofi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.351 2.715c-2.7 0-4.986.025-6.83.26C2.078 3.285 0 5.154 0 8.61c0 3.506.182 6.13 1.585 8.493c1.584 2.701 4.233 4.182 7.662 4.182h.83c4.209 0 6.494-2.234 7.637-4a9.5 9.5 0 0 0 1.091-2.338C21.792 14.688 24 12.22 24 9.208v-.415c0-3.247-2.13-5.507-5.792-5.87c-1.558-.156-2.65-.208-6.857-.208m0 1.947c4.208 0 5.09.052 6.571.182c2.624.311 4.13 1.584 4.13 4v.39c0 2.156-1.792 3.844-3.87 3.844h-.935l-.156.649c-.208 1.013-.597 1.818-1.039 2.546c-.909 1.428-2.545 3.064-5.922 3.064h-.805c-2.571 0-4.831-.883-6.078-3.195c-1.09-2-1.298-4.155-1.298-7.506c0-2.181.857-3.402 3.012-3.714c1.533-.233 3.559-.26 6.39-.26m6.547 2.287c-.416 0-.65.234-.65.546v2.935c0 .311.234.545.65.545c1.324 0 2.051-.754 2.051-2s-.727-2.026-2.052-2.026m-10.39.182c-1.818 0-3.013 1.48-3.013 3.142c0 1.533.858 2.857 1.949 3.897c.727.701 1.87 1.429 2.649 1.896a1.47 1.47 0 0 0 1.507 0c.78-.467 1.922-1.195 2.623-1.896c1.117-1.039 1.974-2.364 1.974-3.897c0-1.662-1.247-3.142-3.039-3.142c-1.065 0-1.792.545-2.338 1.298c-.493-.753-1.246-1.298-2.312-1.298"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.351 2.715c-2.7 0-4.986.025-6.83.26C2.078 3.285 0 5.154 0 8.61c0 3.506.182 6.13 1.585 8.493c1.584 2.701 4.233 4.182 7.662 4.182h.83c4.209 0 6.494-2.234 7.637-4a9.5 9.5 0 0 0 1.091-2.338C21.792 14.688 24 12.22 24 9.208v-.415c0-3.247-2.13-5.507-5.792-5.87c-1.558-.156-2.65-.208-6.857-.208m0 1.947c4.208 0 5.09.052 6.571.182c2.624.311 4.13 1.584 4.13 4v.39c0 2.156-1.792 3.844-3.87 3.844h-.935l-.156.649c-.208 1.013-.597 1.818-1.039 2.546c-.909 1.428-2.545 3.064-5.922 3.064h-.805c-2.571 0-4.831-.883-6.078-3.195c-1.09-2-1.298-4.155-1.298-7.506c0-2.181.857-3.402 3.012-3.714c1.533-.233 3.559-.26 6.39-.26m6.547 2.287c-.416 0-.65.234-.65.546v2.935c0 .311.234.545.65.545c1.324 0 2.051-.754 2.051-2s-.727-2.026-2.052-2.026m-10.39.182c-1.818 0-3.013 1.48-3.013 3.142c0 1.533.858 2.857 1.949 3.897c.727.701 1.87 1.429 2.649 1.896a1.47 1.47 0 0 0 1.507 0c.78-.467 1.922-1.195 2.623-1.896c1.117-1.039 1.974-2.364 1.974-3.897c0-1.662-1.247-3.142-3.039-3.142c-1.065 0-1.792.545-2.338 1.298c-.493-.753-1.246-1.298-2.312-1.298"/></svg>
</template>

CSS

.icon-kofi {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.351%202.715c-2.7%200-4.986.025-6.83.26C2.078%203.285%200%205.154%200%208.61c0%203.506.182%206.13%201.585%208.493c1.584%202.701%204.233%204.182%207.662%204.182h.83c4.209%200%206.494-2.234%207.637-4a9.5%209.5%200%200%200%201.091-2.338C21.792%2014.688%2024%2012.22%2024%209.208v-.415c0-3.247-2.13-5.507-5.792-5.87c-1.558-.156-2.65-.208-6.857-.208m0%201.947c4.208%200%205.09.052%206.571.182c2.624.311%204.13%201.584%204.13%204v.39c0%202.156-1.792%203.844-3.87%203.844h-.935l-.156.649c-.208%201.013-.597%201.818-1.039%202.546c-.909%201.428-2.545%203.064-5.922%203.064h-.805c-2.571%200-4.831-.883-6.078-3.195c-1.09-2-1.298-4.155-1.298-7.506c0-2.181.857-3.402%203.012-3.714c1.533-.233%203.559-.26%206.39-.26m6.547%202.287c-.416%200-.65.234-.65.546v2.935c0%20.311.234.545.65.545c1.324%200%202.051-.754%202.051-2s-.727-2.026-2.052-2.026m-10.39.182c-1.818%200-3.013%201.48-3.013%203.142c0%201.533.858%202.857%201.949%203.897c.727.701%201.87%201.429%202.649%201.896a1.47%201.47%200%200%200%201.507%200c.78-.467%201.922-1.195%202.623-1.896c1.117-1.039%201.974-2.364%201.974-3.897c0-1.662-1.247-3.142-3.039-3.142c-1.065%200-1.792.545-2.338%201.298c-.493-.753-1.246-1.298-2.312-1.298%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.351%202.715c-2.7%200-4.986.025-6.83.26C2.078%203.285%200%205.154%200%208.61c0%203.506.182%206.13%201.585%208.493c1.584%202.701%204.233%204.182%207.662%204.182h.83c4.209%200%206.494-2.234%207.637-4a9.5%209.5%200%200%200%201.091-2.338C21.792%2014.688%2024%2012.22%2024%209.208v-.415c0-3.247-2.13-5.507-5.792-5.87c-1.558-.156-2.65-.208-6.857-.208m0%201.947c4.208%200%205.09.052%206.571.182c2.624.311%204.13%201.584%204.13%204v.39c0%202.156-1.792%203.844-3.87%203.844h-.935l-.156.649c-.208%201.013-.597%201.818-1.039%202.546c-.909%201.428-2.545%203.064-5.922%203.064h-.805c-2.571%200-4.831-.883-6.078-3.195c-1.09-2-1.298-4.155-1.298-7.506c0-2.181.857-3.402%203.012-3.714c1.533-.233%203.559-.26%206.39-.26m6.547%202.287c-.416%200-.65.234-.65.546v2.935c0%20.311.234.545.65.545c1.324%200%202.051-.754%202.051-2s-.727-2.026-2.052-2.026m-10.39.182c-1.818%200-3.013%201.48-3.013%203.142c0%201.533.858%202.857%201.949%203.897c.727.701%201.87%201.429%202.649%201.896a1.47%201.47%200%200%200%201.507%200c.78-.467%201.922-1.195%202.623-1.896c1.117-1.039%201.974-2.364%201.974-3.897c0-1.662-1.247-3.142-3.039-3.142c-1.065%200-1.792.545-2.338%201.298c-.493-.753-1.246-1.298-2.312-1.298%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kofi.svg?color=%231a73e8&size=48