kava from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
kava
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the kava logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.053 10.198h.9L14.928 14.7h-.9l-2.026-4.5h.9l1.576 3.6zM3.9 14.7V9.298H3v5.401zm2.476 0L4.35 12l2.026-2.701H7.5l-2.025 2.7L7.5 14.7zm3.48-4.5c-.991 0-1.76.54-1.815 1.35h.882c.081-.383.595-.45.932-.45c.333 0 .797.157.797.62V12h-1.12c-.996 0-1.58.598-1.58 1.359c0 .801.598 1.341 1.485 1.341a1.58 1.58 0 0 0 1.215-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.796 2.48v.27c-.059.584-.45.818-1.062.85c-.356.018-.667-.162-.667-.45s.212-.55.72-.585zm8.651-2.48c-.986 0-1.755.54-1.814 1.35h.887c.08-.383.594-.45.927-.45s.801.157.801.62V12H18.98c-1 0-1.575.598-1.575 1.359c0 .801.598 1.341 1.48 1.341a1.57 1.57 0 0 0 1.216-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.801 2.48v.27c-.058.584-.45.818-1.062.85c-.36.018-.666-.162-.666-.45s.211-.55.72-.585z"/></svg>

React

import type { SVGProps } from "react";

export function TokenKava(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="M16.053 10.198h.9L14.928 14.7h-.9l-2.026-4.5h.9l1.576 3.6zM3.9 14.7V9.298H3v5.401zm2.476 0L4.35 12l2.026-2.701H7.5l-2.025 2.7L7.5 14.7zm3.48-4.5c-.991 0-1.76.54-1.815 1.35h.882c.081-.383.595-.45.932-.45c.333 0 .797.157.797.62V12h-1.12c-.996 0-1.58.598-1.58 1.359c0 .801.598 1.341 1.485 1.341a1.58 1.58 0 0 0 1.215-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.796 2.48v.27c-.059.584-.45.818-1.062.85c-.356.018-.667-.162-.667-.45s.212-.55.72-.585zm8.651-2.48c-.986 0-1.755.54-1.814 1.35h.887c.08-.383.594-.45.927-.45s.801.157.801.62V12H18.98c-1 0-1.575.598-1.575 1.359c0 .801.598 1.341 1.48 1.341a1.57 1.57 0 0 0 1.216-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.801 2.48v.27c-.058.584-.45.818-1.062.85c-.36.018-.666-.162-.666-.45s.211-.55.72-.585z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.053 10.198h.9L14.928 14.7h-.9l-2.026-4.5h.9l1.576 3.6zM3.9 14.7V9.298H3v5.401zm2.476 0L4.35 12l2.026-2.701H7.5l-2.025 2.7L7.5 14.7zm3.48-4.5c-.991 0-1.76.54-1.815 1.35h.882c.081-.383.595-.45.932-.45c.333 0 .797.157.797.62V12h-1.12c-.996 0-1.58.598-1.58 1.359c0 .801.598 1.341 1.485 1.341a1.58 1.58 0 0 0 1.215-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.796 2.48v.27c-.059.584-.45.818-1.062.85c-.356.018-.667-.162-.667-.45s.212-.55.72-.585zm8.651-2.48c-.986 0-1.755.54-1.814 1.35h.887c.08-.383.594-.45.927-.45s.801.157.801.62V12H18.98c-1 0-1.575.598-1.575 1.359c0 .801.598 1.341 1.48 1.341a1.57 1.57 0 0 0 1.216-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.801 2.48v.27c-.058.584-.45.818-1.062.85c-.36.018-.666-.162-.666-.45s.211-.55.72-.585z"/></svg>
</template>

CSS

.icon-kava {
  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%22M16.053%2010.198h.9L14.928%2014.7h-.9l-2.026-4.5h.9l1.576%203.6zM3.9%2014.7V9.298H3v5.401zm2.476%200L4.35%2012l2.026-2.701H7.5l-2.025%202.7L7.5%2014.7zm3.48-4.5c-.991%200-1.76.54-1.815%201.35h.882c.081-.383.595-.45.932-.45c.333%200%20.797.157.797.62V12h-1.12c-.996%200-1.58.598-1.58%201.359c0%20.801.598%201.341%201.485%201.341a1.58%201.58%200%200%200%201.215-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.796%202.48v.27c-.059.584-.45.818-1.062.85c-.356.018-.667-.162-.667-.45s.212-.55.72-.585zm8.651-2.48c-.986%200-1.755.54-1.814%201.35h.887c.08-.383.594-.45.927-.45s.801.157.801.62V12H18.98c-1%200-1.575.598-1.575%201.359c0%20.801.598%201.341%201.48%201.341a1.57%201.57%200%200%200%201.216-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.801%202.48v.27c-.058.584-.45.818-1.062.85c-.36.018-.666-.162-.666-.45s.211-.55.72-.585z%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%22M16.053%2010.198h.9L14.928%2014.7h-.9l-2.026-4.5h.9l1.576%203.6zM3.9%2014.7V9.298H3v5.401zm2.476%200L4.35%2012l2.026-2.701H7.5l-2.025%202.7L7.5%2014.7zm3.48-4.5c-.991%200-1.76.54-1.815%201.35h.882c.081-.383.595-.45.932-.45c.333%200%20.797.157.797.62V12h-1.12c-.996%200-1.58.598-1.58%201.359c0%20.801.598%201.341%201.485%201.341a1.58%201.58%200%200%200%201.215-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.796%202.48v.27c-.059.584-.45.818-1.062.85c-.356.018-.667-.162-.667-.45s.212-.55.72-.585zm8.651-2.48c-.986%200-1.755.54-1.814%201.35h.887c.08-.383.594-.45.927-.45s.801.157.801.62V12H18.98c-1%200-1.575.598-1.575%201.359c0%20.801.598%201.341%201.48%201.341a1.57%201.57%200%200%200%201.216-.468v.468h.9v-3.051c0-.878-.675-1.45-1.697-1.45m.801%202.48v.27c-.058.584-.45.818-1.062.85c-.36.018-.666-.162-.666-.45s.211-.55.72-.585z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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