qi from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
qi
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the qi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.574 0a1.525 1.525 0 1 0 0 3.05a1.525 1.525 0 0 0 0-3.05m-4.637 2.856a7.626 7.626 0 0 0-.135 15.248c.296 0 .296.293.296.293v2.65s0 2.762 2.657 2.953c.295.01.295-.295.295-.295V3.785s0-.294-.295-.414a7.7 7.7 0 0 0-2.818-.515m4.748 1.662c-.11-.002-.11.179-.11.39v11.146c0 .294 0 .526.295.295l.032-.027a7.626 7.626 0 0 0 .94-10.743a7.6 7.6 0 0 0-.971-.966c-.083-.066-.143-.094-.186-.095m-4.751 1.389c.165 0 .165.164.165.164v8.82s0 .164-.165.164a4.576 4.576 0 0 1 0-9.148"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsQi(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.574 0a1.525 1.525 0 1 0 0 3.05a1.525 1.525 0 0 0 0-3.05m-4.637 2.856a7.626 7.626 0 0 0-.135 15.248c.296 0 .296.293.296.293v2.65s0 2.762 2.657 2.953c.295.01.295-.295.295-.295V3.785s0-.294-.295-.414a7.7 7.7 0 0 0-2.818-.515m4.748 1.662c-.11-.002-.11.179-.11.39v11.146c0 .294 0 .526.295.295l.032-.027a7.626 7.626 0 0 0 .94-10.743a7.6 7.6 0 0 0-.971-.966c-.083-.066-.143-.094-.186-.095m-4.751 1.389c.165 0 .165.164.165.164v8.82s0 .164-.165.164a4.576 4.576 0 0 1 0-9.148"/></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.574 0a1.525 1.525 0 1 0 0 3.05a1.525 1.525 0 0 0 0-3.05m-4.637 2.856a7.626 7.626 0 0 0-.135 15.248c.296 0 .296.293.296.293v2.65s0 2.762 2.657 2.953c.295.01.295-.295.295-.295V3.785s0-.294-.295-.414a7.7 7.7 0 0 0-2.818-.515m4.748 1.662c-.11-.002-.11.179-.11.39v11.146c0 .294 0 .526.295.295l.032-.027a7.626 7.626 0 0 0 .94-10.743a7.6 7.6 0 0 0-.971-.966c-.083-.066-.143-.094-.186-.095m-4.751 1.389c.165 0 .165.164.165.164v8.82s0 .164-.165.164a4.576 4.576 0 0 1 0-9.148"/></svg>
</template>

CSS

.icon-qi {
  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.574%200a1.525%201.525%200%201%200%200%203.05a1.525%201.525%200%200%200%200-3.05m-4.637%202.856a7.626%207.626%200%200%200-.135%2015.248c.296%200%20.296.293.296.293v2.65s0%202.762%202.657%202.953c.295.01.295-.295.295-.295V3.785s0-.294-.295-.414a7.7%207.7%200%200%200-2.818-.515m4.748%201.662c-.11-.002-.11.179-.11.39v11.146c0%20.294%200%20.526.295.295l.032-.027a7.626%207.626%200%200%200%20.94-10.743a7.6%207.6%200%200%200-.971-.966c-.083-.066-.143-.094-.186-.095m-4.751%201.389c.165%200%20.165.164.165.164v8.82s0%20.164-.165.164a4.576%204.576%200%200%201%200-9.148%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.574%200a1.525%201.525%200%201%200%200%203.05a1.525%201.525%200%200%200%200-3.05m-4.637%202.856a7.626%207.626%200%200%200-.135%2015.248c.296%200%20.296.293.296.293v2.65s0%202.762%202.657%202.953c.295.01.295-.295.295-.295V3.785s0-.294-.295-.414a7.7%207.7%200%200%200-2.818-.515m4.748%201.662c-.11-.002-.11.179-.11.39v11.146c0%20.294%200%20.526.295.295l.032-.027a7.626%207.626%200%200%200%20.94-10.743a7.6%207.6%200%200%200-.971-.966c-.083-.066-.143-.094-.186-.095m-4.751%201.389c.165%200%20.165.164.165.164v8.82s0%20.164-.165.164a4.576%204.576%200%200%201%200-9.148%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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