glq from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
glq
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the glq logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.268 20.469H8.846a2.12 2.12 0 0 1-1.81-1.059l-3.758-6.378a1.97 1.97 0 0 1 0-2.017l3.758-6.474a2 2 0 0 1 1.763-1.01h7.469c.74 0 1.482.412 1.852 1.058l2.7 4.632a.15.15 0 0 1 0 .185c0 .048-.053.09-.096.138l-.931.502a2.054 2.054 0 0 1-2.78-.73l-1.481-2.61H12.53v10.587h2.997l1.534-2.7l-2.556-1.471a1.69 1.69 0 0 1-.916-1.419V9.221c0-.09.048-.138.09-.18c.095-.048.143-.048.233 0l6.257 3.488a1.55 1.55 0 0 1 .788 1.006c.09.418.043.873-.19 1.286l-2.69 4.595a2 2 0 0 1-1.81 1.053m-7.422-.53h7.422c.603 0 1.164-.248 1.482-.756l2.7-4.59c.18-.275.227-.598.131-.915a1.15 1.15 0 0 0-.555-.741l-1.25-.688l-4.658-2.615v2.064c0 .418.345.831.715 1.059l2.737 1.561c.09.048.137.186.09.318l-1.715 3.054c-.048.095-.191.132-.239.132h-3.44c-.138 0-.265-.105-.265-.243V6.469c0-.138.117-.292.254-.292h3.451c.096 0 .191.085.239.132l1.535 2.732a1.64 1.64 0 0 0 2.175.593l.741-.413l-2.593-4.404a1.85 1.85 0 0 0-1.535-.757H8.804c-.561 0-1.07.206-1.35.71l-3.758 6.473a1.56 1.56 0 0 0 0 1.561l3.758 6.379c.28.508.794.757 1.392.757m.482-2.233l-3.356-5.548a.29.29 0 0 1 0-.275l3.409-5.552c.048-.09.138-.138.275-.09c.095.042.228.137.228.227v11.148c0 .27-.487.238-.556.09M6.538 12l2.816 4.568V7.432z"/></svg>

React

import type { SVGProps } from "react";

export function TokenGlq(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="M16.268 20.469H8.846a2.12 2.12 0 0 1-1.81-1.059l-3.758-6.378a1.97 1.97 0 0 1 0-2.017l3.758-6.474a2 2 0 0 1 1.763-1.01h7.469c.74 0 1.482.412 1.852 1.058l2.7 4.632a.15.15 0 0 1 0 .185c0 .048-.053.09-.096.138l-.931.502a2.054 2.054 0 0 1-2.78-.73l-1.481-2.61H12.53v10.587h2.997l1.534-2.7l-2.556-1.471a1.69 1.69 0 0 1-.916-1.419V9.221c0-.09.048-.138.09-.18c.095-.048.143-.048.233 0l6.257 3.488a1.55 1.55 0 0 1 .788 1.006c.09.418.043.873-.19 1.286l-2.69 4.595a2 2 0 0 1-1.81 1.053m-7.422-.53h7.422c.603 0 1.164-.248 1.482-.756l2.7-4.59c.18-.275.227-.598.131-.915a1.15 1.15 0 0 0-.555-.741l-1.25-.688l-4.658-2.615v2.064c0 .418.345.831.715 1.059l2.737 1.561c.09.048.137.186.09.318l-1.715 3.054c-.048.095-.191.132-.239.132h-3.44c-.138 0-.265-.105-.265-.243V6.469c0-.138.117-.292.254-.292h3.451c.096 0 .191.085.239.132l1.535 2.732a1.64 1.64 0 0 0 2.175.593l.741-.413l-2.593-4.404a1.85 1.85 0 0 0-1.535-.757H8.804c-.561 0-1.07.206-1.35.71l-3.758 6.473a1.56 1.56 0 0 0 0 1.561l3.758 6.379c.28.508.794.757 1.392.757m.482-2.233l-3.356-5.548a.29.29 0 0 1 0-.275l3.409-5.552c.048-.09.138-.138.275-.09c.095.042.228.137.228.227v11.148c0 .27-.487.238-.556.09M6.538 12l2.816 4.568V7.432z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.268 20.469H8.846a2.12 2.12 0 0 1-1.81-1.059l-3.758-6.378a1.97 1.97 0 0 1 0-2.017l3.758-6.474a2 2 0 0 1 1.763-1.01h7.469c.74 0 1.482.412 1.852 1.058l2.7 4.632a.15.15 0 0 1 0 .185c0 .048-.053.09-.096.138l-.931.502a2.054 2.054 0 0 1-2.78-.73l-1.481-2.61H12.53v10.587h2.997l1.534-2.7l-2.556-1.471a1.69 1.69 0 0 1-.916-1.419V9.221c0-.09.048-.138.09-.18c.095-.048.143-.048.233 0l6.257 3.488a1.55 1.55 0 0 1 .788 1.006c.09.418.043.873-.19 1.286l-2.69 4.595a2 2 0 0 1-1.81 1.053m-7.422-.53h7.422c.603 0 1.164-.248 1.482-.756l2.7-4.59c.18-.275.227-.598.131-.915a1.15 1.15 0 0 0-.555-.741l-1.25-.688l-4.658-2.615v2.064c0 .418.345.831.715 1.059l2.737 1.561c.09.048.137.186.09.318l-1.715 3.054c-.048.095-.191.132-.239.132h-3.44c-.138 0-.265-.105-.265-.243V6.469c0-.138.117-.292.254-.292h3.451c.096 0 .191.085.239.132l1.535 2.732a1.64 1.64 0 0 0 2.175.593l.741-.413l-2.593-4.404a1.85 1.85 0 0 0-1.535-.757H8.804c-.561 0-1.07.206-1.35.71l-3.758 6.473a1.56 1.56 0 0 0 0 1.561l3.758 6.379c.28.508.794.757 1.392.757m.482-2.233l-3.356-5.548a.29.29 0 0 1 0-.275l3.409-5.552c.048-.09.138-.138.275-.09c.095.042.228.137.228.227v11.148c0 .27-.487.238-.556.09M6.538 12l2.816 4.568V7.432z"/></svg>
</template>

CSS

.icon-glq {
  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%22M16.268%2020.469H8.846a2.12%202.12%200%200%201-1.81-1.059l-3.758-6.378a1.97%201.97%200%200%201%200-2.017l3.758-6.474a2%202%200%200%201%201.763-1.01h7.469c.74%200%201.482.412%201.852%201.058l2.7%204.632a.15.15%200%200%201%200%20.185c0%20.048-.053.09-.096.138l-.931.502a2.054%202.054%200%200%201-2.78-.73l-1.481-2.61H12.53v10.587h2.997l1.534-2.7l-2.556-1.471a1.69%201.69%200%200%201-.916-1.419V9.221c0-.09.048-.138.09-.18c.095-.048.143-.048.233%200l6.257%203.488a1.55%201.55%200%200%201%20.788%201.006c.09.418.043.873-.19%201.286l-2.69%204.595a2%202%200%200%201-1.81%201.053m-7.422-.53h7.422c.603%200%201.164-.248%201.482-.756l2.7-4.59c.18-.275.227-.598.131-.915a1.15%201.15%200%200%200-.555-.741l-1.25-.688l-4.658-2.615v2.064c0%20.418.345.831.715%201.059l2.737%201.561c.09.048.137.186.09.318l-1.715%203.054c-.048.095-.191.132-.239.132h-3.44c-.138%200-.265-.105-.265-.243V6.469c0-.138.117-.292.254-.292h3.451c.096%200%20.191.085.239.132l1.535%202.732a1.64%201.64%200%200%200%202.175.593l.741-.413l-2.593-4.404a1.85%201.85%200%200%200-1.535-.757H8.804c-.561%200-1.07.206-1.35.71l-3.758%206.473a1.56%201.56%200%200%200%200%201.561l3.758%206.379c.28.508.794.757%201.392.757m.482-2.233l-3.356-5.548a.29.29%200%200%201%200-.275l3.409-5.552c.048-.09.138-.138.275-.09c.095.042.228.137.228.227v11.148c0%20.27-.487.238-.556.09M6.538%2012l2.816%204.568V7.432z%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%22M16.268%2020.469H8.846a2.12%202.12%200%200%201-1.81-1.059l-3.758-6.378a1.97%201.97%200%200%201%200-2.017l3.758-6.474a2%202%200%200%201%201.763-1.01h7.469c.74%200%201.482.412%201.852%201.058l2.7%204.632a.15.15%200%200%201%200%20.185c0%20.048-.053.09-.096.138l-.931.502a2.054%202.054%200%200%201-2.78-.73l-1.481-2.61H12.53v10.587h2.997l1.534-2.7l-2.556-1.471a1.69%201.69%200%200%201-.916-1.419V9.221c0-.09.048-.138.09-.18c.095-.048.143-.048.233%200l6.257%203.488a1.55%201.55%200%200%201%20.788%201.006c.09.418.043.873-.19%201.286l-2.69%204.595a2%202%200%200%201-1.81%201.053m-7.422-.53h7.422c.603%200%201.164-.248%201.482-.756l2.7-4.59c.18-.275.227-.598.131-.915a1.15%201.15%200%200%200-.555-.741l-1.25-.688l-4.658-2.615v2.064c0%20.418.345.831.715%201.059l2.737%201.561c.09.048.137.186.09.318l-1.715%203.054c-.048.095-.191.132-.239.132h-3.44c-.138%200-.265-.105-.265-.243V6.469c0-.138.117-.292.254-.292h3.451c.096%200%20.191.085.239.132l1.535%202.732a1.64%201.64%200%200%200%202.175.593l.741-.413l-2.593-4.404a1.85%201.85%200%200%200-1.535-.757H8.804c-.561%200-1.07.206-1.35.71l-3.758%206.473a1.56%201.56%200%200%200%200%201.561l3.758%206.379c.28.508.794.757%201.392.757m.482-2.233l-3.356-5.548a.29.29%200%200%201%200-.275l3.409-5.552c.048-.09.138-.138.275-.09c.095.042.228.137.228.227v11.148c0%20.27-.487.238-.556.09M6.538%2012l2.816%204.568V7.432z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/glq.svg?color=%231a73e8&size=48