kasta logo
kasta from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- kasta
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the kasta logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 7.027h1.895v5.637l2.567-2.795h2.17L6.59 13.185L9.631 16.5H7.462l-2.567-2.8v2.8H3zm16.579 9.946a1.421 1.421 0 1 0 0-2.842a1.421 1.421 0 0 0 0 2.842"/><path fill="currentColor" fill-rule="evenodd" d="M17.21 16.973v-3.552c0-1.184-.683-3.553-3.41-3.553c-3.047 0-3.696 2.695-3.696 3.553c0 1.023.569 3.552 3.207 3.552c1.544 0 1.961-1.141 2.004-1.307v1.307zm-3.553-1.895a1.658 1.658 0 1 0 0-3.316a1.658 1.658 0 0 0 0 3.316" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenKasta(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 7.027h1.895v5.637l2.567-2.795h2.17L6.59 13.185L9.631 16.5H7.462l-2.567-2.8v2.8H3zm16.579 9.946a1.421 1.421 0 1 0 0-2.842a1.421 1.421 0 0 0 0 2.842"/><path fill="currentColor" fillRule="evenodd" d="M17.21 16.973v-3.552c0-1.184-.683-3.553-3.41-3.553c-3.047 0-3.696 2.695-3.696 3.553c0 1.023.569 3.552 3.207 3.552c1.544 0 1.961-1.141 2.004-1.307v1.307zm-3.553-1.895a1.658 1.658 0 1 0 0-3.316a1.658 1.658 0 0 0 0 3.316" 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="M3 7.027h1.895v5.637l2.567-2.795h2.17L6.59 13.185L9.631 16.5H7.462l-2.567-2.8v2.8H3zm16.579 9.946a1.421 1.421 0 1 0 0-2.842a1.421 1.421 0 0 0 0 2.842"/><path fill="currentColor" fill-rule="evenodd" d="M17.21 16.973v-3.552c0-1.184-.683-3.553-3.41-3.553c-3.047 0-3.696 2.695-3.696 3.553c0 1.023.569 3.552 3.207 3.552c1.544 0 1.961-1.141 2.004-1.307v1.307zm-3.553-1.895a1.658 1.658 0 1 0 0-3.316a1.658 1.658 0 0 0 0 3.316" clip-rule="evenodd"/></svg> </template>
CSS
.icon-kasta {
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%207.027h1.895v5.637l2.567-2.795h2.17L6.59%2013.185L9.631%2016.5H7.462l-2.567-2.8v2.8H3zm16.579%209.946a1.421%201.421%200%201%200%200-2.842a1.421%201.421%200%200%200%200%202.842%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.21%2016.973v-3.552c0-1.184-.683-3.553-3.41-3.553c-3.047%200-3.696%202.695-3.696%203.553c0%201.023.569%203.552%203.207%203.552c1.544%200%201.961-1.141%202.004-1.307v1.307zm-3.553-1.895a1.658%201.658%200%201%200%200-3.316a1.658%201.658%200%200%200%200%203.316%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%22M3%207.027h1.895v5.637l2.567-2.795h2.17L6.59%2013.185L9.631%2016.5H7.462l-2.567-2.8v2.8H3zm16.579%209.946a1.421%201.421%200%201%200%200-2.842a1.421%201.421%200%200%200%200%202.842%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.21%2016.973v-3.552c0-1.184-.683-3.553-3.41-3.553c-3.047%200-3.696%202.695-3.696%203.553c0%201.023.569%203.552%203.207%203.552c1.544%200%201.961-1.141%202.004-1.307v1.307zm-3.553-1.895a1.658%201.658%200%201%200%200-3.316a1.658%201.658%200%200%200%200%203.316%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/kasta.svg?color=%231a73e8&size=48