luca logo
luca from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- luca
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the luca logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.97 5.118a1.059 1.059 0 1 0-.916-1.589h-4.908v1.06h4.908c.18.317.524.529.916.529m0 4.235a1.059 1.059 0 1 0-.916-1.588h-4.908v1.059h4.908c.18.317.524.53.916.53M18.089 21a1.06 1.06 0 1 0 0-2.118a1.06 1.06 0 0 0 0 2.118"/><path fill="currentColor" d="M18.617 7.234a1.059 1.059 0 1 0-.916-1.588h-7.555v1.059h7.555c.18.318.524.53.916.53"/><path fill="currentColor" fill-rule="evenodd" d="M8.728 3.529c-1.26 0-2.287.831-2.287 2.065c-1.101 0-2.118 1.043-2.118 2.117v8.63c0 1.112.921 2.012 2.054 2.012c0 1.202.996 2.118 2.224 2.118h8.879c.164.238.296 0 .608 0c.503 0 1.06-.01 1.06-.503c0-.492-.557-.556-1.06-.556c-.338 0-.487-.265-.646 0h-8.84c-.694 0-1.255-.381-1.255-1.059h8.095v-3.177H9.617V3.53zm-.17 1.059v10.588H7.5V5.594c0-.615.428-1.006 1.059-1.006M6.442 6.705c-.567 0-1.06.456-1.06 1.006v8.8c.038.497.424.783.938.783h8.063v-1.059H6.441z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenLuca(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="M15.97 5.118a1.059 1.059 0 1 0-.916-1.589h-4.908v1.06h4.908c.18.317.524.529.916.529m0 4.235a1.059 1.059 0 1 0-.916-1.588h-4.908v1.059h4.908c.18.317.524.53.916.53M18.089 21a1.06 1.06 0 1 0 0-2.118a1.06 1.06 0 0 0 0 2.118"/><path fill="currentColor" d="M18.617 7.234a1.059 1.059 0 1 0-.916-1.588h-7.555v1.059h7.555c.18.318.524.53.916.53"/><path fill="currentColor" fillRule="evenodd" d="M8.728 3.529c-1.26 0-2.287.831-2.287 2.065c-1.101 0-2.118 1.043-2.118 2.117v8.63c0 1.112.921 2.012 2.054 2.012c0 1.202.996 2.118 2.224 2.118h8.879c.164.238.296 0 .608 0c.503 0 1.06-.01 1.06-.503c0-.492-.557-.556-1.06-.556c-.338 0-.487-.265-.646 0h-8.84c-.694 0-1.255-.381-1.255-1.059h8.095v-3.177H9.617V3.53zm-.17 1.059v10.588H7.5V5.594c0-.615.428-1.006 1.059-1.006M6.442 6.705c-.567 0-1.06.456-1.06 1.006v8.8c.038.497.424.783.938.783h8.063v-1.059H6.441z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.97 5.118a1.059 1.059 0 1 0-.916-1.589h-4.908v1.06h4.908c.18.317.524.529.916.529m0 4.235a1.059 1.059 0 1 0-.916-1.588h-4.908v1.059h4.908c.18.317.524.53.916.53M18.089 21a1.06 1.06 0 1 0 0-2.118a1.06 1.06 0 0 0 0 2.118"/><path fill="currentColor" d="M18.617 7.234a1.059 1.059 0 1 0-.916-1.588h-7.555v1.059h7.555c.18.318.524.53.916.53"/><path fill="currentColor" fill-rule="evenodd" d="M8.728 3.529c-1.26 0-2.287.831-2.287 2.065c-1.101 0-2.118 1.043-2.118 2.117v8.63c0 1.112.921 2.012 2.054 2.012c0 1.202.996 2.118 2.224 2.118h8.879c.164.238.296 0 .608 0c.503 0 1.06-.01 1.06-.503c0-.492-.557-.556-1.06-.556c-.338 0-.487-.265-.646 0h-8.84c-.694 0-1.255-.381-1.255-1.059h8.095v-3.177H9.617V3.53zm-.17 1.059v10.588H7.5V5.594c0-.615.428-1.006 1.059-1.006M6.442 6.705c-.567 0-1.06.456-1.06 1.006v8.8c.038.497.424.783.938.783h8.063v-1.059H6.441z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-luca {
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%22M15.97%205.118a1.059%201.059%200%201%200-.916-1.589h-4.908v1.06h4.908c.18.317.524.529.916.529m0%204.235a1.059%201.059%200%201%200-.916-1.588h-4.908v1.059h4.908c.18.317.524.53.916.53M18.089%2021a1.06%201.06%200%201%200%200-2.118a1.06%201.06%200%200%200%200%202.118%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.617%207.234a1.059%201.059%200%201%200-.916-1.588h-7.555v1.059h7.555c.18.318.524.53.916.53%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.728%203.529c-1.26%200-2.287.831-2.287%202.065c-1.101%200-2.118%201.043-2.118%202.117v8.63c0%201.112.921%202.012%202.054%202.012c0%201.202.996%202.118%202.224%202.118h8.879c.164.238.296%200%20.608%200c.503%200%201.06-.01%201.06-.503c0-.492-.557-.556-1.06-.556c-.338%200-.487-.265-.646%200h-8.84c-.694%200-1.255-.381-1.255-1.059h8.095v-3.177H9.617V3.53zm-.17%201.059v10.588H7.5V5.594c0-.615.428-1.006%201.059-1.006M6.442%206.705c-.567%200-1.06.456-1.06%201.006v8.8c.038.497.424.783.938.783h8.063v-1.059H6.441z%22%20clip-rule%3D%22evenodd%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%22M15.97%205.118a1.059%201.059%200%201%200-.916-1.589h-4.908v1.06h4.908c.18.317.524.529.916.529m0%204.235a1.059%201.059%200%201%200-.916-1.588h-4.908v1.059h4.908c.18.317.524.53.916.53M18.089%2021a1.06%201.06%200%201%200%200-2.118a1.06%201.06%200%200%200%200%202.118%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.617%207.234a1.059%201.059%200%201%200-.916-1.588h-7.555v1.059h7.555c.18.318.524.53.916.53%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.728%203.529c-1.26%200-2.287.831-2.287%202.065c-1.101%200-2.118%201.043-2.118%202.117v8.63c0%201.112.921%202.012%202.054%202.012c0%201.202.996%202.118%202.224%202.118h8.879c.164.238.296%200%20.608%200c.503%200%201.06-.01%201.06-.503c0-.492-.557-.556-1.06-.556c-.338%200-.487-.265-.646%200h-8.84c-.694%200-1.255-.381-1.255-1.059h8.095v-3.177H9.617V3.53zm-.17%201.059v10.588H7.5V5.594c0-.615.428-1.006%201.059-1.006M6.442%206.705c-.567%200-1.06.456-1.06%201.006v8.8c.038.497.424.783.938.783h8.063v-1.059H6.441z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/luca.svg?color=%231a73e8&size=48