qq icon
qq-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- qq-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- qq, qq-outline
The same icon in other sets
Related icons in Ant Design Icons
Use the qq icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112C331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3c-34 109.5-23 154.8-14.6 155.8c18 2.2 70.1-82.4 70.1-82.4c0 49 25.2 112.9 79.8 159c-26.4 8.1-85.7 29.9-71.6 53.8c11.4 19.3 196.2 12.3 249.5 6.3c53.3 6 238.1 13 249.5-6.3c14.1-23.8-45.3-45.7-71.6-53.8c54.6-46.2 79.8-110.1 79.8-159c0 0 52.1 84.6 70.1 82.4c8.5-1.1 19.5-46.4-14.5-155.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignQqOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112C331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3c-34 109.5-23 154.8-14.6 155.8c18 2.2 70.1-82.4 70.1-82.4c0 49 25.2 112.9 79.8 159c-26.4 8.1-85.7 29.9-71.6 53.8c11.4 19.3 196.2 12.3 249.5 6.3c53.3 6 238.1 13 249.5-6.3c14.1-23.8-45.3-45.7-71.6-53.8c54.6-46.2 79.8-110.1 79.8-159c0 0 52.1 84.6 70.1 82.4c8.5-1.1 19.5-46.4-14.5-155.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112C331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3c-34 109.5-23 154.8-14.6 155.8c18 2.2 70.1-82.4 70.1-82.4c0 49 25.2 112.9 79.8 159c-26.4 8.1-85.7 29.9-71.6 53.8c11.4 19.3 196.2 12.3 249.5 6.3c53.3 6 238.1 13 249.5-6.3c14.1-23.8-45.3-45.7-71.6-53.8c54.6-46.2 79.8-110.1 79.8-159c0 0 52.1 84.6 70.1 82.4c8.5-1.1 19.5-46.4-14.5-155.8"/></svg> </template>
CSS
.icon-qq-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M824.8%20613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5%20262.2%20689.3%20112%20511.5%20112C331.7%20112%20256.2%20265.2%20261%20447.9c-28.4%2070.8-46.7%20113.7-62.7%20165.3c-34%20109.5-23%20154.8-14.6%20155.8c18%202.2%2070.1-82.4%2070.1-82.4c0%2049%2025.2%20112.9%2079.8%20159c-26.4%208.1-85.7%2029.9-71.6%2053.8c11.4%2019.3%20196.2%2012.3%20249.5%206.3c53.3%206%20238.1%2013%20249.5-6.3c14.1-23.8-45.3-45.7-71.6-53.8c54.6-46.2%2079.8-110.1%2079.8-159c0%200%2052.1%2084.6%2070.1%2082.4c8.5-1.1%2019.5-46.4-14.5-155.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M824.8%20613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5%20262.2%20689.3%20112%20511.5%20112C331.7%20112%20256.2%20265.2%20261%20447.9c-28.4%2070.8-46.7%20113.7-62.7%20165.3c-34%20109.5-23%20154.8-14.6%20155.8c18%202.2%2070.1-82.4%2070.1-82.4c0%2049%2025.2%20112.9%2079.8%20159c-26.4%208.1-85.7%2029.9-71.6%2053.8c11.4%2019.3%20196.2%2012.3%20249.5%206.3c53.3%206%20238.1%2013%20249.5-6.3c14.1-23.8-45.3-45.7-71.6-53.8c54.6-46.2%2079.8-110.1%2079.8-159c0%200%2052.1%2084.6%2070.1%2082.4c8.5-1.1%2019.5-46.4-14.5-155.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/qq-outlined.svg?color=%231a73e8&size=48