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

Name
akashchat-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
141×24
License
MIT

2 other variants in LobeHub AI Icons

Use the akashchat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 141 24"><g fill="currentColor" fill-rule="evenodd"><path d="M8.95 7.363c2.216 0 4.283.959 5.182 2.726l.21-2.277h3.325V22.61h-3.415l-.24-2.306C13.085 21.83 11.317 23 8.92 23 4.517 23 2 19.645 2 15.032c0-4.643 2.786-7.669 6.95-7.669zm31.81 0c2.216 0 4.284.959 5.182 2.726l.21-2.277h3.325V22.61h-3.414l-.24-2.305C44.892 21.832 43.125 23 40.73 23c-4.403 0-6.92-3.355-6.92-7.968 0-4.643 2.786-7.669 6.95-7.669zm16.786 0c3.325 0 5.571 1.918 5.602 4.793h-3.475c-.03-1.258-.869-2.067-2.276-2.067-1.438 0-2.278.66-2.278 1.767 0 .84.66 1.379 1.917 1.678l2.667.63c2.486.568 3.744 1.707 3.744 3.984 0 2.995-2.546 4.852-6.2 4.852-3.685 0-6.021-1.977-6.021-4.883H54.7c.03 1.288.989 2.097 2.666 2.097 1.708 0 2.636-.688 2.636-1.767 0-.749-.39-1.288-1.707-1.588l-2.666-.629c-2.666-.599-3.954-1.857-3.954-4.223 0-2.906 2.456-4.644 5.87-4.644zm-33.595 6.65l5.751-6.2h4.584l-5.632 5.87 5.512 8.927h-4.193l-3.865-6.23-2.157 2.246v3.984h-3.625V1.047h3.625v12.967zM69.315 9.73c.93-1.437 2.666-2.366 4.792-2.366 3.655 0 5.573 2.307 5.573 6.14v9.107h-3.655v-8.237c0-2.486-1.228-3.684-3.086-3.684-2.306 0-3.654 1.617-3.654 3.834v8.087h-3.654V1.047h3.684v8.682zm-59.527.96c-2.546 0-4.134 1.887-4.134 4.523 0 2.636 1.559 4.493 4.105 4.493 2.546 0 4.193-1.827 4.193-4.493 0-2.666-1.618-4.524-4.164-4.524zm31.81 0c-2.545 0-4.133 1.887-4.133 4.523 0 2.636 1.558 4.493 4.104 4.493 2.546 0 4.194-1.827 4.194-4.493 0-2.666-1.618-4.524-4.164-4.524z"/><path fill-opacity=".5" d="M135.895 22.626h-2.084V9.566h-2.973V7.788h2.973V3.097h2.084v4.69h2.975v1.779h-2.975v13.06zm-9.071-14.839h1.87v14.838h-1.931l-.216-3.035c-1.072 2.238-3.096 3.403-5.609 3.403-4.385 0-6.868-3.372-6.868-7.848s2.667-7.756 6.959-7.756c2.392 0 4.569 1.042 5.611 3.495l.184-3.097zm-.368 7.42c0-3.434-1.84-5.887-5.089-5.887-3.25 0-5.151 2.453-5.151 5.886 0 3.434 1.87 5.887 5.09 5.887 3.249 0 5.15-2.453 5.15-5.887zm-25.83 7.388h-2.115V1h2.115v9.363c.951-1.779 2.759-2.974 5.243-2.974 3.893 0 5.641 2.422 5.641 6.162v9.074h-2.116v-8.614c0-3.464-1.625-4.69-3.924-4.69-3.188 0-4.844 2.36-4.844 5.211v8.063zm-18.472-7.358c0-4.66 2.851-7.848 7.174-7.848 3.433 0 5.947 1.993 6.53 5.058h-2.115c-.552-2.054-2.33-3.188-4.384-3.188-3.005 0-5.12 2.3-5.12 5.947 0 3.526 1.962 5.887 4.966 5.887 2.208 0 3.986-1.227 4.568-3.128h2.146c-.705 3.036-3.341 5.028-6.714 5.028-4.2 0-7.05-3.096-7.05-7.756z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function LobehubAkashchatText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 141 24"><g fill="currentColor" fillRule="evenodd"><path d="M8.95 7.363c2.216 0 4.283.959 5.182 2.726l.21-2.277h3.325V22.61h-3.415l-.24-2.306C13.085 21.83 11.317 23 8.92 23 4.517 23 2 19.645 2 15.032c0-4.643 2.786-7.669 6.95-7.669zm31.81 0c2.216 0 4.284.959 5.182 2.726l.21-2.277h3.325V22.61h-3.414l-.24-2.305C44.892 21.832 43.125 23 40.73 23c-4.403 0-6.92-3.355-6.92-7.968 0-4.643 2.786-7.669 6.95-7.669zm16.786 0c3.325 0 5.571 1.918 5.602 4.793h-3.475c-.03-1.258-.869-2.067-2.276-2.067-1.438 0-2.278.66-2.278 1.767 0 .84.66 1.379 1.917 1.678l2.667.63c2.486.568 3.744 1.707 3.744 3.984 0 2.995-2.546 4.852-6.2 4.852-3.685 0-6.021-1.977-6.021-4.883H54.7c.03 1.288.989 2.097 2.666 2.097 1.708 0 2.636-.688 2.636-1.767 0-.749-.39-1.288-1.707-1.588l-2.666-.629c-2.666-.599-3.954-1.857-3.954-4.223 0-2.906 2.456-4.644 5.87-4.644zm-33.595 6.65l5.751-6.2h4.584l-5.632 5.87 5.512 8.927h-4.193l-3.865-6.23-2.157 2.246v3.984h-3.625V1.047h3.625v12.967zM69.315 9.73c.93-1.437 2.666-2.366 4.792-2.366 3.655 0 5.573 2.307 5.573 6.14v9.107h-3.655v-8.237c0-2.486-1.228-3.684-3.086-3.684-2.306 0-3.654 1.617-3.654 3.834v8.087h-3.654V1.047h3.684v8.682zm-59.527.96c-2.546 0-4.134 1.887-4.134 4.523 0 2.636 1.559 4.493 4.105 4.493 2.546 0 4.193-1.827 4.193-4.493 0-2.666-1.618-4.524-4.164-4.524zm31.81 0c-2.545 0-4.133 1.887-4.133 4.523 0 2.636 1.558 4.493 4.104 4.493 2.546 0 4.194-1.827 4.194-4.493 0-2.666-1.618-4.524-4.164-4.524z"/><path fillOpacity=".5" d="M135.895 22.626h-2.084V9.566h-2.973V7.788h2.973V3.097h2.084v4.69h2.975v1.779h-2.975v13.06zm-9.071-14.839h1.87v14.838h-1.931l-.216-3.035c-1.072 2.238-3.096 3.403-5.609 3.403-4.385 0-6.868-3.372-6.868-7.848s2.667-7.756 6.959-7.756c2.392 0 4.569 1.042 5.611 3.495l.184-3.097zm-.368 7.42c0-3.434-1.84-5.887-5.089-5.887-3.25 0-5.151 2.453-5.151 5.886 0 3.434 1.87 5.887 5.09 5.887 3.249 0 5.15-2.453 5.15-5.887zm-25.83 7.388h-2.115V1h2.115v9.363c.951-1.779 2.759-2.974 5.243-2.974 3.893 0 5.641 2.422 5.641 6.162v9.074h-2.116v-8.614c0-3.464-1.625-4.69-3.924-4.69-3.188 0-4.844 2.36-4.844 5.211v8.063zm-18.472-7.358c0-4.66 2.851-7.848 7.174-7.848 3.433 0 5.947 1.993 6.53 5.058h-2.115c-.552-2.054-2.33-3.188-4.384-3.188-3.005 0-5.12 2.3-5.12 5.947 0 3.526 1.962 5.887 4.966 5.887 2.208 0 3.986-1.227 4.568-3.128h2.146c-.705 3.036-3.341 5.028-6.714 5.028-4.2 0-7.05-3.096-7.05-7.756z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 141 24"><g fill="currentColor" fill-rule="evenodd"><path d="M8.95 7.363c2.216 0 4.283.959 5.182 2.726l.21-2.277h3.325V22.61h-3.415l-.24-2.306C13.085 21.83 11.317 23 8.92 23 4.517 23 2 19.645 2 15.032c0-4.643 2.786-7.669 6.95-7.669zm31.81 0c2.216 0 4.284.959 5.182 2.726l.21-2.277h3.325V22.61h-3.414l-.24-2.305C44.892 21.832 43.125 23 40.73 23c-4.403 0-6.92-3.355-6.92-7.968 0-4.643 2.786-7.669 6.95-7.669zm16.786 0c3.325 0 5.571 1.918 5.602 4.793h-3.475c-.03-1.258-.869-2.067-2.276-2.067-1.438 0-2.278.66-2.278 1.767 0 .84.66 1.379 1.917 1.678l2.667.63c2.486.568 3.744 1.707 3.744 3.984 0 2.995-2.546 4.852-6.2 4.852-3.685 0-6.021-1.977-6.021-4.883H54.7c.03 1.288.989 2.097 2.666 2.097 1.708 0 2.636-.688 2.636-1.767 0-.749-.39-1.288-1.707-1.588l-2.666-.629c-2.666-.599-3.954-1.857-3.954-4.223 0-2.906 2.456-4.644 5.87-4.644zm-33.595 6.65l5.751-6.2h4.584l-5.632 5.87 5.512 8.927h-4.193l-3.865-6.23-2.157 2.246v3.984h-3.625V1.047h3.625v12.967zM69.315 9.73c.93-1.437 2.666-2.366 4.792-2.366 3.655 0 5.573 2.307 5.573 6.14v9.107h-3.655v-8.237c0-2.486-1.228-3.684-3.086-3.684-2.306 0-3.654 1.617-3.654 3.834v8.087h-3.654V1.047h3.684v8.682zm-59.527.96c-2.546 0-4.134 1.887-4.134 4.523 0 2.636 1.559 4.493 4.105 4.493 2.546 0 4.193-1.827 4.193-4.493 0-2.666-1.618-4.524-4.164-4.524zm31.81 0c-2.545 0-4.133 1.887-4.133 4.523 0 2.636 1.558 4.493 4.104 4.493 2.546 0 4.194-1.827 4.194-4.493 0-2.666-1.618-4.524-4.164-4.524z"/><path fill-opacity=".5" d="M135.895 22.626h-2.084V9.566h-2.973V7.788h2.973V3.097h2.084v4.69h2.975v1.779h-2.975v13.06zm-9.071-14.839h1.87v14.838h-1.931l-.216-3.035c-1.072 2.238-3.096 3.403-5.609 3.403-4.385 0-6.868-3.372-6.868-7.848s2.667-7.756 6.959-7.756c2.392 0 4.569 1.042 5.611 3.495l.184-3.097zm-.368 7.42c0-3.434-1.84-5.887-5.089-5.887-3.25 0-5.151 2.453-5.151 5.886 0 3.434 1.87 5.887 5.09 5.887 3.249 0 5.15-2.453 5.15-5.887zm-25.83 7.388h-2.115V1h2.115v9.363c.951-1.779 2.759-2.974 5.243-2.974 3.893 0 5.641 2.422 5.641 6.162v9.074h-2.116v-8.614c0-3.464-1.625-4.69-3.924-4.69-3.188 0-4.844 2.36-4.844 5.211v8.063zm-18.472-7.358c0-4.66 2.851-7.848 7.174-7.848 3.433 0 5.947 1.993 6.53 5.058h-2.115c-.552-2.054-2.33-3.188-4.384-3.188-3.005 0-5.12 2.3-5.12 5.947 0 3.526 1.962 5.887 4.966 5.887 2.208 0 3.986-1.227 4.568-3.128h2.146c-.705 3.036-3.341 5.028-6.714 5.028-4.2 0-7.05-3.096-7.05-7.756z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-akashchat-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%20141%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.95%207.363c2.216%200%204.283.959%205.182%202.726l.21-2.277h3.325V22.61h-3.415l-.24-2.306C13.085%2021.83%2011.317%2023%208.92%2023%204.517%2023%202%2019.645%202%2015.032c0-4.643%202.786-7.669%206.95-7.669zm31.81%200c2.216%200%204.284.959%205.182%202.726l.21-2.277h3.325V22.61h-3.414l-.24-2.305C44.892%2021.832%2043.125%2023%2040.73%2023c-4.403%200-6.92-3.355-6.92-7.968%200-4.643%202.786-7.669%206.95-7.669zm16.786%200c3.325%200%205.571%201.918%205.602%204.793h-3.475c-.03-1.258-.869-2.067-2.276-2.067-1.438%200-2.278.66-2.278%201.767%200%20.84.66%201.379%201.917%201.678l2.667.63c2.486.568%203.744%201.707%203.744%203.984%200%202.995-2.546%204.852-6.2%204.852-3.685%200-6.021-1.977-6.021-4.883H54.7c.03%201.288.989%202.097%202.666%202.097%201.708%200%202.636-.688%202.636-1.767%200-.749-.39-1.288-1.707-1.588l-2.666-.629c-2.666-.599-3.954-1.857-3.954-4.223%200-2.906%202.456-4.644%205.87-4.644zm-33.595%206.65l5.751-6.2h4.584l-5.632%205.87%205.512%208.927h-4.193l-3.865-6.23-2.157%202.246v3.984h-3.625V1.047h3.625v12.967zM69.315%209.73c.93-1.437%202.666-2.366%204.792-2.366%203.655%200%205.573%202.307%205.573%206.14v9.107h-3.655v-8.237c0-2.486-1.228-3.684-3.086-3.684-2.306%200-3.654%201.617-3.654%203.834v8.087h-3.654V1.047h3.684v8.682zm-59.527.96c-2.546%200-4.134%201.887-4.134%204.523%200%202.636%201.559%204.493%204.105%204.493%202.546%200%204.193-1.827%204.193-4.493%200-2.666-1.618-4.524-4.164-4.524zm31.81%200c-2.545%200-4.133%201.887-4.133%204.523%200%202.636%201.558%204.493%204.104%204.493%202.546%200%204.194-1.827%204.194-4.493%200-2.666-1.618-4.524-4.164-4.524z%22%2F%3E%3Cpath%20fill-opacity%3D%22.5%22%20d%3D%22M135.895%2022.626h-2.084V9.566h-2.973V7.788h2.973V3.097h2.084v4.69h2.975v1.779h-2.975v13.06zm-9.071-14.839h1.87v14.838h-1.931l-.216-3.035c-1.072%202.238-3.096%203.403-5.609%203.403-4.385%200-6.868-3.372-6.868-7.848s2.667-7.756%206.959-7.756c2.392%200%204.569%201.042%205.611%203.495l.184-3.097zm-.368%207.42c0-3.434-1.84-5.887-5.089-5.887-3.25%200-5.151%202.453-5.151%205.886%200%203.434%201.87%205.887%205.09%205.887%203.249%200%205.15-2.453%205.15-5.887zm-25.83%207.388h-2.115V1h2.115v9.363c.951-1.779%202.759-2.974%205.243-2.974%203.893%200%205.641%202.422%205.641%206.162v9.074h-2.116v-8.614c0-3.464-1.625-4.69-3.924-4.69-3.188%200-4.844%202.36-4.844%205.211v8.063zm-18.472-7.358c0-4.66%202.851-7.848%207.174-7.848%203.433%200%205.947%201.993%206.53%205.058h-2.115c-.552-2.054-2.33-3.188-4.384-3.188-3.005%200-5.12%202.3-5.12%205.947%200%203.526%201.962%205.887%204.966%205.887%202.208%200%203.986-1.227%204.568-3.128h2.146c-.705%203.036-3.341%205.028-6.714%205.028-4.2%200-7.05-3.096-7.05-7.756z%22%20clip-rule%3D%22evenodd%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%20141%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8.95%207.363c2.216%200%204.283.959%205.182%202.726l.21-2.277h3.325V22.61h-3.415l-.24-2.306C13.085%2021.83%2011.317%2023%208.92%2023%204.517%2023%202%2019.645%202%2015.032c0-4.643%202.786-7.669%206.95-7.669zm31.81%200c2.216%200%204.284.959%205.182%202.726l.21-2.277h3.325V22.61h-3.414l-.24-2.305C44.892%2021.832%2043.125%2023%2040.73%2023c-4.403%200-6.92-3.355-6.92-7.968%200-4.643%202.786-7.669%206.95-7.669zm16.786%200c3.325%200%205.571%201.918%205.602%204.793h-3.475c-.03-1.258-.869-2.067-2.276-2.067-1.438%200-2.278.66-2.278%201.767%200%20.84.66%201.379%201.917%201.678l2.667.63c2.486.568%203.744%201.707%203.744%203.984%200%202.995-2.546%204.852-6.2%204.852-3.685%200-6.021-1.977-6.021-4.883H54.7c.03%201.288.989%202.097%202.666%202.097%201.708%200%202.636-.688%202.636-1.767%200-.749-.39-1.288-1.707-1.588l-2.666-.629c-2.666-.599-3.954-1.857-3.954-4.223%200-2.906%202.456-4.644%205.87-4.644zm-33.595%206.65l5.751-6.2h4.584l-5.632%205.87%205.512%208.927h-4.193l-3.865-6.23-2.157%202.246v3.984h-3.625V1.047h3.625v12.967zM69.315%209.73c.93-1.437%202.666-2.366%204.792-2.366%203.655%200%205.573%202.307%205.573%206.14v9.107h-3.655v-8.237c0-2.486-1.228-3.684-3.086-3.684-2.306%200-3.654%201.617-3.654%203.834v8.087h-3.654V1.047h3.684v8.682zm-59.527.96c-2.546%200-4.134%201.887-4.134%204.523%200%202.636%201.559%204.493%204.105%204.493%202.546%200%204.193-1.827%204.193-4.493%200-2.666-1.618-4.524-4.164-4.524zm31.81%200c-2.545%200-4.133%201.887-4.133%204.523%200%202.636%201.558%204.493%204.104%204.493%202.546%200%204.194-1.827%204.194-4.493%200-2.666-1.618-4.524-4.164-4.524z%22%2F%3E%3Cpath%20fill-opacity%3D%22.5%22%20d%3D%22M135.895%2022.626h-2.084V9.566h-2.973V7.788h2.973V3.097h2.084v4.69h2.975v1.779h-2.975v13.06zm-9.071-14.839h1.87v14.838h-1.931l-.216-3.035c-1.072%202.238-3.096%203.403-5.609%203.403-4.385%200-6.868-3.372-6.868-7.848s2.667-7.756%206.959-7.756c2.392%200%204.569%201.042%205.611%203.495l.184-3.097zm-.368%207.42c0-3.434-1.84-5.887-5.089-5.887-3.25%200-5.151%202.453-5.151%205.886%200%203.434%201.87%205.887%205.09%205.887%203.249%200%205.15-2.453%205.15-5.887zm-25.83%207.388h-2.115V1h2.115v9.363c.951-1.779%202.759-2.974%205.243-2.974%203.893%200%205.641%202.422%205.641%206.162v9.074h-2.116v-8.614c0-3.464-1.625-4.69-3.924-4.69-3.188%200-4.844%202.36-4.844%205.211v8.063zm-18.472-7.358c0-4.66%202.851-7.848%207.174-7.848%203.433%200%205.947%201.993%206.53%205.058h-2.115c-.552-2.054-2.33-3.188-4.384-3.188-3.005%200-5.12%202.3-5.12%205.947%200%203.526%201.962%205.887%204.966%205.887%202.208%200%203.986-1.227%204.568-3.128h2.146c-.705%203.036-3.341%205.028-6.714%205.028-4.2%200-7.05-3.096-7.05-7.756z%22%20clip-rule%3D%22evenodd%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/akashchat-text.svg?color=%231a73e8&size=48

Akashchat logo — LobeHub AI Icons · IconsDB