qq logo
qq from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the qq logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741c0 31.345-16.136 72.247-51.051 101.786c16.842 5.192 54.843 19.167 45.803 34.421c-7.316 12.343-125.51 7.881-159.632 4.037c-34.122 3.844-152.316 8.306-159.632-4.037c-9.045-15.25 28.918-29.214 45.783-34.415c-34.92-29.539-51.059-70.445-51.059-101.792c0 0-33.334 54.134-44.859 52.741c-5.37-.65-12.424-29.644 9.347-99.704c10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963c18.118 45.223 29.912 72.85 40.144 105.778c21.768 70.06 14.716 99.053 9.346 99.704"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsQq(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741c0 31.345-16.136 72.247-51.051 101.786c16.842 5.192 54.843 19.167 45.803 34.421c-7.316 12.343-125.51 7.881-159.632 4.037c-34.122 3.844-152.316 8.306-159.632-4.037c-9.045-15.25 28.918-29.214 45.783-34.415c-34.92-29.539-51.059-70.445-51.059-101.792c0 0-33.334 54.134-44.859 52.741c-5.37-.65-12.424-29.644 9.347-99.704c10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963c18.118 45.223 29.912 72.85 40.144 105.778c21.768 70.06 14.716 99.053 9.346 99.704"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741c0 31.345-16.136 72.247-51.051 101.786c16.842 5.192 54.843 19.167 45.803 34.421c-7.316 12.343-125.51 7.881-159.632 4.037c-34.122 3.844-152.316 8.306-159.632-4.037c-9.045-15.25 28.918-29.214 45.783-34.415c-34.92-29.539-51.059-70.445-51.059-101.792c0 0-33.334 54.134-44.859 52.741c-5.37-.65-12.424-29.644 9.347-99.704c10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963c18.118 45.223 29.912 72.85 40.144 105.778c21.768 70.06 14.716 99.053 9.346 99.704"/></svg> </template>
CSS
.icon-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M433.754%20420.445c-11.526%201.393-44.86-52.741-44.86-52.741c0%2031.345-16.136%2072.247-51.051%20101.786c16.842%205.192%2054.843%2019.167%2045.803%2034.421c-7.316%2012.343-125.51%207.881-159.632%204.037c-34.122%203.844-152.316%208.306-159.632-4.037c-9.045-15.25%2028.918-29.214%2045.783-34.415c-34.92-29.539-51.059-70.445-51.059-101.792c0%200-33.334%2054.134-44.859%2052.741c-5.37-.65-12.424-29.644%209.347-99.704c10.261-33.024%2021.995-60.478%2040.144-105.779C60.683%2098.063%20108.982.006%20224%200c113.737.006%20163.156%2096.133%20160.264%20214.963c18.118%2045.223%2029.912%2072.85%2040.144%20105.778c21.768%2070.06%2014.716%2099.053%209.346%2099.704%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M433.754%20420.445c-11.526%201.393-44.86-52.741-44.86-52.741c0%2031.345-16.136%2072.247-51.051%20101.786c16.842%205.192%2054.843%2019.167%2045.803%2034.421c-7.316%2012.343-125.51%207.881-159.632%204.037c-34.122%203.844-152.316%208.306-159.632-4.037c-9.045-15.25%2028.918-29.214%2045.783-34.415c-34.92-29.539-51.059-70.445-51.059-101.792c0%200-33.334%2054.134-44.859%2052.741c-5.37-.65-12.424-29.644%209.347-99.704c10.261-33.024%2021.995-60.478%2040.144-105.779C60.683%2098.063%20108.982.006%20224%200c113.737.006%20163.156%2096.133%20160.264%20214.963c18.118%2045.223%2029.912%2072.85%2040.144%20105.778c21.768%2070.06%2014.716%2099.053%209.346%2099.704%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/qq.svg?color=%231a73e8&size=48