qlc from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
qlc
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the qlc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#05c7ff"><path d="M12 18.17a.754.754 0 0 0 0-1.508a4.653 4.653 0 0 1-4.668-4.669a.754.754 0 0 0-1.502 0A6.17 6.17 0 0 0 12 18.175zm0-12.342a.754.754 0 0 0 0 1.508a4.653 4.653 0 0 1 4.67 4.668a.754.754 0 0 0 1.501 0a6.17 6.17 0 0 0-6.17-6.176"/><path d="M12.006 8.625A3.36 3.36 0 0 1 15.375 12a.776.776 0 0 1-1.547 0a1.83 1.83 0 0 0-3.123-1.285A1.829 1.829 0 0 0 12 13.834a.776.776 0 0 1 0 1.54a3.37 3.37 0 0 1-2.386-.99a3.375 3.375 0 0 1 2.392-5.76m3.121 6.502a.826.826 0 0 0 0-1.18l-.01-.018a.844.844 0 0 0-1.182 0a.844.844 0 0 0 0 1.187l.006.011a.83.83 0 0 0 1.186 0M12 3a.754.754 0 0 0 0 1.507A7.48 7.48 0 0 1 19.498 12A.754.754 0 0 0 21 12a9 9 0 0 0-2.638-6.368A9 9 0 0 0 12 3m0 18a.754.754 0 0 0 0-1.508A7.48 7.48 0 0 1 4.502 12A.751.751 0 1 0 3 12.01a8.95 8.95 0 0 0 2.638 6.356A8.95 8.95 0 0 0 12 21"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedQlc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#05c7ff"><path d="M12 18.17a.754.754 0 0 0 0-1.508a4.653 4.653 0 0 1-4.668-4.669a.754.754 0 0 0-1.502 0A6.17 6.17 0 0 0 12 18.175zm0-12.342a.754.754 0 0 0 0 1.508a4.653 4.653 0 0 1 4.67 4.668a.754.754 0 0 0 1.501 0a6.17 6.17 0 0 0-6.17-6.176"/><path d="M12.006 8.625A3.36 3.36 0 0 1 15.375 12a.776.776 0 0 1-1.547 0a1.83 1.83 0 0 0-3.123-1.285A1.829 1.829 0 0 0 12 13.834a.776.776 0 0 1 0 1.54a3.37 3.37 0 0 1-2.386-.99a3.375 3.375 0 0 1 2.392-5.76m3.121 6.502a.826.826 0 0 0 0-1.18l-.01-.018a.844.844 0 0 0-1.182 0a.844.844 0 0 0 0 1.187l.006.011a.83.83 0 0 0 1.186 0M12 3a.754.754 0 0 0 0 1.507A7.48 7.48 0 0 1 19.498 12A.754.754 0 0 0 21 12a9 9 0 0 0-2.638-6.368A9 9 0 0 0 12 3m0 18a.754.754 0 0 0 0-1.508A7.48 7.48 0 0 1 4.502 12A.751.751 0 1 0 3 12.01a8.95 8.95 0 0 0 2.638 6.356A8.95 8.95 0 0 0 12 21"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#05c7ff"><path d="M12 18.17a.754.754 0 0 0 0-1.508a4.653 4.653 0 0 1-4.668-4.669a.754.754 0 0 0-1.502 0A6.17 6.17 0 0 0 12 18.175zm0-12.342a.754.754 0 0 0 0 1.508a4.653 4.653 0 0 1 4.67 4.668a.754.754 0 0 0 1.501 0a6.17 6.17 0 0 0-6.17-6.176"/><path d="M12.006 8.625A3.36 3.36 0 0 1 15.375 12a.776.776 0 0 1-1.547 0a1.83 1.83 0 0 0-3.123-1.285A1.829 1.829 0 0 0 12 13.834a.776.776 0 0 1 0 1.54a3.37 3.37 0 0 1-2.386-.99a3.375 3.375 0 0 1 2.392-5.76m3.121 6.502a.826.826 0 0 0 0-1.18l-.01-.018a.844.844 0 0 0-1.182 0a.844.844 0 0 0 0 1.187l.006.011a.83.83 0 0 0 1.186 0M12 3a.754.754 0 0 0 0 1.507A7.48 7.48 0 0 1 19.498 12A.754.754 0 0 0 21 12a9 9 0 0 0-2.638-6.368A9 9 0 0 0 12 3m0 18a.754.754 0 0 0 0-1.508A7.48 7.48 0 0 1 4.502 12A.751.751 0 1 0 3 12.01a8.95 8.95 0 0 0 2.638 6.356A8.95 8.95 0 0 0 12 21"/></g></svg>
</template>

CSS

.icon-qlc {
  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%3Cg%20fill%3D%22%2305c7ff%22%3E%3Cpath%20d%3D%22M12%2018.17a.754.754%200%200%200%200-1.508a4.653%204.653%200%200%201-4.668-4.669a.754.754%200%200%200-1.502%200A6.17%206.17%200%200%200%2012%2018.175zm0-12.342a.754.754%200%200%200%200%201.508a4.653%204.653%200%200%201%204.67%204.668a.754.754%200%200%200%201.501%200a6.17%206.17%200%200%200-6.17-6.176%22%2F%3E%3Cpath%20d%3D%22M12.006%208.625A3.36%203.36%200%200%201%2015.375%2012a.776.776%200%200%201-1.547%200a1.83%201.83%200%200%200-3.123-1.285A1.829%201.829%200%200%200%2012%2013.834a.776.776%200%200%201%200%201.54a3.37%203.37%200%200%201-2.386-.99a3.375%203.375%200%200%201%202.392-5.76m3.121%206.502a.826.826%200%200%200%200-1.18l-.01-.018a.844.844%200%200%200-1.182%200a.844.844%200%200%200%200%201.187l.006.011a.83.83%200%200%200%201.186%200M12%203a.754.754%200%200%200%200%201.507A7.48%207.48%200%200%201%2019.498%2012A.754.754%200%200%200%2021%2012a9%209%200%200%200-2.638-6.368A9%209%200%200%200%2012%203m0%2018a.754.754%200%200%200%200-1.508A7.48%207.48%200%200%201%204.502%2012A.751.751%200%201%200%203%2012.01a8.95%208.95%200%200%200%202.638%206.356A8.95%208.95%200%200%200%2012%2021%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22%2305c7ff%22%3E%3Cpath%20d%3D%22M12%2018.17a.754.754%200%200%200%200-1.508a4.653%204.653%200%200%201-4.668-4.669a.754.754%200%200%200-1.502%200A6.17%206.17%200%200%200%2012%2018.175zm0-12.342a.754.754%200%200%200%200%201.508a4.653%204.653%200%200%201%204.67%204.668a.754.754%200%200%200%201.501%200a6.17%206.17%200%200%200-6.17-6.176%22%2F%3E%3Cpath%20d%3D%22M12.006%208.625A3.36%203.36%200%200%201%2015.375%2012a.776.776%200%200%201-1.547%200a1.83%201.83%200%200%200-3.123-1.285A1.829%201.829%200%200%200%2012%2013.834a.776.776%200%200%201%200%201.54a3.37%203.37%200%200%201-2.386-.99a3.375%203.375%200%200%201%202.392-5.76m3.121%206.502a.826.826%200%200%200%200-1.18l-.01-.018a.844.844%200%200%200-1.182%200a.844.844%200%200%200%200%201.187l.006.011a.83.83%200%200%200%201.186%200M12%203a.754.754%200%200%200%200%201.507A7.48%207.48%200%200%201%2019.498%2012A.754.754%200%200%200%2021%2012a9%209%200%200%200-2.638-6.368A9%209%200%200%200%2012%203m0%2018a.754.754%200%200%200%200-1.508A7.48%207.48%200%200%201%204.502%2012A.751.751%200%201%200%203%2012.01a8.95%208.95%200%200%200%202.638%206.356A8.95%208.95%200%200%200%2012%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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