loka logo
loka from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- loka
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the loka logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.002 13.058l7.94 7.94s-2.224-3.801-3.282-4.876c-1.059-1.058-4.658-3.064-4.658-3.064m6.352-2.646l-6.193 1.61c-.085.02-.132.084-.159.163a.21.21 0 0 0 .095.207L7.28 15.07c.174.122.376.132.582.064a.58.58 0 0 0 .376-.445zm4.234 4.235l-1.561 6.192a.2.2 0 0 1-.37.059l-2.721-4.145a.59.59 0 0 1-.064-.582a.63.63 0 0 1 .434-.387zm-3.97-4.763l1.853-6.701a.16.16 0 0 0-.064-.16q-.096-.053-.17.027l-8.193 8.183c-.053.048-.053.106-.026.17c.037.058.095.084.158.058zm4.499 4.763L12.53 20.82a.16.16 0 0 0 .064.159q.096.054.17-.027l8.193-8.183c.053-.048.053-.106.027-.17c-.038-.058-.096-.084-.16-.058zm0-.53l6.193-2.075a.21.21 0 0 0 .16-.159a.17.17 0 0 0-.096-.18l-4.245-2.26a.72.72 0 0 0-.582-.053a.55.55 0 0 0-.382.403zm-3.969-4.234L11.84 3.17c.021-.09.08-.159.159-.17c.08-.01.159.027.19.107l2.356 4.631a.74.74 0 0 1 .053.635q-.113.334-.408.429zm-.265.531l4.271-1.038s.625-.174.466.509c-.159.677-1.032 4.234-1.032 4.234l-4.235 1.048s-.619.138-.518-.582c.105-.704 1.048-4.171 1.048-4.171m2.647-7.412l8.468 8.469s-4.203-1.906-5.256-3.044C14.7 7.284 12.53 3.002 12.53 3.002"/></svg>
React
import type { SVGProps } from "react";
export function TokenLoka(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="m3.002 13.058l7.94 7.94s-2.224-3.801-3.282-4.876c-1.059-1.058-4.658-3.064-4.658-3.064m6.352-2.646l-6.193 1.61c-.085.02-.132.084-.159.163a.21.21 0 0 0 .095.207L7.28 15.07c.174.122.376.132.582.064a.58.58 0 0 0 .376-.445zm4.234 4.235l-1.561 6.192a.2.2 0 0 1-.37.059l-2.721-4.145a.59.59 0 0 1-.064-.582a.63.63 0 0 1 .434-.387zm-3.97-4.763l1.853-6.701a.16.16 0 0 0-.064-.16q-.096-.053-.17.027l-8.193 8.183c-.053.048-.053.106-.026.17c.037.058.095.084.158.058zm4.499 4.763L12.53 20.82a.16.16 0 0 0 .064.159q.096.054.17-.027l8.193-8.183c.053-.048.053-.106.027-.17c-.038-.058-.096-.084-.16-.058zm0-.53l6.193-2.075a.21.21 0 0 0 .16-.159a.17.17 0 0 0-.096-.18l-4.245-2.26a.72.72 0 0 0-.582-.053a.55.55 0 0 0-.382.403zm-3.969-4.234L11.84 3.17c.021-.09.08-.159.159-.17c.08-.01.159.027.19.107l2.356 4.631a.74.74 0 0 1 .053.635q-.113.334-.408.429zm-.265.531l4.271-1.038s.625-.174.466.509c-.159.677-1.032 4.234-1.032 4.234l-4.235 1.048s-.619.138-.518-.582c.105-.704 1.048-4.171 1.048-4.171m2.647-7.412l8.468 8.469s-4.203-1.906-5.256-3.044C14.7 7.284 12.53 3.002 12.53 3.002"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.002 13.058l7.94 7.94s-2.224-3.801-3.282-4.876c-1.059-1.058-4.658-3.064-4.658-3.064m6.352-2.646l-6.193 1.61c-.085.02-.132.084-.159.163a.21.21 0 0 0 .095.207L7.28 15.07c.174.122.376.132.582.064a.58.58 0 0 0 .376-.445zm4.234 4.235l-1.561 6.192a.2.2 0 0 1-.37.059l-2.721-4.145a.59.59 0 0 1-.064-.582a.63.63 0 0 1 .434-.387zm-3.97-4.763l1.853-6.701a.16.16 0 0 0-.064-.16q-.096-.053-.17.027l-8.193 8.183c-.053.048-.053.106-.026.17c.037.058.095.084.158.058zm4.499 4.763L12.53 20.82a.16.16 0 0 0 .064.159q.096.054.17-.027l8.193-8.183c.053-.048.053-.106.027-.17c-.038-.058-.096-.084-.16-.058zm0-.53l6.193-2.075a.21.21 0 0 0 .16-.159a.17.17 0 0 0-.096-.18l-4.245-2.26a.72.72 0 0 0-.582-.053a.55.55 0 0 0-.382.403zm-3.969-4.234L11.84 3.17c.021-.09.08-.159.159-.17c.08-.01.159.027.19.107l2.356 4.631a.74.74 0 0 1 .053.635q-.113.334-.408.429zm-.265.531l4.271-1.038s.625-.174.466.509c-.159.677-1.032 4.234-1.032 4.234l-4.235 1.048s-.619.138-.518-.582c.105-.704 1.048-4.171 1.048-4.171m2.647-7.412l8.468 8.469s-4.203-1.906-5.256-3.044C14.7 7.284 12.53 3.002 12.53 3.002"/></svg> </template>
CSS
.icon-loka {
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%22m3.002%2013.058l7.94%207.94s-2.224-3.801-3.282-4.876c-1.059-1.058-4.658-3.064-4.658-3.064m6.352-2.646l-6.193%201.61c-.085.02-.132.084-.159.163a.21.21%200%200%200%20.095.207L7.28%2015.07c.174.122.376.132.582.064a.58.58%200%200%200%20.376-.445zm4.234%204.235l-1.561%206.192a.2.2%200%200%201-.37.059l-2.721-4.145a.59.59%200%200%201-.064-.582a.63.63%200%200%201%20.434-.387zm-3.97-4.763l1.853-6.701a.16.16%200%200%200-.064-.16q-.096-.053-.17.027l-8.193%208.183c-.053.048-.053.106-.026.17c.037.058.095.084.158.058zm4.499%204.763L12.53%2020.82a.16.16%200%200%200%20.064.159q.096.054.17-.027l8.193-8.183c.053-.048.053-.106.027-.17c-.038-.058-.096-.084-.16-.058zm0-.53l6.193-2.075a.21.21%200%200%200%20.16-.159a.17.17%200%200%200-.096-.18l-4.245-2.26a.72.72%200%200%200-.582-.053a.55.55%200%200%200-.382.403zm-3.969-4.234L11.84%203.17c.021-.09.08-.159.159-.17c.08-.01.159.027.19.107l2.356%204.631a.74.74%200%200%201%20.053.635q-.113.334-.408.429zm-.265.531l4.271-1.038s.625-.174.466.509c-.159.677-1.032%204.234-1.032%204.234l-4.235%201.048s-.619.138-.518-.582c.105-.704%201.048-4.171%201.048-4.171m2.647-7.412l8.468%208.469s-4.203-1.906-5.256-3.044C14.7%207.284%2012.53%203.002%2012.53%203.002%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%22m3.002%2013.058l7.94%207.94s-2.224-3.801-3.282-4.876c-1.059-1.058-4.658-3.064-4.658-3.064m6.352-2.646l-6.193%201.61c-.085.02-.132.084-.159.163a.21.21%200%200%200%20.095.207L7.28%2015.07c.174.122.376.132.582.064a.58.58%200%200%200%20.376-.445zm4.234%204.235l-1.561%206.192a.2.2%200%200%201-.37.059l-2.721-4.145a.59.59%200%200%201-.064-.582a.63.63%200%200%201%20.434-.387zm-3.97-4.763l1.853-6.701a.16.16%200%200%200-.064-.16q-.096-.053-.17.027l-8.193%208.183c-.053.048-.053.106-.026.17c.037.058.095.084.158.058zm4.499%204.763L12.53%2020.82a.16.16%200%200%200%20.064.159q.096.054.17-.027l8.193-8.183c.053-.048.053-.106.027-.17c-.038-.058-.096-.084-.16-.058zm0-.53l6.193-2.075a.21.21%200%200%200%20.16-.159a.17.17%200%200%200-.096-.18l-4.245-2.26a.72.72%200%200%200-.582-.053a.55.55%200%200%200-.382.403zm-3.969-4.234L11.84%203.17c.021-.09.08-.159.159-.17c.08-.01.159.027.19.107l2.356%204.631a.74.74%200%200%201%20.053.635q-.113.334-.408.429zm-.265.531l4.271-1.038s.625-.174.466.509c-.159.677-1.032%204.234-1.032%204.234l-4.235%201.048s-.619.138-.518-.582c.105-.704%201.048-4.171%201.048-4.171m2.647-7.412l8.468%208.469s-4.203-1.906-5.256-3.044C14.7%207.284%2012.53%203.002%2012.53%203.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/loka.svg?color=%231a73e8&size=48