kwaikat logo
kwaikat from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- kwaikat
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the kwaikat logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M20.42 19.311h3.418V1l-6.781 4.177-6.778-4.111.026 7.868h3.418l-.026-2.222 3.42 2.035 3.303-2.035v12.6z"/><path d="M3.064 10.734c2.784-2.07 6.942-2.394 9.941.907l.01.01.01.013 9.16 12.24h-3.84l-7.69-10.217c-1.63-1.737-3.891-1.689-5.515-.638-1.624 1.05-2.563 3.073-1.548 5.28 1.494 3.246 6.152 3.275 7.725.108l.032-.064 2.02 2.629c-2.98 3.968-9.329 3.926-12.165-.552-2.395-3.78-.926-7.645 1.86-9.716z"/></g></svg>
React
import type { SVGProps } from "react";
export function LobehubKwaikat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd"><path d="M20.42 19.311h3.418V1l-6.781 4.177-6.778-4.111.026 7.868h3.418l-.026-2.222 3.42 2.035 3.303-2.035v12.6z"/><path d="M3.064 10.734c2.784-2.07 6.942-2.394 9.941.907l.01.01.01.013 9.16 12.24h-3.84l-7.69-10.217c-1.63-1.737-3.891-1.689-5.515-.638-1.624 1.05-2.563 3.073-1.548 5.28 1.494 3.246 6.152 3.275 7.725.108l.032-.064 2.02 2.629c-2.98 3.968-9.329 3.926-12.165-.552-2.395-3.78-.926-7.645 1.86-9.716z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M20.42 19.311h3.418V1l-6.781 4.177-6.778-4.111.026 7.868h3.418l-.026-2.222 3.42 2.035 3.303-2.035v12.6z"/><path d="M3.064 10.734c2.784-2.07 6.942-2.394 9.941.907l.01.01.01.013 9.16 12.24h-3.84l-7.69-10.217c-1.63-1.737-3.891-1.689-5.515-.638-1.624 1.05-2.563 3.073-1.548 5.28 1.494 3.246 6.152 3.275 7.725.108l.032-.064 2.02 2.629c-2.98 3.968-9.329 3.926-12.165-.552-2.395-3.78-.926-7.645 1.86-9.716z"/></g></svg> </template>
CSS
.icon-kwaikat {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.42%2019.311h3.418V1l-6.781%204.177-6.778-4.111.026%207.868h3.418l-.026-2.222%203.42%202.035%203.303-2.035v12.6z%22%2F%3E%3Cpath%20d%3D%22M3.064%2010.734c2.784-2.07%206.942-2.394%209.941.907l.01.01.01.013%209.16%2012.24h-3.84l-7.69-10.217c-1.63-1.737-3.891-1.689-5.515-.638-1.624%201.05-2.563%203.073-1.548%205.28%201.494%203.246%206.152%203.275%207.725.108l.032-.064%202.02%202.629c-2.98%203.968-9.329%203.926-12.165-.552-2.395-3.78-.926-7.645%201.86-9.716z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M20.42%2019.311h3.418V1l-6.781%204.177-6.778-4.111.026%207.868h3.418l-.026-2.222%203.42%202.035%203.303-2.035v12.6z%22%2F%3E%3Cpath%20d%3D%22M3.064%2010.734c2.784-2.07%206.942-2.394%209.941.907l.01.01.01.013%209.16%2012.24h-3.84l-7.69-10.217c-1.63-1.737-3.891-1.689-5.515-.638-1.624%201.05-2.563%203.073-1.548%205.28%201.494%203.246%206.152%203.275%207.725.108l.032-.064%202.02%202.629c-2.98%203.968-9.329%203.926-12.165-.552-2.395-3.78-.926-7.645%201.86-9.716z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/kwaikat.svg?color=%231a73e8&size=48