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

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

The same logo in other sets

Use the lcx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.937 5.812V3L12 8.012L17.063 3v2.812L12 10.875zm0 12.375V21L12 15.988L17.063 21v-2.813L12 13.125zm11.25-1.125H21L15.988 12L21 6.937h-2.813L13.125 12zm-12.375 0H3L8.012 12L3 6.937h2.812L10.875 12z"/></svg>

React

import type { SVGProps } from "react";

export function TokenLcx(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="M6.937 5.812V3L12 8.012L17.063 3v2.812L12 10.875zm0 12.375V21L12 15.988L17.063 21v-2.813L12 13.125zm11.25-1.125H21L15.988 12L21 6.937h-2.813L13.125 12zm-12.375 0H3L8.012 12L3 6.937h2.812L10.875 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.937 5.812V3L12 8.012L17.063 3v2.812L12 10.875zm0 12.375V21L12 15.988L17.063 21v-2.813L12 13.125zm11.25-1.125H21L15.988 12L21 6.937h-2.813L13.125 12zm-12.375 0H3L8.012 12L3 6.937h2.812L10.875 12z"/></svg>
</template>

CSS

.icon-lcx {
  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%22M6.937%205.812V3L12%208.012L17.063%203v2.812L12%2010.875zm0%2012.375V21L12%2015.988L17.063%2021v-2.813L12%2013.125zm11.25-1.125H21L15.988%2012L21%206.937h-2.813L13.125%2012zm-12.375%200H3L8.012%2012L3%206.937h2.812L10.875%2012z%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%22M6.937%205.812V3L12%208.012L17.063%203v2.812L12%2010.875zm0%2012.375V21L12%2015.988L17.063%2021v-2.813L12%2013.125zm11.25-1.125H21L15.988%2012L21%206.937h-2.813L13.125%2012zm-12.375%200H3L8.012%2012L3%206.937h2.812L10.875%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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