litt logo
litt from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- litt
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the litt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.74 7.157h2.561c.416-.046 1.19-.48 1.002-1.874c-.005-.037-.06-.055-.093-.023a2.9 2.9 0 0 1-1.024.692c.046-.069.138-.304.138-.706c0-.396-.355-.876-.54-1.066a1.27 1.27 0 0 1-.263-1.116a.046.046 0 0 0-.069-.056a3.14 3.14 0 0 0-1.67 2.663a1.5 1.5 0 0 1-.42-.715c-.01-.046-.074-.06-.097-.019c-.401.646-.784 1.837.475 2.22m-.756.715v.67c0 .045.06.138.276.198c.217.055.346.341.356.475v2.907c0 .032-.028.088-.074.143a4.5 4.5 0 0 0-3.156 4.254C7.386 18.993 9.453 21 12 21s4.615-2.007 4.615-4.48a4.5 4.5 0 0 0-3.152-4.255c-.046-.056-.079-.11-.079-.148V9.215c.01-.134.148-.415.36-.475c.217-.06.277-.157.277-.199v-.669a.25.25 0 0 0-.249-.254h-3.54a.25.25 0 0 0-.248.254m-1.8 8.098a2.04 2.04 0 0 1 2.076-1.624c.974 0 1.357.461 1.74.937c.397.489.803.983 1.86.983c.35-.006.696-.084 1.015-.231c.355-.208.853-.139.89.383v.101c0 2.045-1.707 3.701-3.806 3.701a3.756 3.756 0 0 1-3.77-4.245zm1.97 1.338a.924.924 0 1 0 0-1.847a.924.924 0 0 0 0 1.847m2.769.462a.461.461 0 1 0 0-.922a.461.461 0 0 0 0 .922"/></svg>
React
import type { SVGProps } from "react";
export function TokenLitt(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="M10.74 7.157h2.561c.416-.046 1.19-.48 1.002-1.874c-.005-.037-.06-.055-.093-.023a2.9 2.9 0 0 1-1.024.692c.046-.069.138-.304.138-.706c0-.396-.355-.876-.54-1.066a1.27 1.27 0 0 1-.263-1.116a.046.046 0 0 0-.069-.056a3.14 3.14 0 0 0-1.67 2.663a1.5 1.5 0 0 1-.42-.715c-.01-.046-.074-.06-.097-.019c-.401.646-.784 1.837.475 2.22m-.756.715v.67c0 .045.06.138.276.198c.217.055.346.341.356.475v2.907c0 .032-.028.088-.074.143a4.5 4.5 0 0 0-3.156 4.254C7.386 18.993 9.453 21 12 21s4.615-2.007 4.615-4.48a4.5 4.5 0 0 0-3.152-4.255c-.046-.056-.079-.11-.079-.148V9.215c.01-.134.148-.415.36-.475c.217-.06.277-.157.277-.199v-.669a.25.25 0 0 0-.249-.254h-3.54a.25.25 0 0 0-.248.254m-1.8 8.098a2.04 2.04 0 0 1 2.076-1.624c.974 0 1.357.461 1.74.937c.397.489.803.983 1.86.983c.35-.006.696-.084 1.015-.231c.355-.208.853-.139.89.383v.101c0 2.045-1.707 3.701-3.806 3.701a3.756 3.756 0 0 1-3.77-4.245zm1.97 1.338a.924.924 0 1 0 0-1.847a.924.924 0 0 0 0 1.847m2.769.462a.461.461 0 1 0 0-.922a.461.461 0 0 0 0 .922"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.74 7.157h2.561c.416-.046 1.19-.48 1.002-1.874c-.005-.037-.06-.055-.093-.023a2.9 2.9 0 0 1-1.024.692c.046-.069.138-.304.138-.706c0-.396-.355-.876-.54-1.066a1.27 1.27 0 0 1-.263-1.116a.046.046 0 0 0-.069-.056a3.14 3.14 0 0 0-1.67 2.663a1.5 1.5 0 0 1-.42-.715c-.01-.046-.074-.06-.097-.019c-.401.646-.784 1.837.475 2.22m-.756.715v.67c0 .045.06.138.276.198c.217.055.346.341.356.475v2.907c0 .032-.028.088-.074.143a4.5 4.5 0 0 0-3.156 4.254C7.386 18.993 9.453 21 12 21s4.615-2.007 4.615-4.48a4.5 4.5 0 0 0-3.152-4.255c-.046-.056-.079-.11-.079-.148V9.215c.01-.134.148-.415.36-.475c.217-.06.277-.157.277-.199v-.669a.25.25 0 0 0-.249-.254h-3.54a.25.25 0 0 0-.248.254m-1.8 8.098a2.04 2.04 0 0 1 2.076-1.624c.974 0 1.357.461 1.74.937c.397.489.803.983 1.86.983c.35-.006.696-.084 1.015-.231c.355-.208.853-.139.89.383v.101c0 2.045-1.707 3.701-3.806 3.701a3.756 3.756 0 0 1-3.77-4.245zm1.97 1.338a.924.924 0 1 0 0-1.847a.924.924 0 0 0 0 1.847m2.769.462a.461.461 0 1 0 0-.922a.461.461 0 0 0 0 .922"/></svg> </template>
CSS
.icon-litt {
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%22M10.74%207.157h2.561c.416-.046%201.19-.48%201.002-1.874c-.005-.037-.06-.055-.093-.023a2.9%202.9%200%200%201-1.024.692c.046-.069.138-.304.138-.706c0-.396-.355-.876-.54-1.066a1.27%201.27%200%200%201-.263-1.116a.046.046%200%200%200-.069-.056a3.14%203.14%200%200%200-1.67%202.663a1.5%201.5%200%200%201-.42-.715c-.01-.046-.074-.06-.097-.019c-.401.646-.784%201.837.475%202.22m-.756.715v.67c0%20.045.06.138.276.198c.217.055.346.341.356.475v2.907c0%20.032-.028.088-.074.143a4.5%204.5%200%200%200-3.156%204.254C7.386%2018.993%209.453%2021%2012%2021s4.615-2.007%204.615-4.48a4.5%204.5%200%200%200-3.152-4.255c-.046-.056-.079-.11-.079-.148V9.215c.01-.134.148-.415.36-.475c.217-.06.277-.157.277-.199v-.669a.25.25%200%200%200-.249-.254h-3.54a.25.25%200%200%200-.248.254m-1.8%208.098a2.04%202.04%200%200%201%202.076-1.624c.974%200%201.357.461%201.74.937c.397.489.803.983%201.86.983c.35-.006.696-.084%201.015-.231c.355-.208.853-.139.89.383v.101c0%202.045-1.707%203.701-3.806%203.701a3.756%203.756%200%200%201-3.77-4.245zm1.97%201.338a.924.924%200%201%200%200-1.847a.924.924%200%200%200%200%201.847m2.769.462a.461.461%200%201%200%200-.922a.461.461%200%200%200%200%20.922%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%22M10.74%207.157h2.561c.416-.046%201.19-.48%201.002-1.874c-.005-.037-.06-.055-.093-.023a2.9%202.9%200%200%201-1.024.692c.046-.069.138-.304.138-.706c0-.396-.355-.876-.54-1.066a1.27%201.27%200%200%201-.263-1.116a.046.046%200%200%200-.069-.056a3.14%203.14%200%200%200-1.67%202.663a1.5%201.5%200%200%201-.42-.715c-.01-.046-.074-.06-.097-.019c-.401.646-.784%201.837.475%202.22m-.756.715v.67c0%20.045.06.138.276.198c.217.055.346.341.356.475v2.907c0%20.032-.028.088-.074.143a4.5%204.5%200%200%200-3.156%204.254C7.386%2018.993%209.453%2021%2012%2021s4.615-2.007%204.615-4.48a4.5%204.5%200%200%200-3.152-4.255c-.046-.056-.079-.11-.079-.148V9.215c.01-.134.148-.415.36-.475c.217-.06.277-.157.277-.199v-.669a.25.25%200%200%200-.249-.254h-3.54a.25.25%200%200%200-.248.254m-1.8%208.098a2.04%202.04%200%200%201%202.076-1.624c.974%200%201.357.461%201.74.937c.397.489.803.983%201.86.983c.35-.006.696-.084%201.015-.231c.355-.208.853-.139.89.383v.101c0%202.045-1.707%203.701-3.806%203.701a3.756%203.756%200%200%201-3.77-4.245zm1.97%201.338a.924.924%200%201%200%200-1.847a.924.924%200%200%200%200%201.847m2.769.462a.461.461%200%201%200%200-.922a.461.461%200%200%200%200%20.922%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/litt.svg?color=%231a73e8&size=48