kex logo
kex from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- kex
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the kex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.35 8.513c-.349.19-.787.157-.787-.248v-1.67L9.885 3v1.67c0 .406-.281.9-.652 1.092L4.35 8.518zm9.113 11.654c.349-.197.349-.54 0-.732L8.43 16.568a1.5 1.5 0 0 0-1.283 0l-1.457.838L12.013 21l1.457-.832zm5.4-14.41c-.36-.185-.675-.04-.675.371v5.738c0 .405.292.9.675 1.085l1.518.839V6.595l-1.518-.832z"/><path fill="currentColor" d="M3.563 6.6L9.885 3l5.687 3.234c.349.192.349.535 0 .726l-5.04 2.869c-.343.191-.934.191-1.277 0L3.562 6.594zm1.687 4.163c0-.411.298-.563.692-.366l5.366 2.92A1.41 1.41 0 0 1 12 14.418V21l-6.75-3.656zm9.636 6.255c-.338.197-.636.045-.636-.36V10.92c0-.405.276-.9.636-1.091l5.552-3.234v7.194z"/></svg>
React
import type { SVGProps } from "react";
export function TokenKex(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="M4.35 8.513c-.349.19-.787.157-.787-.248v-1.67L9.885 3v1.67c0 .406-.281.9-.652 1.092L4.35 8.518zm9.113 11.654c.349-.197.349-.54 0-.732L8.43 16.568a1.5 1.5 0 0 0-1.283 0l-1.457.838L12.013 21l1.457-.832zm5.4-14.41c-.36-.185-.675-.04-.675.371v5.738c0 .405.292.9.675 1.085l1.518.839V6.595l-1.518-.832z"/><path fill="currentColor" d="M3.563 6.6L9.885 3l5.687 3.234c.349.192.349.535 0 .726l-5.04 2.869c-.343.191-.934.191-1.277 0L3.562 6.594zm1.687 4.163c0-.411.298-.563.692-.366l5.366 2.92A1.41 1.41 0 0 1 12 14.418V21l-6.75-3.656zm9.636 6.255c-.338.197-.636.045-.636-.36V10.92c0-.405.276-.9.636-1.091l5.552-3.234v7.194z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.35 8.513c-.349.19-.787.157-.787-.248v-1.67L9.885 3v1.67c0 .406-.281.9-.652 1.092L4.35 8.518zm9.113 11.654c.349-.197.349-.54 0-.732L8.43 16.568a1.5 1.5 0 0 0-1.283 0l-1.457.838L12.013 21l1.457-.832zm5.4-14.41c-.36-.185-.675-.04-.675.371v5.738c0 .405.292.9.675 1.085l1.518.839V6.595l-1.518-.832z"/><path fill="currentColor" d="M3.563 6.6L9.885 3l5.687 3.234c.349.192.349.535 0 .726l-5.04 2.869c-.343.191-.934.191-1.277 0L3.562 6.594zm1.687 4.163c0-.411.298-.563.692-.366l5.366 2.92A1.41 1.41 0 0 1 12 14.418V21l-6.75-3.656zm9.636 6.255c-.338.197-.636.045-.636-.36V10.92c0-.405.276-.9.636-1.091l5.552-3.234v7.194z"/></svg> </template>
CSS
.icon-kex {
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%22M4.35%208.513c-.349.19-.787.157-.787-.248v-1.67L9.885%203v1.67c0%20.406-.281.9-.652%201.092L4.35%208.518zm9.113%2011.654c.349-.197.349-.54%200-.732L8.43%2016.568a1.5%201.5%200%200%200-1.283%200l-1.457.838L12.013%2021l1.457-.832zm5.4-14.41c-.36-.185-.675-.04-.675.371v5.738c0%20.405.292.9.675%201.085l1.518.839V6.595l-1.518-.832z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.563%206.6L9.885%203l5.687%203.234c.349.192.349.535%200%20.726l-5.04%202.869c-.343.191-.934.191-1.277%200L3.562%206.594zm1.687%204.163c0-.411.298-.563.692-.366l5.366%202.92A1.41%201.41%200%200%201%2012%2014.418V21l-6.75-3.656zm9.636%206.255c-.338.197-.636.045-.636-.36V10.92c0-.405.276-.9.636-1.091l5.552-3.234v7.194z%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%22M4.35%208.513c-.349.19-.787.157-.787-.248v-1.67L9.885%203v1.67c0%20.406-.281.9-.652%201.092L4.35%208.518zm9.113%2011.654c.349-.197.349-.54%200-.732L8.43%2016.568a1.5%201.5%200%200%200-1.283%200l-1.457.838L12.013%2021l1.457-.832zm5.4-14.41c-.36-.185-.675-.04-.675.371v5.738c0%20.405.292.9.675%201.085l1.518.839V6.595l-1.518-.832z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.563%206.6L9.885%203l5.687%203.234c.349.192.349.535%200%20.726l-5.04%202.869c-.343.191-.934.191-1.277%200L3.562%206.594zm1.687%204.163c0-.411.298-.563.692-.366l5.366%202.92A1.41%201.41%200%200%201%2012%2014.418V21l-6.75-3.656zm9.636%206.255c-.338.197-.636.045-.636-.36V10.92c0-.405.276-.9.636-1.091l5.552-3.234v7.194z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/kex.svg?color=%231a73e8&size=48