kivy from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
kivy
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

Use the kivy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M1.123 4.881v8.456l3.643-3.643a.825.825 0 0 0 0-1.17zm4.45 14.066v-8.456L1.93 14.134a.825.825 0 0 0 0 1.17zM22.952 8.25L12.848 9.316l-.033.034l4.518 4.518zM6.595 4.64s.044 6.245-.006 8.414c-.037 1.619.703 2.106 1.41 2.848c1.018 1.067 3.022 2.968 3.022 2.968c.396.39 1.025.393 1.418 0l3.485-3.485a1 1 0 0 0 0-1.417z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeKivy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M1.123 4.881v8.456l3.643-3.643a.825.825 0 0 0 0-1.17zm4.45 14.066v-8.456L1.93 14.134a.825.825 0 0 0 0 1.17zM22.952 8.25L12.848 9.316l-.033.034l4.518 4.518zM6.595 4.64s.044 6.245-.006 8.414c-.037 1.619.703 2.106 1.41 2.848c1.018 1.067 3.022 2.968 3.022 2.968c.396.39 1.025.393 1.418 0l3.485-3.485a1 1 0 0 0 0-1.417z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#90a4ae" d="M1.123 4.881v8.456l3.643-3.643a.825.825 0 0 0 0-1.17zm4.45 14.066v-8.456L1.93 14.134a.825.825 0 0 0 0 1.17zM22.952 8.25L12.848 9.316l-.033.034l4.518 4.518zM6.595 4.64s.044 6.245-.006 8.414c-.037 1.619.703 2.106 1.41 2.848c1.018 1.067 3.022 2.968 3.022 2.968c.396.39 1.025.393 1.418 0l3.485-3.485a1 1 0 0 0 0-1.417z"/></svg>
</template>

CSS

.icon-kivy {
  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%22%2390a4ae%22%20d%3D%22M1.123%204.881v8.456l3.643-3.643a.825.825%200%200%200%200-1.17zm4.45%2014.066v-8.456L1.93%2014.134a.825.825%200%200%200%200%201.17zM22.952%208.25L12.848%209.316l-.033.034l4.518%204.518zM6.595%204.64s.044%206.245-.006%208.414c-.037%201.619.703%202.106%201.41%202.848c1.018%201.067%203.022%202.968%203.022%202.968c.396.39%201.025.393%201.418%200l3.485-3.485a1%201%200%200%200%200-1.417z%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%22%2390a4ae%22%20d%3D%22M1.123%204.881v8.456l3.643-3.643a.825.825%200%200%200%200-1.17zm4.45%2014.066v-8.456L1.93%2014.134a.825.825%200%200%200%200%201.17zM22.952%208.25L12.848%209.316l-.033.034l4.518%204.518zM6.595%204.64s.044%206.245-.006%208.414c-.037%201.619.703%202.106%201.41%202.848c1.018%201.067%203.022%202.968%203.022%202.968c.396.39%201.025.393%201.418%200l3.485-3.485a1%201%200%200%200%200-1.417z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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