qq-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
qq-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the qq icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4.5 17c.368-2.21 1.28-4.148 1.733-5.016c.169-.321.267-.675.267-1.038V8.5a5.5 5.5 0 1 1 11 0v2.446c0 .363.098.717.267 1.038c.454.868 1.365 2.806 1.733 5.016M6.389 14l-.056 1.01a5.676 5.676 0 1 0 11.334 0L17.611 14"/><path fill="currentColor" d="M12 21.09c0 .502-.5.909-2 .909s-4 .048-4-.454C6 20.636 8.857 20 9.857 20S12 20.588 12 21.09m0 0c0 .502.5.909 2 .909s4 .048 4-.454C18 20.636 15.143 20 14.143 20S12 20.588 12 21.09"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteQqLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M4.5 17c.368-2.21 1.28-4.148 1.733-5.016c.169-.321.267-.675.267-1.038V8.5a5.5 5.5 0 1 1 11 0v2.446c0 .363.098.717.267 1.038c.454.868 1.365 2.806 1.733 5.016M6.389 14l-.056 1.01a5.676 5.676 0 1 0 11.334 0L17.611 14"/><path fill="currentColor" d="M12 21.09c0 .502-.5.909-2 .909s-4 .048-4-.454C6 20.636 8.857 20 9.857 20S12 20.588 12 21.09m0 0c0 .502.5.909 2 .909s4 .048 4-.454C18 20.636 15.143 20 14.143 20S12 20.588 12 21.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4.5 17c.368-2.21 1.28-4.148 1.733-5.016c.169-.321.267-.675.267-1.038V8.5a5.5 5.5 0 1 1 11 0v2.446c0 .363.098.717.267 1.038c.454.868 1.365 2.806 1.733 5.016M6.389 14l-.056 1.01a5.676 5.676 0 1 0 11.334 0L17.611 14"/><path fill="currentColor" d="M12 21.09c0 .502-.5.909-2 .909s-4 .048-4-.454C6 20.636 8.857 20 9.857 20S12 20.588 12 21.09m0 0c0 .502.5.909 2 .909s4 .048 4-.454C18 20.636 15.143 20 14.143 20S12 20.588 12 21.09"/></svg>
</template>

CSS

.icon-qq-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.5%2017c.368-2.21%201.28-4.148%201.733-5.016c.169-.321.267-.675.267-1.038V8.5a5.5%205.5%200%201%201%2011%200v2.446c0%20.363.098.717.267%201.038c.454.868%201.365%202.806%201.733%205.016M6.389%2014l-.056%201.01a5.676%205.676%200%201%200%2011.334%200L17.611%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021.09c0%20.502-.5.909-2%20.909s-4%20.048-4-.454C6%2020.636%208.857%2020%209.857%2020S12%2020.588%2012%2021.09m0%200c0%20.502.5.909%202%20.909s4%20.048%204-.454C18%2020.636%2015.143%2020%2014.143%2020S12%2020.588%2012%2021.09%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.5%2017c.368-2.21%201.28-4.148%201.733-5.016c.169-.321.267-.675.267-1.038V8.5a5.5%205.5%200%201%201%2011%200v2.446c0%20.363.098.717.267%201.038c.454.868%201.365%202.806%201.733%205.016M6.389%2014l-.056%201.01a5.676%205.676%200%201%200%2011.334%200L17.611%2014%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021.09c0%20.502-.5.909-2%20.909s-4%20.048-4-.454C6%2020.636%208.857%2020%209.857%2020S12%2020.588%2012%2021.09m0%200c0%20.502.5.909%202%20.909s4%20.048%204-.454C18%2020.636%2015.143%2020%2014.143%2020S12%2020.588%2012%2021.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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