glc logo
glc from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- glc
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the glc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.726 15.873a8.231 8.231 0 0 0 15.272-1.981L21 11.996a.52.52 0 0 0-.509-.508h-5.667a.52.52 0 0 0-.508.508v1.56c0 .273.227.497.5.501h3.152c-.403.994-1.106 2.08-2.01 2.658a5.17 5.17 0 0 1-2.793.812v.007a5.6 5.6 0 0 1-4.638-2.448h.902a.772.772 0 0 0 0-1.543H7.793a5.55 5.55 0 0 1-.139-2.571H9.43a.772.772 0 0 0 0-1.543H8.18l.003-.005h-.01a5.583 5.583 0 0 1 7.4-2.474a5.56 5.56 0 0 1 1.942 1.566a.462.462 0 0 0 .717.036l1.145-1.22a.49.49 0 0 0 .029-.65c-1.517-1.817-3.865-2.91-6.417-2.91a8.23 8.23 0 0 0-7.82 5.657H3.772a.772.772 0 1 0 0 1.543H4.83q-.042.396-.052.794q-.022.842.119 1.67h-.012l.02.107H3.77a.772.772 0 0 0 0 1.543h1.59q.162.404.365.787"/></svg>
React
import type { SVGProps } from "react";
export function TokenGlc(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="M5.726 15.873a8.231 8.231 0 0 0 15.272-1.981L21 11.996a.52.52 0 0 0-.509-.508h-5.667a.52.52 0 0 0-.508.508v1.56c0 .273.227.497.5.501h3.152c-.403.994-1.106 2.08-2.01 2.658a5.17 5.17 0 0 1-2.793.812v.007a5.6 5.6 0 0 1-4.638-2.448h.902a.772.772 0 0 0 0-1.543H7.793a5.55 5.55 0 0 1-.139-2.571H9.43a.772.772 0 0 0 0-1.543H8.18l.003-.005h-.01a5.583 5.583 0 0 1 7.4-2.474a5.56 5.56 0 0 1 1.942 1.566a.462.462 0 0 0 .717.036l1.145-1.22a.49.49 0 0 0 .029-.65c-1.517-1.817-3.865-2.91-6.417-2.91a8.23 8.23 0 0 0-7.82 5.657H3.772a.772.772 0 1 0 0 1.543H4.83q-.042.396-.052.794q-.022.842.119 1.67h-.012l.02.107H3.77a.772.772 0 0 0 0 1.543h1.59q.162.404.365.787"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.726 15.873a8.231 8.231 0 0 0 15.272-1.981L21 11.996a.52.52 0 0 0-.509-.508h-5.667a.52.52 0 0 0-.508.508v1.56c0 .273.227.497.5.501h3.152c-.403.994-1.106 2.08-2.01 2.658a5.17 5.17 0 0 1-2.793.812v.007a5.6 5.6 0 0 1-4.638-2.448h.902a.772.772 0 0 0 0-1.543H7.793a5.55 5.55 0 0 1-.139-2.571H9.43a.772.772 0 0 0 0-1.543H8.18l.003-.005h-.01a5.583 5.583 0 0 1 7.4-2.474a5.56 5.56 0 0 1 1.942 1.566a.462.462 0 0 0 .717.036l1.145-1.22a.49.49 0 0 0 .029-.65c-1.517-1.817-3.865-2.91-6.417-2.91a8.23 8.23 0 0 0-7.82 5.657H3.772a.772.772 0 1 0 0 1.543H4.83q-.042.396-.052.794q-.022.842.119 1.67h-.012l.02.107H3.77a.772.772 0 0 0 0 1.543h1.59q.162.404.365.787"/></svg> </template>
CSS
.icon-glc {
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%22M5.726%2015.873a8.231%208.231%200%200%200%2015.272-1.981L21%2011.996a.52.52%200%200%200-.509-.508h-5.667a.52.52%200%200%200-.508.508v1.56c0%20.273.227.497.5.501h3.152c-.403.994-1.106%202.08-2.01%202.658a5.17%205.17%200%200%201-2.793.812v.007a5.6%205.6%200%200%201-4.638-2.448h.902a.772.772%200%200%200%200-1.543H7.793a5.55%205.55%200%200%201-.139-2.571H9.43a.772.772%200%200%200%200-1.543H8.18l.003-.005h-.01a5.583%205.583%200%200%201%207.4-2.474a5.56%205.56%200%200%201%201.942%201.566a.462.462%200%200%200%20.717.036l1.145-1.22a.49.49%200%200%200%20.029-.65c-1.517-1.817-3.865-2.91-6.417-2.91a8.23%208.23%200%200%200-7.82%205.657H3.772a.772.772%200%201%200%200%201.543H4.83q-.042.396-.052.794q-.022.842.119%201.67h-.012l.02.107H3.77a.772.772%200%200%200%200%201.543h1.59q.162.404.365.787%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%22M5.726%2015.873a8.231%208.231%200%200%200%2015.272-1.981L21%2011.996a.52.52%200%200%200-.509-.508h-5.667a.52.52%200%200%200-.508.508v1.56c0%20.273.227.497.5.501h3.152c-.403.994-1.106%202.08-2.01%202.658a5.17%205.17%200%200%201-2.793.812v.007a5.6%205.6%200%200%201-4.638-2.448h.902a.772.772%200%200%200%200-1.543H7.793a5.55%205.55%200%200%201-.139-2.571H9.43a.772.772%200%200%200%200-1.543H8.18l.003-.005h-.01a5.583%205.583%200%200%201%207.4-2.474a5.56%205.56%200%200%201%201.942%201.566a.462.462%200%200%200%20.717.036l1.145-1.22a.49.49%200%200%200%20.029-.65c-1.517-1.817-3.865-2.91-6.417-2.91a8.23%208.23%200%200%200-7.82%205.657H3.772a.772.772%200%201%200%200%201.543H4.83q-.042.396-.052.794q-.022.842.119%201.67h-.012l.02.107H3.77a.772.772%200%200%200%200%201.543h1.59q.162.404.365.787%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/glc.svg?color=%231a73e8&size=48