skl logo
skl from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- skl
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the skl logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4.125h2.25v15.75H3z"/><path fill="currentColor" d="M17.063 3.563v2.25H3v-2.25zm.562 14.624v2.25H3v-2.25zm-.562-11.25c2.25 0 3.656 1.688 3.656 2.813H18.75c0-.281-.636-1.125-1.687-1.125c-1.266 0-1.688.562-1.688 1.125s.281.844 1.688 1.125c1.299.259 3.937.844 3.937 3.094c0 1.8-1.969 3.094-3.937 3.094c-1.575 0-3.938-.844-3.938-3.375h1.688c0 .843 1.124 1.687 2.25 1.687c.675 0 1.968-.281 1.968-1.406s-1.293-1.294-1.968-1.407c-1.688-.28-3.657-.843-3.657-2.812c0-1.406 1.406-2.812 3.656-2.812"/></svg>
React
import type { SVGProps } from "react";
export function TokenSkl(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 4.125h2.25v15.75H3z"/><path fill="currentColor" d="M17.063 3.563v2.25H3v-2.25zm.562 14.624v2.25H3v-2.25zm-.562-11.25c2.25 0 3.656 1.688 3.656 2.813H18.75c0-.281-.636-1.125-1.687-1.125c-1.266 0-1.688.562-1.688 1.125s.281.844 1.688 1.125c1.299.259 3.937.844 3.937 3.094c0 1.8-1.969 3.094-3.937 3.094c-1.575 0-3.938-.844-3.938-3.375h1.688c0 .843 1.124 1.687 2.25 1.687c.675 0 1.968-.281 1.968-1.406s-1.293-1.294-1.968-1.407c-1.688-.28-3.657-.843-3.657-2.812c0-1.406 1.406-2.812 3.656-2.812"/></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 4.125h2.25v15.75H3z"/><path fill="currentColor" d="M17.063 3.563v2.25H3v-2.25zm.562 14.624v2.25H3v-2.25zm-.562-11.25c2.25 0 3.656 1.688 3.656 2.813H18.75c0-.281-.636-1.125-1.687-1.125c-1.266 0-1.688.562-1.688 1.125s.281.844 1.688 1.125c1.299.259 3.937.844 3.937 3.094c0 1.8-1.969 3.094-3.937 3.094c-1.575 0-3.938-.844-3.938-3.375h1.688c0 .843 1.124 1.687 2.25 1.687c.675 0 1.968-.281 1.968-1.406s-1.293-1.294-1.968-1.407c-1.688-.28-3.657-.843-3.657-2.812c0-1.406 1.406-2.812 3.656-2.812"/></svg> </template>
CSS
.icon-skl {
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%204.125h2.25v15.75H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.063%203.563v2.25H3v-2.25zm.562%2014.624v2.25H3v-2.25zm-.562-11.25c2.25%200%203.656%201.688%203.656%202.813H18.75c0-.281-.636-1.125-1.687-1.125c-1.266%200-1.688.562-1.688%201.125s.281.844%201.688%201.125c1.299.259%203.937.844%203.937%203.094c0%201.8-1.969%203.094-3.937%203.094c-1.575%200-3.938-.844-3.938-3.375h1.688c0%20.843%201.124%201.687%202.25%201.687c.675%200%201.968-.281%201.968-1.406s-1.293-1.294-1.968-1.407c-1.688-.28-3.657-.843-3.657-2.812c0-1.406%201.406-2.812%203.656-2.812%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%204.125h2.25v15.75H3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.063%203.563v2.25H3v-2.25zm.562%2014.624v2.25H3v-2.25zm-.562-11.25c2.25%200%203.656%201.688%203.656%202.813H18.75c0-.281-.636-1.125-1.687-1.125c-1.266%200-1.688.562-1.688%201.125s.281.844%201.688%201.125c1.299.259%203.937.844%203.937%203.094c0%201.8-1.969%203.094-3.937%203.094c-1.575%200-3.938-.844-3.938-3.375h1.688c0%20.843%201.124%201.687%202.25%201.687c.675%200%201.968-.281%201.968-1.406s-1.293-1.294-1.968-1.407c-1.688-.28-3.657-.843-3.657-2.812c0-1.406%201.406-2.812%203.656-2.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/skl.svg?color=%231a73e8&size=48