logo-qq from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
logo-qq
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the logo qq icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.215 14.655a34 34 0 0 0-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68 0-6.585 4.052-6.585 8.085c0 .239.012.703.012.73l-.943 2.36a34 34 0 0 0-.702 1.98c-.891 2.873-.603 4.062-.383 4.09c.472.056 1.84-2.164 1.84-2.164c0 1.286.661 2.963 2.093 4.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506 5.148.323 6.547.166c1.4.157 6.247.34 6.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212 2.093-2.89 2.093-4.175c0 0 1.368 2.22 1.84 2.163c.216-.026.506-1.215-.389-4.09"/><path stroke="currentColor" stroke-width="2" d="M20.215 14.655a34 34 0 0 0-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68 0-6.585 4.052-6.585 8.085c0 .239.012.703.012.73l-.943 2.36a34 34 0 0 0-.702 1.98c-.891 2.873-.603 4.062-.383 4.09c.472.056 1.84-2.164 1.84-2.164c0 1.286.661 2.963 2.093 4.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506 5.148.323 6.547.166c1.4.157 6.247.34 6.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212 2.093-2.89 2.093-4.175c0 0 1.368 2.22 1.84 2.163c.216-.026.506-1.215-.389-4.09Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignLogoQq(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.215 14.655a34 34 0 0 0-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68 0-6.585 4.052-6.585 8.085c0 .239.012.703.012.73l-.943 2.36a34 34 0 0 0-.702 1.98c-.891 2.873-.603 4.062-.383 4.09c.472.056 1.84-2.164 1.84-2.164c0 1.286.661 2.963 2.093 4.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506 5.148.323 6.547.166c1.4.157 6.247.34 6.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212 2.093-2.89 2.093-4.175c0 0 1.368 2.22 1.84 2.163c.216-.026.506-1.215-.389-4.09"/><path stroke="currentColor" strokeWidth="2" d="M20.215 14.655a34 34 0 0 0-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68 0-6.585 4.052-6.585 8.085c0 .239.012.703.012.73l-.943 2.36a34 34 0 0 0-.702 1.98c-.891 2.873-.603 4.062-.383 4.09c.472.056 1.84-2.164 1.84-2.164c0 1.286.661 2.963 2.093 4.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506 5.148.323 6.547.166c1.4.157 6.247.34 6.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212 2.093-2.89 2.093-4.175c0 0 1.368 2.22 1.84 2.163c.216-.026.506-1.215-.389-4.09Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.215 14.655a34 34 0 0 0-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68 0-6.585 4.052-6.585 8.085c0 .239.012.703.012.73l-.943 2.36a34 34 0 0 0-.702 1.98c-.891 2.873-.603 4.062-.383 4.09c.472.056 1.84-2.164 1.84-2.164c0 1.286.661 2.963 2.093 4.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506 5.148.323 6.547.166c1.4.157 6.247.34 6.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212 2.093-2.89 2.093-4.175c0 0 1.368 2.22 1.84 2.163c.216-.026.506-1.215-.389-4.09"/><path stroke="currentColor" stroke-width="2" d="M20.215 14.655a34 34 0 0 0-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68 0-6.585 4.052-6.585 8.085c0 .239.012.703.012.73l-.943 2.36a34 34 0 0 0-.702 1.98c-.891 2.873-.603 4.062-.383 4.09c.472.056 1.84-2.164 1.84-2.164c0 1.286.661 2.963 2.093 4.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506 5.148.323 6.547.166c1.4.157 6.247.34 6.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212 2.093-2.89 2.093-4.175c0 0 1.368 2.22 1.84 2.163c.216-.026.506-1.215-.389-4.09Z"/></g></svg>
</template>

CSS

.icon-logo-qq {
  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%22none%22%3E%3Cpath%20d%3D%22M20.215%2014.655a34%2034%200%200%200-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68%200-6.585%204.052-6.585%208.085c0%20.239.012.703.012.73l-.943%202.36a34%2034%200%200%200-.702%201.98c-.891%202.873-.603%204.062-.383%204.09c.472.056%201.84-2.164%201.84-2.164c0%201.286.661%202.963%202.093%204.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506%205.148.323%206.547.166c1.4.157%206.247.34%206.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212%202.093-2.89%202.093-4.175c0%200%201.368%202.22%201.84%202.163c.216-.026.506-1.215-.389-4.09%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20.215%2014.655a34%2034%200%200%200-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68%200-6.585%204.052-6.585%208.085c0%20.239.012.703.012.73l-.943%202.36a34%2034%200%200%200-.702%201.98c-.891%202.873-.603%204.062-.383%204.09c.472.056%201.84-2.164%201.84-2.164c0%201.286.661%202.963%202.093%204.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506%205.148.323%206.547.166c1.4.157%206.247.34%206.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212%202.093-2.89%202.093-4.175c0%200%201.368%202.22%201.84%202.163c.216-.026.506-1.215-.389-4.09Z%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%22none%22%3E%3Cpath%20d%3D%22M20.215%2014.655a34%2034%200%200%200-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68%200-6.585%204.052-6.585%208.085c0%20.239.012.703.012.73l-.943%202.36a34%2034%200%200%200-.702%201.98c-.891%202.873-.603%204.062-.383%204.09c.472.056%201.84-2.164%201.84-2.164c0%201.286.661%202.963%202.093%204.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506%205.148.323%206.547.166c1.4.157%206.247.34%206.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212%202.093-2.89%202.093-4.175c0%200%201.368%202.22%201.84%202.163c.216-.026.506-1.215-.389-4.09%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20.215%2014.655a34%2034%200%200%200-.702-1.98l-.944-2.36c0-.027.013-.49.013-.73c0-4.033-1.904-8.084-6.585-8.085c-4.68%200-6.585%204.052-6.585%208.085c0%20.239.012.703.012.73l-.943%202.36a34%2034%200%200%200-.702%201.98c-.891%202.873-.603%204.062-.383%204.09c.472.056%201.84-2.164%201.84-2.164c0%201.286.661%202.963%202.093%204.175c-.535.165-1.192.42-1.614.73c-.379.28-.331.566-.262.682c.3.506%205.148.323%206.547.166c1.4.157%206.247.34%206.547-.166c.068-.115.115-.4-.262-.682c-.42-.311-1.08-.565-1.615-.73c1.431-1.212%202.093-2.89%202.093-4.175c0%200%201.368%202.22%201.84%202.163c.216-.026.506-1.215-.389-4.09Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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