longcat-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.

Name
longcat-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
108×24
License
MIT

2 other variants in LobeHub AI Icons

Use the longcat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 108 24"><path fill="currentColor" fill-rule="evenodd" d="M2 19.138h12.31V15.96H5.887V2.289H2v16.849zm20.277.192c4.103 0 7.079-2.768 7.079-6.667 0-3.9-2.976-6.667-7.08-6.667-4.102 0-7.102 2.768-7.102 6.667 0 3.9 3 6.667 7.103 6.667zm0-3.08c-1.872 0-3.312-1.348-3.312-3.587s1.44-3.586 3.312-3.586c1.872 0 3.287 1.348 3.287 3.586 0 2.239-1.415 3.587-3.287 3.587zM39.698 5.996c-1.752 0-3.263.601-4.271 1.709V6.188H31.85v12.95h3.744v-6.403c0-2.383 1.296-3.49 3.095-3.49 1.656 0 2.616.963 2.616 3.057v6.836h3.743v-7.414c0-3.947-2.303-5.728-5.35-5.728zm18.645.192V7.85c-.984-1.252-2.471-1.853-4.271-1.853-3.576 0-6.455 2.479-6.455 6.258s2.88 6.258 6.455 6.258c1.68 0 3.095-.53 4.08-1.613v.554c0 2.335-1.153 3.538-3.792 3.538-1.656 0-3.456-.577-4.56-1.468l-1.487 2.696C49.825 23.399 52.2 24 54.648 24c4.655 0 7.247-2.214 7.247-7.028V6.188h-3.552zm-3.527 9.243c-1.968 0-3.408-1.276-3.408-3.177 0-1.902 1.44-3.177 3.408-3.177s3.383 1.275 3.383 3.177c0 1.901-1.415 3.177-3.383 3.177zm18.861 3.996c2.927 0 5.351-1.06 6.935-3.01l-2.496-2.31c-1.127 1.324-2.543 1.998-4.223 1.998-3.144 0-5.375-2.214-5.375-5.392 0-3.177 2.231-5.391 5.375-5.391 1.68 0 3.096.674 4.223 1.973l2.496-2.31C79.028 3.059 76.605 2 73.7 2c-5.231 0-9.119 3.635-9.119 8.713 0 5.08 3.888 8.714 9.095 8.714zM88.075 5.996c-2.064 0-4.152.553-5.567 1.564l1.343 2.624c.936-.746 2.352-1.204 3.72-1.204 2.016 0 2.975.939 2.975 2.552h-2.975c-3.936 0-5.543 1.588-5.543 3.875 0 2.238 1.8 3.923 4.823 3.923 1.896 0 3.24-.625 3.935-1.805v1.613h3.504v-7.39c0-3.923-2.28-5.752-6.215-5.752zm-.288 10.807c-1.32 0-2.112-.626-2.112-1.565 0-.866.552-1.516 2.304-1.516h2.567v1.324c-.432 1.18-1.511 1.757-2.76 1.757zm17.205-.939c-.408.313-.96.482-1.512.482-1.007 0-1.607-.602-1.607-1.71v-5.27h3.215V6.476h-3.215V3.324h-3.744v3.153h-1.992v2.888h1.992v5.32c0 3.08 1.776 4.645 4.823 4.645 1.152 0 2.28-.264 3.048-.818l-1.008-2.648z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function LobehubLongcatText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 108 24"><path fill="currentColor" fillRule="evenodd" d="M2 19.138h12.31V15.96H5.887V2.289H2v16.849zm20.277.192c4.103 0 7.079-2.768 7.079-6.667 0-3.9-2.976-6.667-7.08-6.667-4.102 0-7.102 2.768-7.102 6.667 0 3.9 3 6.667 7.103 6.667zm0-3.08c-1.872 0-3.312-1.348-3.312-3.587s1.44-3.586 3.312-3.586c1.872 0 3.287 1.348 3.287 3.586 0 2.239-1.415 3.587-3.287 3.587zM39.698 5.996c-1.752 0-3.263.601-4.271 1.709V6.188H31.85v12.95h3.744v-6.403c0-2.383 1.296-3.49 3.095-3.49 1.656 0 2.616.963 2.616 3.057v6.836h3.743v-7.414c0-3.947-2.303-5.728-5.35-5.728zm18.645.192V7.85c-.984-1.252-2.471-1.853-4.271-1.853-3.576 0-6.455 2.479-6.455 6.258s2.88 6.258 6.455 6.258c1.68 0 3.095-.53 4.08-1.613v.554c0 2.335-1.153 3.538-3.792 3.538-1.656 0-3.456-.577-4.56-1.468l-1.487 2.696C49.825 23.399 52.2 24 54.648 24c4.655 0 7.247-2.214 7.247-7.028V6.188h-3.552zm-3.527 9.243c-1.968 0-3.408-1.276-3.408-3.177 0-1.902 1.44-3.177 3.408-3.177s3.383 1.275 3.383 3.177c0 1.901-1.415 3.177-3.383 3.177zm18.861 3.996c2.927 0 5.351-1.06 6.935-3.01l-2.496-2.31c-1.127 1.324-2.543 1.998-4.223 1.998-3.144 0-5.375-2.214-5.375-5.392 0-3.177 2.231-5.391 5.375-5.391 1.68 0 3.096.674 4.223 1.973l2.496-2.31C79.028 3.059 76.605 2 73.7 2c-5.231 0-9.119 3.635-9.119 8.713 0 5.08 3.888 8.714 9.095 8.714zM88.075 5.996c-2.064 0-4.152.553-5.567 1.564l1.343 2.624c.936-.746 2.352-1.204 3.72-1.204 2.016 0 2.975.939 2.975 2.552h-2.975c-3.936 0-5.543 1.588-5.543 3.875 0 2.238 1.8 3.923 4.823 3.923 1.896 0 3.24-.625 3.935-1.805v1.613h3.504v-7.39c0-3.923-2.28-5.752-6.215-5.752zm-.288 10.807c-1.32 0-2.112-.626-2.112-1.565 0-.866.552-1.516 2.304-1.516h2.567v1.324c-.432 1.18-1.511 1.757-2.76 1.757zm17.205-.939c-.408.313-.96.482-1.512.482-1.007 0-1.607-.602-1.607-1.71v-5.27h3.215V6.476h-3.215V3.324h-3.744v3.153h-1.992v2.888h1.992v5.32c0 3.08 1.776 4.645 4.823 4.645 1.152 0 2.28-.264 3.048-.818l-1.008-2.648z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 108 24"><path fill="currentColor" fill-rule="evenodd" d="M2 19.138h12.31V15.96H5.887V2.289H2v16.849zm20.277.192c4.103 0 7.079-2.768 7.079-6.667 0-3.9-2.976-6.667-7.08-6.667-4.102 0-7.102 2.768-7.102 6.667 0 3.9 3 6.667 7.103 6.667zm0-3.08c-1.872 0-3.312-1.348-3.312-3.587s1.44-3.586 3.312-3.586c1.872 0 3.287 1.348 3.287 3.586 0 2.239-1.415 3.587-3.287 3.587zM39.698 5.996c-1.752 0-3.263.601-4.271 1.709V6.188H31.85v12.95h3.744v-6.403c0-2.383 1.296-3.49 3.095-3.49 1.656 0 2.616.963 2.616 3.057v6.836h3.743v-7.414c0-3.947-2.303-5.728-5.35-5.728zm18.645.192V7.85c-.984-1.252-2.471-1.853-4.271-1.853-3.576 0-6.455 2.479-6.455 6.258s2.88 6.258 6.455 6.258c1.68 0 3.095-.53 4.08-1.613v.554c0 2.335-1.153 3.538-3.792 3.538-1.656 0-3.456-.577-4.56-1.468l-1.487 2.696C49.825 23.399 52.2 24 54.648 24c4.655 0 7.247-2.214 7.247-7.028V6.188h-3.552zm-3.527 9.243c-1.968 0-3.408-1.276-3.408-3.177 0-1.902 1.44-3.177 3.408-3.177s3.383 1.275 3.383 3.177c0 1.901-1.415 3.177-3.383 3.177zm18.861 3.996c2.927 0 5.351-1.06 6.935-3.01l-2.496-2.31c-1.127 1.324-2.543 1.998-4.223 1.998-3.144 0-5.375-2.214-5.375-5.392 0-3.177 2.231-5.391 5.375-5.391 1.68 0 3.096.674 4.223 1.973l2.496-2.31C79.028 3.059 76.605 2 73.7 2c-5.231 0-9.119 3.635-9.119 8.713 0 5.08 3.888 8.714 9.095 8.714zM88.075 5.996c-2.064 0-4.152.553-5.567 1.564l1.343 2.624c.936-.746 2.352-1.204 3.72-1.204 2.016 0 2.975.939 2.975 2.552h-2.975c-3.936 0-5.543 1.588-5.543 3.875 0 2.238 1.8 3.923 4.823 3.923 1.896 0 3.24-.625 3.935-1.805v1.613h3.504v-7.39c0-3.923-2.28-5.752-6.215-5.752zm-.288 10.807c-1.32 0-2.112-.626-2.112-1.565 0-.866.552-1.516 2.304-1.516h2.567v1.324c-.432 1.18-1.511 1.757-2.76 1.757zm17.205-.939c-.408.313-.96.482-1.512.482-1.007 0-1.607-.602-1.607-1.71v-5.27h3.215V6.476h-3.215V3.324h-3.744v3.153h-1.992v2.888h1.992v5.32c0 3.08 1.776 4.645 4.823 4.645 1.152 0 2.28-.264 3.048-.818l-1.008-2.648z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-longcat-text {
  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%20108%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2019.138h12.31V15.96H5.887V2.289H2v16.849zm20.277.192c4.103%200%207.079-2.768%207.079-6.667%200-3.9-2.976-6.667-7.08-6.667-4.102%200-7.102%202.768-7.102%206.667%200%203.9%203%206.667%207.103%206.667zm0-3.08c-1.872%200-3.312-1.348-3.312-3.587s1.44-3.586%203.312-3.586c1.872%200%203.287%201.348%203.287%203.586%200%202.239-1.415%203.587-3.287%203.587zM39.698%205.996c-1.752%200-3.263.601-4.271%201.709V6.188H31.85v12.95h3.744v-6.403c0-2.383%201.296-3.49%203.095-3.49%201.656%200%202.616.963%202.616%203.057v6.836h3.743v-7.414c0-3.947-2.303-5.728-5.35-5.728zm18.645.192V7.85c-.984-1.252-2.471-1.853-4.271-1.853-3.576%200-6.455%202.479-6.455%206.258s2.88%206.258%206.455%206.258c1.68%200%203.095-.53%204.08-1.613v.554c0%202.335-1.153%203.538-3.792%203.538-1.656%200-3.456-.577-4.56-1.468l-1.487%202.696C49.825%2023.399%2052.2%2024%2054.648%2024c4.655%200%207.247-2.214%207.247-7.028V6.188h-3.552zm-3.527%209.243c-1.968%200-3.408-1.276-3.408-3.177%200-1.902%201.44-3.177%203.408-3.177s3.383%201.275%203.383%203.177c0%201.901-1.415%203.177-3.383%203.177zm18.861%203.996c2.927%200%205.351-1.06%206.935-3.01l-2.496-2.31c-1.127%201.324-2.543%201.998-4.223%201.998-3.144%200-5.375-2.214-5.375-5.392%200-3.177%202.231-5.391%205.375-5.391%201.68%200%203.096.674%204.223%201.973l2.496-2.31C79.028%203.059%2076.605%202%2073.7%202c-5.231%200-9.119%203.635-9.119%208.713%200%205.08%203.888%208.714%209.095%208.714zM88.075%205.996c-2.064%200-4.152.553-5.567%201.564l1.343%202.624c.936-.746%202.352-1.204%203.72-1.204%202.016%200%202.975.939%202.975%202.552h-2.975c-3.936%200-5.543%201.588-5.543%203.875%200%202.238%201.8%203.923%204.823%203.923%201.896%200%203.24-.625%203.935-1.805v1.613h3.504v-7.39c0-3.923-2.28-5.752-6.215-5.752zm-.288%2010.807c-1.32%200-2.112-.626-2.112-1.565%200-.866.552-1.516%202.304-1.516h2.567v1.324c-.432%201.18-1.511%201.757-2.76%201.757zm17.205-.939c-.408.313-.96.482-1.512.482-1.007%200-1.607-.602-1.607-1.71v-5.27h3.215V6.476h-3.215V3.324h-3.744v3.153h-1.992v2.888h1.992v5.32c0%203.08%201.776%204.645%204.823%204.645%201.152%200%202.28-.264%203.048-.818l-1.008-2.648z%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%20108%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2019.138h12.31V15.96H5.887V2.289H2v16.849zm20.277.192c4.103%200%207.079-2.768%207.079-6.667%200-3.9-2.976-6.667-7.08-6.667-4.102%200-7.102%202.768-7.102%206.667%200%203.9%203%206.667%207.103%206.667zm0-3.08c-1.872%200-3.312-1.348-3.312-3.587s1.44-3.586%203.312-3.586c1.872%200%203.287%201.348%203.287%203.586%200%202.239-1.415%203.587-3.287%203.587zM39.698%205.996c-1.752%200-3.263.601-4.271%201.709V6.188H31.85v12.95h3.744v-6.403c0-2.383%201.296-3.49%203.095-3.49%201.656%200%202.616.963%202.616%203.057v6.836h3.743v-7.414c0-3.947-2.303-5.728-5.35-5.728zm18.645.192V7.85c-.984-1.252-2.471-1.853-4.271-1.853-3.576%200-6.455%202.479-6.455%206.258s2.88%206.258%206.455%206.258c1.68%200%203.095-.53%204.08-1.613v.554c0%202.335-1.153%203.538-3.792%203.538-1.656%200-3.456-.577-4.56-1.468l-1.487%202.696C49.825%2023.399%2052.2%2024%2054.648%2024c4.655%200%207.247-2.214%207.247-7.028V6.188h-3.552zm-3.527%209.243c-1.968%200-3.408-1.276-3.408-3.177%200-1.902%201.44-3.177%203.408-3.177s3.383%201.275%203.383%203.177c0%201.901-1.415%203.177-3.383%203.177zm18.861%203.996c2.927%200%205.351-1.06%206.935-3.01l-2.496-2.31c-1.127%201.324-2.543%201.998-4.223%201.998-3.144%200-5.375-2.214-5.375-5.392%200-3.177%202.231-5.391%205.375-5.391%201.68%200%203.096.674%204.223%201.973l2.496-2.31C79.028%203.059%2076.605%202%2073.7%202c-5.231%200-9.119%203.635-9.119%208.713%200%205.08%203.888%208.714%209.095%208.714zM88.075%205.996c-2.064%200-4.152.553-5.567%201.564l1.343%202.624c.936-.746%202.352-1.204%203.72-1.204%202.016%200%202.975.939%202.975%202.552h-2.975c-3.936%200-5.543%201.588-5.543%203.875%200%202.238%201.8%203.923%204.823%203.923%201.896%200%203.24-.625%203.935-1.805v1.613h3.504v-7.39c0-3.923-2.28-5.752-6.215-5.752zm-.288%2010.807c-1.32%200-2.112-.626-2.112-1.565%200-.866.552-1.516%202.304-1.516h2.567v1.324c-.432%201.18-1.511%201.757-2.76%201.757zm17.205-.939c-.408.313-.96.482-1.512.482-1.007%200-1.607-.602-1.607-1.71v-5.27h3.215V6.476h-3.215V3.324h-3.744v3.153h-1.992v2.888h1.992v5.32c0%203.08%201.776%204.645%204.823%204.645%201.152%200%202.28-.264%203.048-.818l-1.008-2.648z%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/lobehub/longcat-text.svg?color=%231a73e8&size=48

Longcat logo — LobeHub AI Icons · IconsDB