qq icon
qq-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- qq-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" fill-rule="evenodd" d="m18.514 17.164l-.037-.211a6.7 6.7 0 0 1-2.138 3.445c.885.274 1.661.674 1.661 1.147c0 .463-2.125.458-3.633.454H14a5.4 5.4 0 0 1-.975-.077a6.7 6.7 0 0 1-2.05 0c-.264.05-.586.077-.975.077h-.367C8.125 22.003 6 22.008 6 21.545c0-.474.776-.873 1.66-1.147a6.7 6.7 0 0 1-2.136-3.445l-.038.211a1 1 0 1 1-1.972-.328c.393-2.36 1.358-4.407 1.834-5.316c.103-.197.152-.393.152-.574V8.5a6.5 6.5 0 1 1 13 0v2.446c0 .18.05.377.152.574c.476.909 1.441 2.955 1.834 5.316a1 1 0 1 1-1.972.328" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteQqFill(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" fillRule="evenodd" d="m18.514 17.164l-.037-.211a6.7 6.7 0 0 1-2.138 3.445c.885.274 1.661.674 1.661 1.147c0 .463-2.125.458-3.633.454H14a5.4 5.4 0 0 1-.975-.077a6.7 6.7 0 0 1-2.05 0c-.264.05-.586.077-.975.077h-.367C8.125 22.003 6 22.008 6 21.545c0-.474.776-.873 1.66-1.147a6.7 6.7 0 0 1-2.136-3.445l-.038.211a1 1 0 1 1-1.972-.328c.393-2.36 1.358-4.407 1.834-5.316c.103-.197.152-.393.152-.574V8.5a6.5 6.5 0 1 1 13 0v2.446c0 .18.05.377.152.574c.476.909 1.441 2.955 1.834 5.316a1 1 0 1 1-1.972.328" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m18.514 17.164l-.037-.211a6.7 6.7 0 0 1-2.138 3.445c.885.274 1.661.674 1.661 1.147c0 .463-2.125.458-3.633.454H14a5.4 5.4 0 0 1-.975-.077a6.7 6.7 0 0 1-2.05 0c-.264.05-.586.077-.975.077h-.367C8.125 22.003 6 22.008 6 21.545c0-.474.776-.873 1.66-1.147a6.7 6.7 0 0 1-2.136-3.445l-.038.211a1 1 0 1 1-1.972-.328c.393-2.36 1.358-4.407 1.834-5.316c.103-.197.152-.393.152-.574V8.5a6.5 6.5 0 1 1 13 0v2.446c0 .18.05.377.152.574c.476.909 1.441 2.955 1.834 5.316a1 1 0 1 1-1.972.328" clip-rule="evenodd"/></svg> </template>
CSS
.icon-qq-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.514%2017.164l-.037-.211a6.7%206.7%200%200%201-2.138%203.445c.885.274%201.661.674%201.661%201.147c0%20.463-2.125.458-3.633.454H14a5.4%205.4%200%200%201-.975-.077a6.7%206.7%200%200%201-2.05%200c-.264.05-.586.077-.975.077h-.367C8.125%2022.003%206%2022.008%206%2021.545c0-.474.776-.873%201.66-1.147a6.7%206.7%200%200%201-2.136-3.445l-.038.211a1%201%200%201%201-1.972-.328c.393-2.36%201.358-4.407%201.834-5.316c.103-.197.152-.393.152-.574V8.5a6.5%206.5%200%201%201%2013%200v2.446c0%20.18.05.377.152.574c.476.909%201.441%202.955%201.834%205.316a1%201%200%201%201-1.972.328%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m18.514%2017.164l-.037-.211a6.7%206.7%200%200%201-2.138%203.445c.885.274%201.661.674%201.661%201.147c0%20.463-2.125.458-3.633.454H14a5.4%205.4%200%200%201-.975-.077a6.7%206.7%200%200%201-2.05%200c-.264.05-.586.077-.975.077h-.367C8.125%2022.003%206%2022.008%206%2021.545c0-.474.776-.873%201.66-1.147a6.7%206.7%200%200%201-2.136-3.445l-.038.211a1%201%200%201%201-1.972-.328c.393-2.36%201.358-4.407%201.834-5.316c.103-.197.152-.393.152-.574V8.5a6.5%206.5%200%201%201%2013%200v2.446c0%20.18.05.377.152.574c.476.909%201.441%202.955%201.834%205.316a1%201%200%201%201-1.972.328%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/qq-fill.svg?color=%231a73e8&size=48