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

Name
qtcon
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 qtcon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#fff" fill-rule="evenodd" clip-rule="evenodd"><path d="M20.084 5.164a2.033 2.033 0 0 0-1.894-2.16a2.026 2.026 0 0 0-2.132 1.917c-.121 2.058-.998 4.038-2.361 5.777L10.224 7.22a8.15 8.15 0 0 0 1.081-3.157C11.377 3.477 10.89 3 10.302 3H4.075C3.482 3 3 3.482 3 4.078v6.238c0 .59.476 1.078 1.06 1.006a8.1 8.1 0 0 0 3.194-1.11l3.402 3.409c-1.98 1.455-4.135 2.358-5.873 2.58a2.034 2.034 0 0 0-1.75 2.28a2.02 2.02 0 0 0 2.252 1.771c2.7-.343 5.702-1.712 8.269-3.728l3.85 3.858A2.105 2.105 0 0 0 21 18.89c0-.56-.222-1.097-.617-1.493l-3.807-3.814c1.913-2.32 3.319-5.19 3.508-8.42"/><path d="M11.487 13.044q-.39.322-.79.615l2.88 2.885q.593-.462 1.153-.97a19 19 0 0 0 1.828-1.9c-.642-.58-1.483-1.164-2.824-1.164c-.984 0-1.712.243-2.247.534"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedQtcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#fff" fillRule="evenodd" clipRule="evenodd"><path d="M20.084 5.164a2.033 2.033 0 0 0-1.894-2.16a2.026 2.026 0 0 0-2.132 1.917c-.121 2.058-.998 4.038-2.361 5.777L10.224 7.22a8.15 8.15 0 0 0 1.081-3.157C11.377 3.477 10.89 3 10.302 3H4.075C3.482 3 3 3.482 3 4.078v6.238c0 .59.476 1.078 1.06 1.006a8.1 8.1 0 0 0 3.194-1.11l3.402 3.409c-1.98 1.455-4.135 2.358-5.873 2.58a2.034 2.034 0 0 0-1.75 2.28a2.02 2.02 0 0 0 2.252 1.771c2.7-.343 5.702-1.712 8.269-3.728l3.85 3.858A2.105 2.105 0 0 0 21 18.89c0-.56-.222-1.097-.617-1.493l-3.807-3.814c1.913-2.32 3.319-5.19 3.508-8.42"/><path d="M11.487 13.044q-.39.322-.79.615l2.88 2.885q.593-.462 1.153-.97a19 19 0 0 0 1.828-1.9c-.642-.58-1.483-1.164-2.824-1.164c-.984 0-1.712.243-2.247.534"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="#fff" fill-rule="evenodd" clip-rule="evenodd"><path d="M20.084 5.164a2.033 2.033 0 0 0-1.894-2.16a2.026 2.026 0 0 0-2.132 1.917c-.121 2.058-.998 4.038-2.361 5.777L10.224 7.22a8.15 8.15 0 0 0 1.081-3.157C11.377 3.477 10.89 3 10.302 3H4.075C3.482 3 3 3.482 3 4.078v6.238c0 .59.476 1.078 1.06 1.006a8.1 8.1 0 0 0 3.194-1.11l3.402 3.409c-1.98 1.455-4.135 2.358-5.873 2.58a2.034 2.034 0 0 0-1.75 2.28a2.02 2.02 0 0 0 2.252 1.771c2.7-.343 5.702-1.712 8.269-3.728l3.85 3.858A2.105 2.105 0 0 0 21 18.89c0-.56-.222-1.097-.617-1.493l-3.807-3.814c1.913-2.32 3.319-5.19 3.508-8.42"/><path d="M11.487 13.044q-.39.322-.79.615l2.88 2.885q.593-.462 1.153-.97a19 19 0 0 0 1.828-1.9c-.642-.58-1.483-1.164-2.824-1.164c-.984 0-1.712.243-2.247.534"/></g></svg>
</template>

CSS

.icon-qtcon {
  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%23fff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.084%205.164a2.033%202.033%200%200%200-1.894-2.16a2.026%202.026%200%200%200-2.132%201.917c-.121%202.058-.998%204.038-2.361%205.777L10.224%207.22a8.15%208.15%200%200%200%201.081-3.157C11.377%203.477%2010.89%203%2010.302%203H4.075C3.482%203%203%203.482%203%204.078v6.238c0%20.59.476%201.078%201.06%201.006a8.1%208.1%200%200%200%203.194-1.11l3.402%203.409c-1.98%201.455-4.135%202.358-5.873%202.58a2.034%202.034%200%200%200-1.75%202.28a2.02%202.02%200%200%200%202.252%201.771c2.7-.343%205.702-1.712%208.269-3.728l3.85%203.858A2.105%202.105%200%200%200%2021%2018.89c0-.56-.222-1.097-.617-1.493l-3.807-3.814c1.913-2.32%203.319-5.19%203.508-8.42%22%2F%3E%3Cpath%20d%3D%22M11.487%2013.044q-.39.322-.79.615l2.88%202.885q.593-.462%201.153-.97a19%2019%200%200%200%201.828-1.9c-.642-.58-1.483-1.164-2.824-1.164c-.984%200-1.712.243-2.247.534%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%23fff%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.084%205.164a2.033%202.033%200%200%200-1.894-2.16a2.026%202.026%200%200%200-2.132%201.917c-.121%202.058-.998%204.038-2.361%205.777L10.224%207.22a8.15%208.15%200%200%200%201.081-3.157C11.377%203.477%2010.89%203%2010.302%203H4.075C3.482%203%203%203.482%203%204.078v6.238c0%20.59.476%201.078%201.06%201.006a8.1%208.1%200%200%200%203.194-1.11l3.402%203.409c-1.98%201.455-4.135%202.358-5.873%202.58a2.034%202.034%200%200%200-1.75%202.28a2.02%202.02%200%200%200%202.252%201.771c2.7-.343%205.702-1.712%208.269-3.728l3.85%203.858A2.105%202.105%200%200%200%2021%2018.89c0-.56-.222-1.097-.617-1.493l-3.807-3.814c1.913-2.32%203.319-5.19%203.508-8.42%22%2F%3E%3Cpath%20d%3D%22M11.487%2013.044q-.39.322-.79.615l2.88%202.885q.593-.462%201.153-.97a19%2019%200%200%200%201.828-1.9c-.642-.58-1.483-1.164-2.824-1.164c-.984%200-1.712.243-2.247.534%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/qtcon.svg?color=%231a73e8&size=48