lcs logo
lcs from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- lcs
- 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 lcs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#c4c4c4" d="M7.6 8.52a.86.86 0 0 1 1.378 0l4.43 5.951a.853.853 0 0 1-.53 1.347a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.714 0l-2.424.934a.6.6 0 0 1-.309.043a.853.853 0 0 1-.529-1.347z"/><path fill="url(#SVGocDZfeTk)" d="M7.6 8.52a.86.86 0 0 1 1.378 0l4.43 5.951a.853.853 0 0 1-.53 1.347a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.714 0l-2.424.934a.6.6 0 0 1-.309.043a.853.853 0 0 1-.529-1.347z"/><path fill="url(#SVGkVqmKbnI)" fill-rule="evenodd" d="m13.208 14.203l.2.27a.853.853 0 0 1-.53 1.346a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.303-.139l-.029-.013c1.74-.657 5.413-1.677 6.262-.64q.07.085.132.153" clip-rule="evenodd"/><path fill="url(#SVGIv0boeSA)" d="M15.022 15.479a.86.86 0 0 0 1.378 0l4.43-5.951a.853.853 0 0 0-.53-1.347a.6.6 0 0 0-.309.043l-2.423.934a5.17 5.17 0 0 1-3.715 0l-2.423-.934a.6.6 0 0 0-.309-.043a.853.853 0 0 0-.53 1.347z"/><path fill="url(#SVGI0DiQeeb)" fill-rule="evenodd" d="m20.629 9.797l.2-.27a.853.853 0 0 0-.529-1.346a.6.6 0 0 0-.309.043l-2.423.934a5.17 5.17 0 0 1-3.304.138l-.028.014c1.74.657 5.412 1.677 6.261.64q.07-.085.132-.153" clip-rule="evenodd"/><defs><linearGradient id="SVGocDZfeTk" x1="12" x2="12" y1="8.175" y2="15.825" gradientUnits="userSpaceOnUse"><stop offset=".146" stop-color="#283da8"/><stop offset=".615" stop-color="#4196f9"/></linearGradient><linearGradient id="SVGkVqmKbnI" x1="11.999" x2="11.999" y1="8.175" y2="15.827" gradientUnits="userSpaceOnUse"><stop stop-color="#283eaa"/><stop offset=".776" stop-color="#4171f9"/></linearGradient><linearGradient id="SVGIv0boeSA" x1="12" x2="12" y1="15.824" y2="8.174" gradientUnits="userSpaceOnUse"><stop stop-color="#db9d16"/><stop offset="1" stop-color="#e2da20"/></linearGradient><linearGradient id="SVGI0DiQeeb" x1="17.618" x2="17.618" y1="10.393" y2="8.174" gradientUnits="userSpaceOnUse"><stop stop-color="#e0a500"/><stop offset=".743" stop-color="#eccd3c"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedLcs(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="#c4c4c4" d="M7.6 8.52a.86.86 0 0 1 1.378 0l4.43 5.951a.853.853 0 0 1-.53 1.347a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.714 0l-2.424.934a.6.6 0 0 1-.309.043a.853.853 0 0 1-.529-1.347z"/><path fill="url(#SVGocDZfeTk)" d="M7.6 8.52a.86.86 0 0 1 1.378 0l4.43 5.951a.853.853 0 0 1-.53 1.347a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.714 0l-2.424.934a.6.6 0 0 1-.309.043a.853.853 0 0 1-.529-1.347z"/><path fill="url(#SVGkVqmKbnI)" fillRule="evenodd" d="m13.208 14.203l.2.27a.853.853 0 0 1-.53 1.346a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.303-.139l-.029-.013c1.74-.657 5.413-1.677 6.262-.64q.07.085.132.153" clipRule="evenodd"/><path fill="url(#SVGIv0boeSA)" d="M15.022 15.479a.86.86 0 0 0 1.378 0l4.43-5.951a.853.853 0 0 0-.53-1.347a.6.6 0 0 0-.309.043l-2.423.934a5.17 5.17 0 0 1-3.715 0l-2.423-.934a.6.6 0 0 0-.309-.043a.853.853 0 0 0-.53 1.347z"/><path fill="url(#SVGI0DiQeeb)" fillRule="evenodd" d="m20.629 9.797l.2-.27a.853.853 0 0 0-.529-1.346a.6.6 0 0 0-.309.043l-2.423.934a5.17 5.17 0 0 1-3.304.138l-.028.014c1.74.657 5.412 1.677 6.261.64q.07-.085.132-.153" clipRule="evenodd"/><defs><linearGradient id="SVGocDZfeTk" x1="12" x2="12" y1="8.175" y2="15.825" gradientUnits="userSpaceOnUse"><stop offset=".146" stopColor="#283da8"/><stop offset=".615" stopColor="#4196f9"/></linearGradient><linearGradient id="SVGkVqmKbnI" x1="11.999" x2="11.999" y1="8.175" y2="15.827" gradientUnits="userSpaceOnUse"><stop stopColor="#283eaa"/><stop offset=".776" stopColor="#4171f9"/></linearGradient><linearGradient id="SVGIv0boeSA" x1="12" x2="12" y1="15.824" y2="8.174" gradientUnits="userSpaceOnUse"><stop stopColor="#db9d16"/><stop offset="1" stopColor="#e2da20"/></linearGradient><linearGradient id="SVGI0DiQeeb" x1="17.618" x2="17.618" y1="10.393" y2="8.174" gradientUnits="userSpaceOnUse"><stop stopColor="#e0a500"/><stop offset=".743" stopColor="#eccd3c"/></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="#c4c4c4" d="M7.6 8.52a.86.86 0 0 1 1.378 0l4.43 5.951a.853.853 0 0 1-.53 1.347a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.714 0l-2.424.934a.6.6 0 0 1-.309.043a.853.853 0 0 1-.529-1.347z"/><path fill="url(#SVGocDZfeTk)" d="M7.6 8.52a.86.86 0 0 1 1.378 0l4.43 5.951a.853.853 0 0 1-.53 1.347a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.714 0l-2.424.934a.6.6 0 0 1-.309.043a.853.853 0 0 1-.529-1.347z"/><path fill="url(#SVGkVqmKbnI)" fill-rule="evenodd" d="m13.208 14.203l.2.27a.853.853 0 0 1-.53 1.346a.6.6 0 0 1-.308-.043l-2.424-.934a5.17 5.17 0 0 0-3.303-.139l-.029-.013c1.74-.657 5.413-1.677 6.262-.64q.07.085.132.153" clip-rule="evenodd"/><path fill="url(#SVGIv0boeSA)" d="M15.022 15.479a.86.86 0 0 0 1.378 0l4.43-5.951a.853.853 0 0 0-.53-1.347a.6.6 0 0 0-.309.043l-2.423.934a5.17 5.17 0 0 1-3.715 0l-2.423-.934a.6.6 0 0 0-.309-.043a.853.853 0 0 0-.53 1.347z"/><path fill="url(#SVGI0DiQeeb)" fill-rule="evenodd" d="m20.629 9.797l.2-.27a.853.853 0 0 0-.529-1.346a.6.6 0 0 0-.309.043l-2.423.934a5.17 5.17 0 0 1-3.304.138l-.028.014c1.74.657 5.412 1.677 6.261.64q.07-.085.132-.153" clip-rule="evenodd"/><defs><linearGradient id="SVGocDZfeTk" x1="12" x2="12" y1="8.175" y2="15.825" gradientUnits="userSpaceOnUse"><stop offset=".146" stop-color="#283da8"/><stop offset=".615" stop-color="#4196f9"/></linearGradient><linearGradient id="SVGkVqmKbnI" x1="11.999" x2="11.999" y1="8.175" y2="15.827" gradientUnits="userSpaceOnUse"><stop stop-color="#283eaa"/><stop offset=".776" stop-color="#4171f9"/></linearGradient><linearGradient id="SVGIv0boeSA" x1="12" x2="12" y1="15.824" y2="8.174" gradientUnits="userSpaceOnUse"><stop stop-color="#db9d16"/><stop offset="1" stop-color="#e2da20"/></linearGradient><linearGradient id="SVGI0DiQeeb" x1="17.618" x2="17.618" y1="10.393" y2="8.174" gradientUnits="userSpaceOnUse"><stop stop-color="#e0a500"/><stop offset=".743" stop-color="#eccd3c"/></linearGradient></defs></g></svg> </template>
CSS
.icon-lcs {
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%22%23c4c4c4%22%20d%3D%22M7.6%208.52a.86.86%200%200%201%201.378%200l4.43%205.951a.853.853%200%200%201-.53%201.347a.6.6%200%200%201-.308-.043l-2.424-.934a5.17%205.17%200%200%200-3.714%200l-2.424.934a.6.6%200%200%201-.309.043a.853.853%200%200%201-.529-1.347z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGocDZfeTk)%22%20d%3D%22M7.6%208.52a.86.86%200%200%201%201.378%200l4.43%205.951a.853.853%200%200%201-.53%201.347a.6.6%200%200%201-.308-.043l-2.424-.934a5.17%205.17%200%200%200-3.714%200l-2.424.934a.6.6%200%200%201-.309.043a.853.853%200%200%201-.529-1.347z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkVqmKbnI)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m13.208%2014.203l.2.27a.853.853%200%200%201-.53%201.346a.6.6%200%200%201-.308-.043l-2.424-.934a5.17%205.17%200%200%200-3.303-.139l-.029-.013c1.74-.657%205.413-1.677%206.262-.64q.07.085.132.153%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGIv0boeSA)%22%20d%3D%22M15.022%2015.479a.86.86%200%200%200%201.378%200l4.43-5.951a.853.853%200%200%200-.53-1.347a.6.6%200%200%200-.309.043l-2.423.934a5.17%205.17%200%200%201-3.715%200l-2.423-.934a.6.6%200%200%200-.309-.043a.853.853%200%200%200-.53%201.347z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI0DiQeeb)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m20.629%209.797l.2-.27a.853.853%200%200%200-.529-1.346a.6.6%200%200%200-.309.043l-2.423.934a5.17%205.17%200%200%201-3.304.138l-.028.014c1.74.657%205.412%201.677%206.261.64q.07-.085.132-.153%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGocDZfeTk%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%228.175%22%20y2%3D%2215.825%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.146%22%20stop-color%3D%22%23283da8%22%2F%3E%3Cstop%20offset%3D%22.615%22%20stop-color%3D%22%234196f9%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkVqmKbnI%22%20x1%3D%2211.999%22%20x2%3D%2211.999%22%20y1%3D%228.175%22%20y2%3D%2215.827%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23283eaa%22%2F%3E%3Cstop%20offset%3D%22.776%22%20stop-color%3D%22%234171f9%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGIv0boeSA%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%2215.824%22%20y2%3D%228.174%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23db9d16%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e2da20%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGI0DiQeeb%22%20x1%3D%2217.618%22%20x2%3D%2217.618%22%20y1%3D%2210.393%22%20y2%3D%228.174%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e0a500%22%2F%3E%3Cstop%20offset%3D%22.743%22%20stop-color%3D%22%23eccd3c%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%22%23c4c4c4%22%20d%3D%22M7.6%208.52a.86.86%200%200%201%201.378%200l4.43%205.951a.853.853%200%200%201-.53%201.347a.6.6%200%200%201-.308-.043l-2.424-.934a5.17%205.17%200%200%200-3.714%200l-2.424.934a.6.6%200%200%201-.309.043a.853.853%200%200%201-.529-1.347z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGocDZfeTk)%22%20d%3D%22M7.6%208.52a.86.86%200%200%201%201.378%200l4.43%205.951a.853.853%200%200%201-.53%201.347a.6.6%200%200%201-.308-.043l-2.424-.934a5.17%205.17%200%200%200-3.714%200l-2.424.934a.6.6%200%200%201-.309.043a.853.853%200%200%201-.529-1.347z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGkVqmKbnI)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m13.208%2014.203l.2.27a.853.853%200%200%201-.53%201.346a.6.6%200%200%201-.308-.043l-2.424-.934a5.17%205.17%200%200%200-3.303-.139l-.029-.013c1.74-.657%205.413-1.677%206.262-.64q.07.085.132.153%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGIv0boeSA)%22%20d%3D%22M15.022%2015.479a.86.86%200%200%200%201.378%200l4.43-5.951a.853.853%200%200%200-.53-1.347a.6.6%200%200%200-.309.043l-2.423.934a5.17%205.17%200%200%201-3.715%200l-2.423-.934a.6.6%200%200%200-.309-.043a.853.853%200%200%200-.53%201.347z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI0DiQeeb)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m20.629%209.797l.2-.27a.853.853%200%200%200-.529-1.346a.6.6%200%200%200-.309.043l-2.423.934a5.17%205.17%200%200%201-3.304.138l-.028.014c1.74.657%205.412%201.677%206.261.64q.07-.085.132-.153%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGocDZfeTk%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%228.175%22%20y2%3D%2215.825%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.146%22%20stop-color%3D%22%23283da8%22%2F%3E%3Cstop%20offset%3D%22.615%22%20stop-color%3D%22%234196f9%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGkVqmKbnI%22%20x1%3D%2211.999%22%20x2%3D%2211.999%22%20y1%3D%228.175%22%20y2%3D%2215.827%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23283eaa%22%2F%3E%3Cstop%20offset%3D%22.776%22%20stop-color%3D%22%234171f9%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGIv0boeSA%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%2215.824%22%20y2%3D%228.174%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23db9d16%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e2da20%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGI0DiQeeb%22%20x1%3D%2217.618%22%20x2%3D%2217.618%22%20y1%3D%2210.393%22%20y2%3D%228.174%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e0a500%22%2F%3E%3Cstop%20offset%3D%22.743%22%20stop-color%3D%22%23eccd3c%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/lcs.svg?color=%231a73e8&size=48