klt from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
klt
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the klt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGG8S6JeFP)" fill-rule="evenodd" d="M15.235 5.605h-.867v1.8c-.757-.625-2.065-1.326-3.836-1.326h-.08a6.02 6.02 0 0 0-5.363 3.315H3v1.422h1.577q-.156.669-.156 1.387c0 3.42 2.728 6.192 6.101 6.192h.246c1.388 0 2.511-1.142 2.511-2.549v-.152a2.464 2.464 0 0 0-2.444-2.482h-.228a2.07 2.07 0 0 0-1.875 1.208c-.218.464.217.9.73.9c.226 0 .406-.199.51-.402a.86.86 0 0 1 .763-.474h.11a1.113 1.113 0 0 1 1.108 1.127v.29c0 .662-.53 1.207-1.185 1.207h-.345a4.74 4.74 0 0 1-4.676-4.784c0-.507.076-1.004.218-1.469H21v-1.42h-1.9c-.123-2.113-1.804-3.79-3.865-3.79m-.71 3.79c-1.232-1.71-2.999-2.123-3.804-2.104h-.09c-1.639 0-3.088.834-3.979 2.103zm3.368 0h-2.104v-2.36l.162.034c1.136.218 1.837 1.18 1.942 2.325" clip-rule="evenodd"/><defs><linearGradient id="SVGG8S6JeFP" x1="20.394" x2="3.27" y1="10.053" y2="10.053" gradientUnits="userSpaceOnUse"><stop offset=".12" stop-color="#a157fd"/><stop offset="1" stop-color="#0aaef3"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedKlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGG8S6JeFP)" fillRule="evenodd" d="M15.235 5.605h-.867v1.8c-.757-.625-2.065-1.326-3.836-1.326h-.08a6.02 6.02 0 0 0-5.363 3.315H3v1.422h1.577q-.156.669-.156 1.387c0 3.42 2.728 6.192 6.101 6.192h.246c1.388 0 2.511-1.142 2.511-2.549v-.152a2.464 2.464 0 0 0-2.444-2.482h-.228a2.07 2.07 0 0 0-1.875 1.208c-.218.464.217.9.73.9c.226 0 .406-.199.51-.402a.86.86 0 0 1 .763-.474h.11a1.113 1.113 0 0 1 1.108 1.127v.29c0 .662-.53 1.207-1.185 1.207h-.345a4.74 4.74 0 0 1-4.676-4.784c0-.507.076-1.004.218-1.469H21v-1.42h-1.9c-.123-2.113-1.804-3.79-3.865-3.79m-.71 3.79c-1.232-1.71-2.999-2.123-3.804-2.104h-.09c-1.639 0-3.088.834-3.979 2.103zm3.368 0h-2.104v-2.36l.162.034c1.136.218 1.837 1.18 1.942 2.325" clipRule="evenodd"/><defs><linearGradient id="SVGG8S6JeFP" x1="20.394" x2="3.27" y1="10.053" y2="10.053" gradientUnits="userSpaceOnUse"><stop offset=".12" stopColor="#a157fd"/><stop offset="1" stopColor="#0aaef3"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGG8S6JeFP)" fill-rule="evenodd" d="M15.235 5.605h-.867v1.8c-.757-.625-2.065-1.326-3.836-1.326h-.08a6.02 6.02 0 0 0-5.363 3.315H3v1.422h1.577q-.156.669-.156 1.387c0 3.42 2.728 6.192 6.101 6.192h.246c1.388 0 2.511-1.142 2.511-2.549v-.152a2.464 2.464 0 0 0-2.444-2.482h-.228a2.07 2.07 0 0 0-1.875 1.208c-.218.464.217.9.73.9c.226 0 .406-.199.51-.402a.86.86 0 0 1 .763-.474h.11a1.113 1.113 0 0 1 1.108 1.127v.29c0 .662-.53 1.207-1.185 1.207h-.345a4.74 4.74 0 0 1-4.676-4.784c0-.507.076-1.004.218-1.469H21v-1.42h-1.9c-.123-2.113-1.804-3.79-3.865-3.79m-.71 3.79c-1.232-1.71-2.999-2.123-3.804-2.104h-.09c-1.639 0-3.088.834-3.979 2.103zm3.368 0h-2.104v-2.36l.162.034c1.136.218 1.837 1.18 1.942 2.325" clip-rule="evenodd"/><defs><linearGradient id="SVGG8S6JeFP" x1="20.394" x2="3.27" y1="10.053" y2="10.053" gradientUnits="userSpaceOnUse"><stop offset=".12" stop-color="#a157fd"/><stop offset="1" stop-color="#0aaef3"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-klt {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGG8S6JeFP)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.235%205.605h-.867v1.8c-.757-.625-2.065-1.326-3.836-1.326h-.08a6.02%206.02%200%200%200-5.363%203.315H3v1.422h1.577q-.156.669-.156%201.387c0%203.42%202.728%206.192%206.101%206.192h.246c1.388%200%202.511-1.142%202.511-2.549v-.152a2.464%202.464%200%200%200-2.444-2.482h-.228a2.07%202.07%200%200%200-1.875%201.208c-.218.464.217.9.73.9c.226%200%20.406-.199.51-.402a.86.86%200%200%201%20.763-.474h.11a1.113%201.113%200%200%201%201.108%201.127v.29c0%20.662-.53%201.207-1.185%201.207h-.345a4.74%204.74%200%200%201-4.676-4.784c0-.507.076-1.004.218-1.469H21v-1.42h-1.9c-.123-2.113-1.804-3.79-3.865-3.79m-.71%203.79c-1.232-1.71-2.999-2.123-3.804-2.104h-.09c-1.639%200-3.088.834-3.979%202.103zm3.368%200h-2.104v-2.36l.162.034c1.136.218%201.837%201.18%201.942%202.325%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGG8S6JeFP%22%20x1%3D%2220.394%22%20x2%3D%223.27%22%20y1%3D%2210.053%22%20y2%3D%2210.053%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%23a157fd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230aaef3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGG8S6JeFP)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.235%205.605h-.867v1.8c-.757-.625-2.065-1.326-3.836-1.326h-.08a6.02%206.02%200%200%200-5.363%203.315H3v1.422h1.577q-.156.669-.156%201.387c0%203.42%202.728%206.192%206.101%206.192h.246c1.388%200%202.511-1.142%202.511-2.549v-.152a2.464%202.464%200%200%200-2.444-2.482h-.228a2.07%202.07%200%200%200-1.875%201.208c-.218.464.217.9.73.9c.226%200%20.406-.199.51-.402a.86.86%200%200%201%20.763-.474h.11a1.113%201.113%200%200%201%201.108%201.127v.29c0%20.662-.53%201.207-1.185%201.207h-.345a4.74%204.74%200%200%201-4.676-4.784c0-.507.076-1.004.218-1.469H21v-1.42h-1.9c-.123-2.113-1.804-3.79-3.865-3.79m-.71%203.79c-1.232-1.71-2.999-2.123-3.804-2.104h-.09c-1.639%200-3.088.834-3.979%202.103zm3.368%200h-2.104v-2.36l.162.034c1.136.218%201.837%201.18%201.942%202.325%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGG8S6JeFP%22%20x1%3D%2220.394%22%20x2%3D%223.27%22%20y1%3D%2210.053%22%20y2%3D%2210.053%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%23a157fd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230aaef3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Klt logo — Web3 Icons Branded · IconsDB