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

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

Use the kitsu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.429 5.441a12.5 12.5 0 0 0 1.916 2.056c.011.011.022.011.022.022c.452.387 1.313.947 1.937 1.173c0 0 3.886 1.496 4.091 1.582a1.4 1.4 0 0 0 .237.075a.694.694 0 0 0 .808-.549c.011-.065.022-.172.022-.248V5.161c.011-.667-.205-1.679-.398-2.239c0-.011-.011-.022-.011-.032A12 12 0 0 0 8.824.36L8.781.285a.697.697 0 0 0-.958-.162c-.054.032-.086.075-.129.119L7.608.36a4.74 4.74 0 0 0-.786 3.412a8 8 0 0 0-.775.463c-.043.032-.42.291-.71.56A4.8 4.8 0 0 0 1.87 4.3c-.043.011-.097.021-.14.032c-.054.022-.107.043-.151.076a.7.7 0 0 0-.193.958zM8.222 1.07c.366.614.678 1.249.925 1.917q-.743.129-1.453.388a3.9 3.9 0 0 1 .528-2.305M4.658 5.463a7.5 7.5 0 0 0-.893 1.216a11.7 11.7 0 0 1-1.453-1.55a3.83 3.83 0 0 1 2.346.334m13.048-.302a7.7 7.7 0 0 0-2.347-.474a7.6 7.6 0 0 0-3.811.818l-.215.108v3.918c0 .054 0 .258-.032.431a1.54 1.54 0 0 1-.646.98a1.55 1.55 0 0 1-1.152.247a2.6 2.6 0 0 1-.409-.118a748 748 0 0 1-3.402-1.313a9 9 0 0 0-.323-.129a30.6 30.6 0 0 0-3.822 3.832l-.075.086a.698.698 0 0 0 .538 1.098a.68.68 0 0 0 .42-.118c.011-.011.022-.022.043-.032c1.313-.947 2.756-1.712 4.284-2.325a.7.7 0 0 1 .818.13a.704.704 0 0 1 .054.915l-.237.388a20.3 20.3 0 0 0-1.97 4.306l-.032.129a.65.65 0 0 0 .108.538a.71.71 0 0 0 .549.301a.66.66 0 0 0 .42-.118c.054-.043.108-.086.151-.14l.043-.065a19 19 0 0 1 1.765-2.153a20.16 20.16 0 0 1 10.797-6.018c.032-.011.065-.011.097-.011c.237.011.42.215.409.452a.424.424 0 0 1-.344.398c-3.908.829-10.948 5.469-8.483 12.208c.043.108.075.172.129.269a.71.71 0 0 0 .538.301a.74.74 0 0 0 .657-.398c.398-.754 1.152-1.593 3.326-2.497c6.061-2.508 7.062-6.093 7.17-8.364v-.129a7.72 7.72 0 0 0-5.016-7.451m-6.083 17.762c-.56-1.669-.506-3.283.151-4.823c1.26 2.035 3.456 2.207 3.456 2.207c-2.25.937-3.133 1.863-3.607 2.616"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKitsu(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="M1.429 5.441a12.5 12.5 0 0 0 1.916 2.056c.011.011.022.011.022.022c.452.387 1.313.947 1.937 1.173c0 0 3.886 1.496 4.091 1.582a1.4 1.4 0 0 0 .237.075a.694.694 0 0 0 .808-.549c.011-.065.022-.172.022-.248V5.161c.011-.667-.205-1.679-.398-2.239c0-.011-.011-.022-.011-.032A12 12 0 0 0 8.824.36L8.781.285a.697.697 0 0 0-.958-.162c-.054.032-.086.075-.129.119L7.608.36a4.74 4.74 0 0 0-.786 3.412a8 8 0 0 0-.775.463c-.043.032-.42.291-.71.56A4.8 4.8 0 0 0 1.87 4.3c-.043.011-.097.021-.14.032c-.054.022-.107.043-.151.076a.7.7 0 0 0-.193.958zM8.222 1.07c.366.614.678 1.249.925 1.917q-.743.129-1.453.388a3.9 3.9 0 0 1 .528-2.305M4.658 5.463a7.5 7.5 0 0 0-.893 1.216a11.7 11.7 0 0 1-1.453-1.55a3.83 3.83 0 0 1 2.346.334m13.048-.302a7.7 7.7 0 0 0-2.347-.474a7.6 7.6 0 0 0-3.811.818l-.215.108v3.918c0 .054 0 .258-.032.431a1.54 1.54 0 0 1-.646.98a1.55 1.55 0 0 1-1.152.247a2.6 2.6 0 0 1-.409-.118a748 748 0 0 1-3.402-1.313a9 9 0 0 0-.323-.129a30.6 30.6 0 0 0-3.822 3.832l-.075.086a.698.698 0 0 0 .538 1.098a.68.68 0 0 0 .42-.118c.011-.011.022-.022.043-.032c1.313-.947 2.756-1.712 4.284-2.325a.7.7 0 0 1 .818.13a.704.704 0 0 1 .054.915l-.237.388a20.3 20.3 0 0 0-1.97 4.306l-.032.129a.65.65 0 0 0 .108.538a.71.71 0 0 0 .549.301a.66.66 0 0 0 .42-.118c.054-.043.108-.086.151-.14l.043-.065a19 19 0 0 1 1.765-2.153a20.16 20.16 0 0 1 10.797-6.018c.032-.011.065-.011.097-.011c.237.011.42.215.409.452a.424.424 0 0 1-.344.398c-3.908.829-10.948 5.469-8.483 12.208c.043.108.075.172.129.269a.71.71 0 0 0 .538.301a.74.74 0 0 0 .657-.398c.398-.754 1.152-1.593 3.326-2.497c6.061-2.508 7.062-6.093 7.17-8.364v-.129a7.72 7.72 0 0 0-5.016-7.451m-6.083 17.762c-.56-1.669-.506-3.283.151-4.823c1.26 2.035 3.456 2.207 3.456 2.207c-2.25.937-3.133 1.863-3.607 2.616"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.429 5.441a12.5 12.5 0 0 0 1.916 2.056c.011.011.022.011.022.022c.452.387 1.313.947 1.937 1.173c0 0 3.886 1.496 4.091 1.582a1.4 1.4 0 0 0 .237.075a.694.694 0 0 0 .808-.549c.011-.065.022-.172.022-.248V5.161c.011-.667-.205-1.679-.398-2.239c0-.011-.011-.022-.011-.032A12 12 0 0 0 8.824.36L8.781.285a.697.697 0 0 0-.958-.162c-.054.032-.086.075-.129.119L7.608.36a4.74 4.74 0 0 0-.786 3.412a8 8 0 0 0-.775.463c-.043.032-.42.291-.71.56A4.8 4.8 0 0 0 1.87 4.3c-.043.011-.097.021-.14.032c-.054.022-.107.043-.151.076a.7.7 0 0 0-.193.958zM8.222 1.07c.366.614.678 1.249.925 1.917q-.743.129-1.453.388a3.9 3.9 0 0 1 .528-2.305M4.658 5.463a7.5 7.5 0 0 0-.893 1.216a11.7 11.7 0 0 1-1.453-1.55a3.83 3.83 0 0 1 2.346.334m13.048-.302a7.7 7.7 0 0 0-2.347-.474a7.6 7.6 0 0 0-3.811.818l-.215.108v3.918c0 .054 0 .258-.032.431a1.54 1.54 0 0 1-.646.98a1.55 1.55 0 0 1-1.152.247a2.6 2.6 0 0 1-.409-.118a748 748 0 0 1-3.402-1.313a9 9 0 0 0-.323-.129a30.6 30.6 0 0 0-3.822 3.832l-.075.086a.698.698 0 0 0 .538 1.098a.68.68 0 0 0 .42-.118c.011-.011.022-.022.043-.032c1.313-.947 2.756-1.712 4.284-2.325a.7.7 0 0 1 .818.13a.704.704 0 0 1 .054.915l-.237.388a20.3 20.3 0 0 0-1.97 4.306l-.032.129a.65.65 0 0 0 .108.538a.71.71 0 0 0 .549.301a.66.66 0 0 0 .42-.118c.054-.043.108-.086.151-.14l.043-.065a19 19 0 0 1 1.765-2.153a20.16 20.16 0 0 1 10.797-6.018c.032-.011.065-.011.097-.011c.237.011.42.215.409.452a.424.424 0 0 1-.344.398c-3.908.829-10.948 5.469-8.483 12.208c.043.108.075.172.129.269a.71.71 0 0 0 .538.301a.74.74 0 0 0 .657-.398c.398-.754 1.152-1.593 3.326-2.497c6.061-2.508 7.062-6.093 7.17-8.364v-.129a7.72 7.72 0 0 0-5.016-7.451m-6.083 17.762c-.56-1.669-.506-3.283.151-4.823c1.26 2.035 3.456 2.207 3.456 2.207c-2.25.937-3.133 1.863-3.607 2.616"/></svg>
</template>

CSS

.icon-kitsu {
  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%22M1.429%205.441a12.5%2012.5%200%200%200%201.916%202.056c.011.011.022.011.022.022c.452.387%201.313.947%201.937%201.173c0%200%203.886%201.496%204.091%201.582a1.4%201.4%200%200%200%20.237.075a.694.694%200%200%200%20.808-.549c.011-.065.022-.172.022-.248V5.161c.011-.667-.205-1.679-.398-2.239c0-.011-.011-.022-.011-.032A12%2012%200%200%200%208.824.36L8.781.285a.697.697%200%200%200-.958-.162c-.054.032-.086.075-.129.119L7.608.36a4.74%204.74%200%200%200-.786%203.412a8%208%200%200%200-.775.463c-.043.032-.42.291-.71.56A4.8%204.8%200%200%200%201.87%204.3c-.043.011-.097.021-.14.032c-.054.022-.107.043-.151.076a.7.7%200%200%200-.193.958zM8.222%201.07c.366.614.678%201.249.925%201.917q-.743.129-1.453.388a3.9%203.9%200%200%201%20.528-2.305M4.658%205.463a7.5%207.5%200%200%200-.893%201.216a11.7%2011.7%200%200%201-1.453-1.55a3.83%203.83%200%200%201%202.346.334m13.048-.302a7.7%207.7%200%200%200-2.347-.474a7.6%207.6%200%200%200-3.811.818l-.215.108v3.918c0%20.054%200%20.258-.032.431a1.54%201.54%200%200%201-.646.98a1.55%201.55%200%200%201-1.152.247a2.6%202.6%200%200%201-.409-.118a748%20748%200%200%201-3.402-1.313a9%209%200%200%200-.323-.129a30.6%2030.6%200%200%200-3.822%203.832l-.075.086a.698.698%200%200%200%20.538%201.098a.68.68%200%200%200%20.42-.118c.011-.011.022-.022.043-.032c1.313-.947%202.756-1.712%204.284-2.325a.7.7%200%200%201%20.818.13a.704.704%200%200%201%20.054.915l-.237.388a20.3%2020.3%200%200%200-1.97%204.306l-.032.129a.65.65%200%200%200%20.108.538a.71.71%200%200%200%20.549.301a.66.66%200%200%200%20.42-.118c.054-.043.108-.086.151-.14l.043-.065a19%2019%200%200%201%201.765-2.153a20.16%2020.16%200%200%201%2010.797-6.018c.032-.011.065-.011.097-.011c.237.011.42.215.409.452a.424.424%200%200%201-.344.398c-3.908.829-10.948%205.469-8.483%2012.208c.043.108.075.172.129.269a.71.71%200%200%200%20.538.301a.74.74%200%200%200%20.657-.398c.398-.754%201.152-1.593%203.326-2.497c6.061-2.508%207.062-6.093%207.17-8.364v-.129a7.72%207.72%200%200%200-5.016-7.451m-6.083%2017.762c-.56-1.669-.506-3.283.151-4.823c1.26%202.035%203.456%202.207%203.456%202.207c-2.25.937-3.133%201.863-3.607%202.616%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%22M1.429%205.441a12.5%2012.5%200%200%200%201.916%202.056c.011.011.022.011.022.022c.452.387%201.313.947%201.937%201.173c0%200%203.886%201.496%204.091%201.582a1.4%201.4%200%200%200%20.237.075a.694.694%200%200%200%20.808-.549c.011-.065.022-.172.022-.248V5.161c.011-.667-.205-1.679-.398-2.239c0-.011-.011-.022-.011-.032A12%2012%200%200%200%208.824.36L8.781.285a.697.697%200%200%200-.958-.162c-.054.032-.086.075-.129.119L7.608.36a4.74%204.74%200%200%200-.786%203.412a8%208%200%200%200-.775.463c-.043.032-.42.291-.71.56A4.8%204.8%200%200%200%201.87%204.3c-.043.011-.097.021-.14.032c-.054.022-.107.043-.151.076a.7.7%200%200%200-.193.958zM8.222%201.07c.366.614.678%201.249.925%201.917q-.743.129-1.453.388a3.9%203.9%200%200%201%20.528-2.305M4.658%205.463a7.5%207.5%200%200%200-.893%201.216a11.7%2011.7%200%200%201-1.453-1.55a3.83%203.83%200%200%201%202.346.334m13.048-.302a7.7%207.7%200%200%200-2.347-.474a7.6%207.6%200%200%200-3.811.818l-.215.108v3.918c0%20.054%200%20.258-.032.431a1.54%201.54%200%200%201-.646.98a1.55%201.55%200%200%201-1.152.247a2.6%202.6%200%200%201-.409-.118a748%20748%200%200%201-3.402-1.313a9%209%200%200%200-.323-.129a30.6%2030.6%200%200%200-3.822%203.832l-.075.086a.698.698%200%200%200%20.538%201.098a.68.68%200%200%200%20.42-.118c.011-.011.022-.022.043-.032c1.313-.947%202.756-1.712%204.284-2.325a.7.7%200%200%201%20.818.13a.704.704%200%200%201%20.054.915l-.237.388a20.3%2020.3%200%200%200-1.97%204.306l-.032.129a.65.65%200%200%200%20.108.538a.71.71%200%200%200%20.549.301a.66.66%200%200%200%20.42-.118c.054-.043.108-.086.151-.14l.043-.065a19%2019%200%200%201%201.765-2.153a20.16%2020.16%200%200%201%2010.797-6.018c.032-.011.065-.011.097-.011c.237.011.42.215.409.452a.424.424%200%200%201-.344.398c-3.908.829-10.948%205.469-8.483%2012.208c.043.108.075.172.129.269a.71.71%200%200%200%20.538.301a.74.74%200%200%200%20.657-.398c.398-.754%201.152-1.593%203.326-2.497c6.061-2.508%207.062-6.093%207.17-8.364v-.129a7.72%207.72%200%200%200-5.016-7.451m-6.083%2017.762c-.56-1.669-.506-3.283.151-4.823c1.26%202.035%203.456%202.207%203.456%202.207c-2.25.937-3.133%201.863-3.607%202.616%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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