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

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

The same logo in other sets

Use the kuma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.02 0c-1.118 0-1.935.362-2.474.946A.19.19 0 0 1 16.35 1a17 17 0 0 0-2.634-.623a.184.184 0 0 0-.205.158a.2.2 0 0 0 .003.07c.186.699 1.305 5.133 2.205 8.51c.544 2.043-.866 4.05-2.98 4.044h-1.31c-2.136 0-3.433-2.014-2.94-4.022c.83-3.393 1.968-7.792 2.152-8.517a.183.183 0 0 0-.13-.226a.2.2 0 0 0-.07-.005a14.4 14.4 0 0 0-3.048.698a.19.19 0 0 1-.208-.056C6.646.398 5.806.003 4.643.003c-2.254 0-3.287 1.473-3.287 3.29c0 .952.905 2.24 1.766 3.253a.19.19 0 0 1 .034.18l-1.468 4.259v.011c-.038.148-.604 2.662 3.699 6.661c1.286 1.2 5.77 5.52 6.576 6.293a.18.18 0 0 0 .251 0l6.774-6.293c4.648-4.334 3.54-6.672 3.54-6.672L20.882 6.27a.18.18 0 0 1 .028-.175c.733-.925 1.4-1.991 1.4-2.808C22.31 1.473 21.274 0 19.02 0m-8.025 7.132a.525.525 0 0 0-.527.524l.217 2.157v.003a.525.525 0 0 0 .526.524h1.755a.525.525 0 0 0 .524-.53l.208-2.154a.525.525 0 0 0-.526-.524z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKuma(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="M19.02 0c-1.118 0-1.935.362-2.474.946A.19.19 0 0 1 16.35 1a17 17 0 0 0-2.634-.623a.184.184 0 0 0-.205.158a.2.2 0 0 0 .003.07c.186.699 1.305 5.133 2.205 8.51c.544 2.043-.866 4.05-2.98 4.044h-1.31c-2.136 0-3.433-2.014-2.94-4.022c.83-3.393 1.968-7.792 2.152-8.517a.183.183 0 0 0-.13-.226a.2.2 0 0 0-.07-.005a14.4 14.4 0 0 0-3.048.698a.19.19 0 0 1-.208-.056C6.646.398 5.806.003 4.643.003c-2.254 0-3.287 1.473-3.287 3.29c0 .952.905 2.24 1.766 3.253a.19.19 0 0 1 .034.18l-1.468 4.259v.011c-.038.148-.604 2.662 3.699 6.661c1.286 1.2 5.77 5.52 6.576 6.293a.18.18 0 0 0 .251 0l6.774-6.293c4.648-4.334 3.54-6.672 3.54-6.672L20.882 6.27a.18.18 0 0 1 .028-.175c.733-.925 1.4-1.991 1.4-2.808C22.31 1.473 21.274 0 19.02 0m-8.025 7.132a.525.525 0 0 0-.527.524l.217 2.157v.003a.525.525 0 0 0 .526.524h1.755a.525.525 0 0 0 .524-.53l.208-2.154a.525.525 0 0 0-.526-.524z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.02 0c-1.118 0-1.935.362-2.474.946A.19.19 0 0 1 16.35 1a17 17 0 0 0-2.634-.623a.184.184 0 0 0-.205.158a.2.2 0 0 0 .003.07c.186.699 1.305 5.133 2.205 8.51c.544 2.043-.866 4.05-2.98 4.044h-1.31c-2.136 0-3.433-2.014-2.94-4.022c.83-3.393 1.968-7.792 2.152-8.517a.183.183 0 0 0-.13-.226a.2.2 0 0 0-.07-.005a14.4 14.4 0 0 0-3.048.698a.19.19 0 0 1-.208-.056C6.646.398 5.806.003 4.643.003c-2.254 0-3.287 1.473-3.287 3.29c0 .952.905 2.24 1.766 3.253a.19.19 0 0 1 .034.18l-1.468 4.259v.011c-.038.148-.604 2.662 3.699 6.661c1.286 1.2 5.77 5.52 6.576 6.293a.18.18 0 0 0 .251 0l6.774-6.293c4.648-4.334 3.54-6.672 3.54-6.672L20.882 6.27a.18.18 0 0 1 .028-.175c.733-.925 1.4-1.991 1.4-2.808C22.31 1.473 21.274 0 19.02 0m-8.025 7.132a.525.525 0 0 0-.527.524l.217 2.157v.003a.525.525 0 0 0 .526.524h1.755a.525.525 0 0 0 .524-.53l.208-2.154a.525.525 0 0 0-.526-.524z"/></svg>
</template>

CSS

.icon-kuma {
  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%22M19.02%200c-1.118%200-1.935.362-2.474.946A.19.19%200%200%201%2016.35%201a17%2017%200%200%200-2.634-.623a.184.184%200%200%200-.205.158a.2.2%200%200%200%20.003.07c.186.699%201.305%205.133%202.205%208.51c.544%202.043-.866%204.05-2.98%204.044h-1.31c-2.136%200-3.433-2.014-2.94-4.022c.83-3.393%201.968-7.792%202.152-8.517a.183.183%200%200%200-.13-.226a.2.2%200%200%200-.07-.005a14.4%2014.4%200%200%200-3.048.698a.19.19%200%200%201-.208-.056C6.646.398%205.806.003%204.643.003c-2.254%200-3.287%201.473-3.287%203.29c0%20.952.905%202.24%201.766%203.253a.19.19%200%200%201%20.034.18l-1.468%204.259v.011c-.038.148-.604%202.662%203.699%206.661c1.286%201.2%205.77%205.52%206.576%206.293a.18.18%200%200%200%20.251%200l6.774-6.293c4.648-4.334%203.54-6.672%203.54-6.672L20.882%206.27a.18.18%200%200%201%20.028-.175c.733-.925%201.4-1.991%201.4-2.808C22.31%201.473%2021.274%200%2019.02%200m-8.025%207.132a.525.525%200%200%200-.527.524l.217%202.157v.003a.525.525%200%200%200%20.526.524h1.755a.525.525%200%200%200%20.524-.53l.208-2.154a.525.525%200%200%200-.526-.524z%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%22M19.02%200c-1.118%200-1.935.362-2.474.946A.19.19%200%200%201%2016.35%201a17%2017%200%200%200-2.634-.623a.184.184%200%200%200-.205.158a.2.2%200%200%200%20.003.07c.186.699%201.305%205.133%202.205%208.51c.544%202.043-.866%204.05-2.98%204.044h-1.31c-2.136%200-3.433-2.014-2.94-4.022c.83-3.393%201.968-7.792%202.152-8.517a.183.183%200%200%200-.13-.226a.2.2%200%200%200-.07-.005a14.4%2014.4%200%200%200-3.048.698a.19.19%200%200%201-.208-.056C6.646.398%205.806.003%204.643.003c-2.254%200-3.287%201.473-3.287%203.29c0%20.952.905%202.24%201.766%203.253a.19.19%200%200%201%20.034.18l-1.468%204.259v.011c-.038.148-.604%202.662%203.699%206.661c1.286%201.2%205.77%205.52%206.576%206.293a.18.18%200%200%200%20.251%200l6.774-6.293c4.648-4.334%203.54-6.672%203.54-6.672L20.882%206.27a.18.18%200%200%201%20.028-.175c.733-.925%201.4-1.991%201.4-2.808C22.31%201.473%2021.274%200%2019.02%200m-8.025%207.132a.525.525%200%200%200-.527.524l.217%202.157v.003a.525.525%200%200%200%20.526.524h1.755a.525.525%200%200%200%20.524-.53l.208-2.154a.525.525%200%200%200-.526-.524z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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