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

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

Use the kx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 5.873h3.59v12.254H0zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 12l4.06-6.127zm12.254 0L19.903 12L24 18.127h-4.097l-2.03-3.045l-2.03 3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082l2.03-3.082z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKx(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="M0 5.873h3.59v12.254H0zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 12l4.06-6.127zm12.254 0L19.903 12L24 18.127h-4.097l-2.03-3.045l-2.03 3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082l2.03-3.082z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 5.873h3.59v12.254H0zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 12l4.06-6.127zm12.254 0L19.903 12L24 18.127h-4.097l-2.03-3.045l-2.03 3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082l2.03-3.082z"/></svg>
</template>

CSS

.icon-kx {
  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%22M0%205.873h3.59v12.254H0zm11.746%200L7.65%2012l4.097%206.127H7.65L3.59%2012l4.06-6.127zm12.254%200L19.903%2012L24%2018.127h-4.097l-2.03-3.045l-2.03%203.045h-4.097L15.843%2012l-4.097-6.127h4.097l2.03%203.082l2.03-3.082z%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%22M0%205.873h3.59v12.254H0zm11.746%200L7.65%2012l4.097%206.127H7.65L3.59%2012l4.06-6.127zm12.254%200L19.903%2012L24%2018.127h-4.097l-2.03-3.045l-2.03%203.045h-4.097L15.843%2012l-4.097-6.127h4.097l2.03%203.082l2.03-3.082z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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