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

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

Use the kando logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.953 6.435c-1.45 1.529-5.679 2.311-6.702 1.291c-1.022-1.019-.298-5.006 1.154-6.535a3.826 3.826 0 0 1 5.402-.146a3.807 3.807 0 0 1 .146 5.39m-5.27 12.74c-1.906-.904-3.96-4.674-3.303-5.96c.656-1.287 4.68-1.83 6.585-.926a3.824 3.813 0 0 1-3.282 6.886m-10.799.451c.274-2.088 3.234-5.2 4.663-4.975s3.188 3.878 2.914 5.965a3.822 3.811 0 1 1-7.578-.99M3.117 9.532c2.075-.388 5.959 1.454 6.187 2.878S6.6 16.638 4.526 17.027a3.82 3.82 0 0 1-4.46-3.044a3.813 3.813 0 0 1 3.051-4.45m8.466-6.707c1.01 1.849.453 6.103-.835 6.759S5.883 8.324 4.873 6.474A3.824 3.813 0 0 1 6.4 1.302a3.82 3.81 0 0 1 5.183 1.524"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKando(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="M22.953 6.435c-1.45 1.529-5.679 2.311-6.702 1.291c-1.022-1.019-.298-5.006 1.154-6.535a3.826 3.826 0 0 1 5.402-.146a3.807 3.807 0 0 1 .146 5.39m-5.27 12.74c-1.906-.904-3.96-4.674-3.303-5.96c.656-1.287 4.68-1.83 6.585-.926a3.824 3.813 0 0 1-3.282 6.886m-10.799.451c.274-2.088 3.234-5.2 4.663-4.975s3.188 3.878 2.914 5.965a3.822 3.811 0 1 1-7.578-.99M3.117 9.532c2.075-.388 5.959 1.454 6.187 2.878S6.6 16.638 4.526 17.027a3.82 3.82 0 0 1-4.46-3.044a3.813 3.813 0 0 1 3.051-4.45m8.466-6.707c1.01 1.849.453 6.103-.835 6.759S5.883 8.324 4.873 6.474A3.824 3.813 0 0 1 6.4 1.302a3.82 3.81 0 0 1 5.183 1.524"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.953 6.435c-1.45 1.529-5.679 2.311-6.702 1.291c-1.022-1.019-.298-5.006 1.154-6.535a3.826 3.826 0 0 1 5.402-.146a3.807 3.807 0 0 1 .146 5.39m-5.27 12.74c-1.906-.904-3.96-4.674-3.303-5.96c.656-1.287 4.68-1.83 6.585-.926a3.824 3.813 0 0 1-3.282 6.886m-10.799.451c.274-2.088 3.234-5.2 4.663-4.975s3.188 3.878 2.914 5.965a3.822 3.811 0 1 1-7.578-.99M3.117 9.532c2.075-.388 5.959 1.454 6.187 2.878S6.6 16.638 4.526 17.027a3.82 3.82 0 0 1-4.46-3.044a3.813 3.813 0 0 1 3.051-4.45m8.466-6.707c1.01 1.849.453 6.103-.835 6.759S5.883 8.324 4.873 6.474A3.824 3.813 0 0 1 6.4 1.302a3.82 3.81 0 0 1 5.183 1.524"/></svg>
</template>

CSS

.icon-kando {
  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%22M22.953%206.435c-1.45%201.529-5.679%202.311-6.702%201.291c-1.022-1.019-.298-5.006%201.154-6.535a3.826%203.826%200%200%201%205.402-.146a3.807%203.807%200%200%201%20.146%205.39m-5.27%2012.74c-1.906-.904-3.96-4.674-3.303-5.96c.656-1.287%204.68-1.83%206.585-.926a3.824%203.813%200%200%201-3.282%206.886m-10.799.451c.274-2.088%203.234-5.2%204.663-4.975s3.188%203.878%202.914%205.965a3.822%203.811%200%201%201-7.578-.99M3.117%209.532c2.075-.388%205.959%201.454%206.187%202.878S6.6%2016.638%204.526%2017.027a3.82%203.82%200%200%201-4.46-3.044a3.813%203.813%200%200%201%203.051-4.45m8.466-6.707c1.01%201.849.453%206.103-.835%206.759S5.883%208.324%204.873%206.474A3.824%203.813%200%200%201%206.4%201.302a3.82%203.81%200%200%201%205.183%201.524%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%22M22.953%206.435c-1.45%201.529-5.679%202.311-6.702%201.291c-1.022-1.019-.298-5.006%201.154-6.535a3.826%203.826%200%200%201%205.402-.146a3.807%203.807%200%200%201%20.146%205.39m-5.27%2012.74c-1.906-.904-3.96-4.674-3.303-5.96c.656-1.287%204.68-1.83%206.585-.926a3.824%203.813%200%200%201-3.282%206.886m-10.799.451c.274-2.088%203.234-5.2%204.663-4.975s3.188%203.878%202.914%205.965a3.822%203.811%200%201%201-7.578-.99M3.117%209.532c2.075-.388%205.959%201.454%206.187%202.878S6.6%2016.638%204.526%2017.027a3.82%203.82%200%200%201-4.46-3.044a3.813%203.813%200%200%201%203.051-4.45m8.466-6.707c1.01%201.849.453%206.103-.835%206.759S5.883%208.324%204.873%206.474A3.824%203.813%200%200%201%206.4%201.302a3.82%203.81%200%200%201%205.183%201.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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