knc logo
knc from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- knc
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the knc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.78 3.053a.265.265 0 0 0-.418.16l-1.387 7.029a.265.265 0 0 0 .39.28l6.159-3.459a.26.26 0 0 0 .134-.212a.26.26 0 0 0-.106-.228z"/><path fill="currentColor" d="M10.778 3.383a.265.265 0 0 1 .419.262l-1.604 8.129a.3.3 0 0 0 0 .1l1.61 8.52a.26.26 0 0 1-.115.269a.27.27 0 0 1-.293-.002l-5.03-3.346a.26.26 0 0 1-.119-.22v-9.74c0-.083.04-.162.106-.211z"/><path fill="currentColor" d="M12.355 20.784a.265.265 0 0 0 .408.171l4.974-3.309a.26.26 0 0 0 .084-.348a.26.26 0 0 0-.09-.094l-6.35-3.97a.265.265 0 0 0-.4.273zm5.593-4.69a.266.266 0 0 0 .368-.089a.3.3 0 0 0 .037-.134V8.26a.26.26 0 0 0-.131-.228a.26.26 0 0 0-.263-.002l-6.414 3.601a.27.27 0 0 0-.135.224a.26.26 0 0 0 .125.23z"/></svg>
React
import type { SVGProps } from "react";
export function TokenKnc(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="M12.78 3.053a.265.265 0 0 0-.418.16l-1.387 7.029a.265.265 0 0 0 .39.28l6.159-3.459a.26.26 0 0 0 .134-.212a.26.26 0 0 0-.106-.228z"/><path fill="currentColor" d="M10.778 3.383a.265.265 0 0 1 .419.262l-1.604 8.129a.3.3 0 0 0 0 .1l1.61 8.52a.26.26 0 0 1-.115.269a.27.27 0 0 1-.293-.002l-5.03-3.346a.26.26 0 0 1-.119-.22v-9.74c0-.083.04-.162.106-.211z"/><path fill="currentColor" d="M12.355 20.784a.265.265 0 0 0 .408.171l4.974-3.309a.26.26 0 0 0 .084-.348a.26.26 0 0 0-.09-.094l-6.35-3.97a.265.265 0 0 0-.4.273zm5.593-4.69a.266.266 0 0 0 .368-.089a.3.3 0 0 0 .037-.134V8.26a.26.26 0 0 0-.131-.228a.26.26 0 0 0-.263-.002l-6.414 3.601a.27.27 0 0 0-.135.224a.26.26 0 0 0 .125.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.78 3.053a.265.265 0 0 0-.418.16l-1.387 7.029a.265.265 0 0 0 .39.28l6.159-3.459a.26.26 0 0 0 .134-.212a.26.26 0 0 0-.106-.228z"/><path fill="currentColor" d="M10.778 3.383a.265.265 0 0 1 .419.262l-1.604 8.129a.3.3 0 0 0 0 .1l1.61 8.52a.26.26 0 0 1-.115.269a.27.27 0 0 1-.293-.002l-5.03-3.346a.26.26 0 0 1-.119-.22v-9.74c0-.083.04-.162.106-.211z"/><path fill="currentColor" d="M12.355 20.784a.265.265 0 0 0 .408.171l4.974-3.309a.26.26 0 0 0 .084-.348a.26.26 0 0 0-.09-.094l-6.35-3.97a.265.265 0 0 0-.4.273zm5.593-4.69a.266.266 0 0 0 .368-.089a.3.3 0 0 0 .037-.134V8.26a.26.26 0 0 0-.131-.228a.26.26 0 0 0-.263-.002l-6.414 3.601a.27.27 0 0 0-.135.224a.26.26 0 0 0 .125.23z"/></svg> </template>
CSS
.icon-knc {
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%22M12.78%203.053a.265.265%200%200%200-.418.16l-1.387%207.029a.265.265%200%200%200%20.39.28l6.159-3.459a.26.26%200%200%200%20.134-.212a.26.26%200%200%200-.106-.228z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.778%203.383a.265.265%200%200%201%20.419.262l-1.604%208.129a.3.3%200%200%200%200%20.1l1.61%208.52a.26.26%200%200%201-.115.269a.27.27%200%200%201-.293-.002l-5.03-3.346a.26.26%200%200%201-.119-.22v-9.74c0-.083.04-.162.106-.211z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.355%2020.784a.265.265%200%200%200%20.408.171l4.974-3.309a.26.26%200%200%200%20.084-.348a.26.26%200%200%200-.09-.094l-6.35-3.97a.265.265%200%200%200-.4.273zm5.593-4.69a.266.266%200%200%200%20.368-.089a.3.3%200%200%200%20.037-.134V8.26a.26.26%200%200%200-.131-.228a.26.26%200%200%200-.263-.002l-6.414%203.601a.27.27%200%200%200-.135.224a.26.26%200%200%200%20.125.23z%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%22M12.78%203.053a.265.265%200%200%200-.418.16l-1.387%207.029a.265.265%200%200%200%20.39.28l6.159-3.459a.26.26%200%200%200%20.134-.212a.26.26%200%200%200-.106-.228z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.778%203.383a.265.265%200%200%201%20.419.262l-1.604%208.129a.3.3%200%200%200%200%20.1l1.61%208.52a.26.26%200%200%201-.115.269a.27.27%200%200%201-.293-.002l-5.03-3.346a.26.26%200%200%201-.119-.22v-9.74c0-.083.04-.162.106-.211z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.355%2020.784a.265.265%200%200%200%20.408.171l4.974-3.309a.26.26%200%200%200%20.084-.348a.26.26%200%200%200-.09-.094l-6.35-3.97a.265.265%200%200%200-.4.273zm5.593-4.69a.266.266%200%200%200%20.368-.089a.3.3%200%200%200%20.037-.134V8.26a.26.26%200%200%200-.131-.228a.26.26%200%200%200-.263-.002l-6.414%203.601a.27.27%200%200%200-.135.224a.26.26%200%200%200%20.125.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/knc.svg?color=%231a73e8&size=48