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

Name
agentvoice-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
123×24
License
MIT

2 other variants in LobeHub AI Icons

Use the agentvoice logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 123 24"><path fill="currentColor" fill-rule="evenodd" d="M7.279 2.288h3.307l6.255 16.775h-2.972l-1.557-4.146H5.433l-1.557 4.146H1L7.279 2.288zm4.266 10.28L8.86 5.26 6.2 12.57h5.345zm5.486 7.19h2.636c.336 1.366 1.51 2.133 3.33 2.133 2.278 0 3.524-1.102 3.524-3.427V17.17c-.815 1.078-2.085 1.941-3.954 1.941-3.403 0-5.848-2.348-5.848-6.207 0-3.69 2.468-6.255 5.8-6.255 1.893 0 3.235.767 4.026 1.941l.287-1.797h2.253V18.56c0 3.45-2.037 5.44-6.279 5.44-3.307 0-5.536-1.534-5.776-4.242zm9.49-6.83c0-2.42-1.438-4.074-3.571-4.074-2.157 0-3.57 1.63-3.57 4.05 0 2.396 1.413 4.026 3.57 4.026 2.133 0 3.571-1.63 3.571-4.002zm4.145.024c0-3.786 2.42-6.303 6.039-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.427 3.45 1.605 0 2.78-.79 3.139-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.346-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.283 2.852h6.566zm4.193-4.793h2.276l.264 1.605c.743-.934 1.941-1.749 3.93-1.749 2.732 0 4.937 1.486 4.937 5.584v6.83h-2.589v-6.638c0-2.325-1.006-3.547-2.923-3.547-2.18 0-3.283 1.366-3.283 3.714v6.471h-2.612V6.793zm14.257 8.939V9.07h-2.133V6.793h2.133V3.366h2.588v3.427h3.163V9.07H61.05v6.399c0 .958.36 1.317 1.342 1.317h1.821v2.277h-2.42c-2.349 0-3.331-1.102-3.331-3.331zm5.846-13.445h2.924l4.65 13.469L76.53 2.287h2.875l-5.895 16.776h-3.307L64.309 2.287zm13.899 10.641c0-3.739 2.517-6.279 6.255-6.279 3.739 0 6.255 2.54 6.255 6.28 0 3.762-2.516 6.278-6.255 6.278s-6.255-2.516-6.255-6.279zm9.874 0c0-2.372-1.438-4.074-3.619-4.074-2.18 0-3.595 1.702-3.595 4.074s1.414 4.074 3.595 4.074c2.18 0 3.619-1.702 3.619-4.074zm4.192-6.135h2.612v12.27h-2.612V6.793zm-.216-3.307c0-.863.671-1.486 1.51-1.486.863 0 1.51.623 1.51 1.486s-.647 1.51-1.51 1.51c-.839 0-1.51-.647-1.51-1.51zm4.385 9.466c0-3.786 2.444-6.303 6.159-6.303 3.163 0 5.128 1.75 5.632 4.53h-2.708c-.336-1.438-1.366-2.325-2.972-2.325-2.085 0-3.45 1.678-3.45 4.098 0 2.396 1.341 4.05 3.45 4.05 1.606 0 2.636-.91 2.972-2.348h2.708c-.48 2.803-2.565 4.553-5.704 4.553-3.763 0-6.087-2.42-6.087-6.255zm12.724 0c0-3.786 2.421-6.303 6.04-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.426 3.45 1.606 0 2.781-.79 3.14-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.347-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.284 2.852h6.567z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function LobehubAgentvoiceText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 123 24"><path fill="currentColor" fillRule="evenodd" d="M7.279 2.288h3.307l6.255 16.775h-2.972l-1.557-4.146H5.433l-1.557 4.146H1L7.279 2.288zm4.266 10.28L8.86 5.26 6.2 12.57h5.345zm5.486 7.19h2.636c.336 1.366 1.51 2.133 3.33 2.133 2.278 0 3.524-1.102 3.524-3.427V17.17c-.815 1.078-2.085 1.941-3.954 1.941-3.403 0-5.848-2.348-5.848-6.207 0-3.69 2.468-6.255 5.8-6.255 1.893 0 3.235.767 4.026 1.941l.287-1.797h2.253V18.56c0 3.45-2.037 5.44-6.279 5.44-3.307 0-5.536-1.534-5.776-4.242zm9.49-6.83c0-2.42-1.438-4.074-3.571-4.074-2.157 0-3.57 1.63-3.57 4.05 0 2.396 1.413 4.026 3.57 4.026 2.133 0 3.571-1.63 3.571-4.002zm4.145.024c0-3.786 2.42-6.303 6.039-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.427 3.45 1.605 0 2.78-.79 3.139-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.346-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.283 2.852h6.566zm4.193-4.793h2.276l.264 1.605c.743-.934 1.941-1.749 3.93-1.749 2.732 0 4.937 1.486 4.937 5.584v6.83h-2.589v-6.638c0-2.325-1.006-3.547-2.923-3.547-2.18 0-3.283 1.366-3.283 3.714v6.471h-2.612V6.793zm14.257 8.939V9.07h-2.133V6.793h2.133V3.366h2.588v3.427h3.163V9.07H61.05v6.399c0 .958.36 1.317 1.342 1.317h1.821v2.277h-2.42c-2.349 0-3.331-1.102-3.331-3.331zm5.846-13.445h2.924l4.65 13.469L76.53 2.287h2.875l-5.895 16.776h-3.307L64.309 2.287zm13.899 10.641c0-3.739 2.517-6.279 6.255-6.279 3.739 0 6.255 2.54 6.255 6.28 0 3.762-2.516 6.278-6.255 6.278s-6.255-2.516-6.255-6.279zm9.874 0c0-2.372-1.438-4.074-3.619-4.074-2.18 0-3.595 1.702-3.595 4.074s1.414 4.074 3.595 4.074c2.18 0 3.619-1.702 3.619-4.074zm4.192-6.135h2.612v12.27h-2.612V6.793zm-.216-3.307c0-.863.671-1.486 1.51-1.486.863 0 1.51.623 1.51 1.486s-.647 1.51-1.51 1.51c-.839 0-1.51-.647-1.51-1.51zm4.385 9.466c0-3.786 2.444-6.303 6.159-6.303 3.163 0 5.128 1.75 5.632 4.53h-2.708c-.336-1.438-1.366-2.325-2.972-2.325-2.085 0-3.45 1.678-3.45 4.098 0 2.396 1.341 4.05 3.45 4.05 1.606 0 2.636-.91 2.972-2.348h2.708c-.48 2.803-2.565 4.553-5.704 4.553-3.763 0-6.087-2.42-6.087-6.255zm12.724 0c0-3.786 2.421-6.303 6.04-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.426 3.45 1.606 0 2.781-.79 3.14-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.347-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.284 2.852h6.567z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 123 24"><path fill="currentColor" fill-rule="evenodd" d="M7.279 2.288h3.307l6.255 16.775h-2.972l-1.557-4.146H5.433l-1.557 4.146H1L7.279 2.288zm4.266 10.28L8.86 5.26 6.2 12.57h5.345zm5.486 7.19h2.636c.336 1.366 1.51 2.133 3.33 2.133 2.278 0 3.524-1.102 3.524-3.427V17.17c-.815 1.078-2.085 1.941-3.954 1.941-3.403 0-5.848-2.348-5.848-6.207 0-3.69 2.468-6.255 5.8-6.255 1.893 0 3.235.767 4.026 1.941l.287-1.797h2.253V18.56c0 3.45-2.037 5.44-6.279 5.44-3.307 0-5.536-1.534-5.776-4.242zm9.49-6.83c0-2.42-1.438-4.074-3.571-4.074-2.157 0-3.57 1.63-3.57 4.05 0 2.396 1.413 4.026 3.57 4.026 2.133 0 3.571-1.63 3.571-4.002zm4.145.024c0-3.786 2.42-6.303 6.039-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.427 3.45 1.605 0 2.78-.79 3.139-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.346-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.283 2.852h6.566zm4.193-4.793h2.276l.264 1.605c.743-.934 1.941-1.749 3.93-1.749 2.732 0 4.937 1.486 4.937 5.584v6.83h-2.589v-6.638c0-2.325-1.006-3.547-2.923-3.547-2.18 0-3.283 1.366-3.283 3.714v6.471h-2.612V6.793zm14.257 8.939V9.07h-2.133V6.793h2.133V3.366h2.588v3.427h3.163V9.07H61.05v6.399c0 .958.36 1.317 1.342 1.317h1.821v2.277h-2.42c-2.349 0-3.331-1.102-3.331-3.331zm5.846-13.445h2.924l4.65 13.469L76.53 2.287h2.875l-5.895 16.776h-3.307L64.309 2.287zm13.899 10.641c0-3.739 2.517-6.279 6.255-6.279 3.739 0 6.255 2.54 6.255 6.28 0 3.762-2.516 6.278-6.255 6.278s-6.255-2.516-6.255-6.279zm9.874 0c0-2.372-1.438-4.074-3.619-4.074-2.18 0-3.595 1.702-3.595 4.074s1.414 4.074 3.595 4.074c2.18 0 3.619-1.702 3.619-4.074zm4.192-6.135h2.612v12.27h-2.612V6.793zm-.216-3.307c0-.863.671-1.486 1.51-1.486.863 0 1.51.623 1.51 1.486s-.647 1.51-1.51 1.51c-.839 0-1.51-.647-1.51-1.51zm4.385 9.466c0-3.786 2.444-6.303 6.159-6.303 3.163 0 5.128 1.75 5.632 4.53h-2.708c-.336-1.438-1.366-2.325-2.972-2.325-2.085 0-3.45 1.678-3.45 4.098 0 2.396 1.341 4.05 3.45 4.05 1.606 0 2.636-.91 2.972-2.348h2.708c-.48 2.803-2.565 4.553-5.704 4.553-3.763 0-6.087-2.42-6.087-6.255zm12.724 0c0-3.786 2.421-6.303 6.04-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.426 3.45 1.606 0 2.781-.79 3.14-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.347-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.284 2.852h6.567z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-agentvoice-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%20123%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.279%202.288h3.307l6.255%2016.775h-2.972l-1.557-4.146H5.433l-1.557%204.146H1L7.279%202.288zm4.266%2010.28L8.86%205.26%206.2%2012.57h5.345zm5.486%207.19h2.636c.336%201.366%201.51%202.133%203.33%202.133%202.278%200%203.524-1.102%203.524-3.427V17.17c-.815%201.078-2.085%201.941-3.954%201.941-3.403%200-5.848-2.348-5.848-6.207%200-3.69%202.468-6.255%205.8-6.255%201.893%200%203.235.767%204.026%201.941l.287-1.797h2.253V18.56c0%203.45-2.037%205.44-6.279%205.44-3.307%200-5.536-1.534-5.776-4.242zm9.49-6.83c0-2.42-1.438-4.074-3.571-4.074-2.157%200-3.57%201.63-3.57%204.05%200%202.396%201.413%204.026%203.57%204.026%202.133%200%203.571-1.63%203.571-4.002zm4.145.024c0-3.786%202.42-6.303%206.039-6.303%203.523%200%205.943%202.277%205.943%205.968v.886h-9.274v.144c0%202.06%201.39%203.45%203.427%203.45%201.605%200%202.78-.79%203.139-2.132h2.588c-.431%202.396-2.54%204.242-5.584%204.242-3.858%200-6.279-2.492-6.279-6.255zm9.346-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63%200-3.068%201.055-3.283%202.852h6.566zm4.193-4.793h2.276l.264%201.605c.743-.934%201.941-1.749%203.93-1.749%202.732%200%204.937%201.486%204.937%205.584v6.83h-2.589v-6.638c0-2.325-1.006-3.547-2.923-3.547-2.18%200-3.283%201.366-3.283%203.714v6.471h-2.612V6.793zm14.257%208.939V9.07h-2.133V6.793h2.133V3.366h2.588v3.427h3.163V9.07H61.05v6.399c0%20.958.36%201.317%201.342%201.317h1.821v2.277h-2.42c-2.349%200-3.331-1.102-3.331-3.331zm5.846-13.445h2.924l4.65%2013.469L76.53%202.287h2.875l-5.895%2016.776h-3.307L64.309%202.287zm13.899%2010.641c0-3.739%202.517-6.279%206.255-6.279%203.739%200%206.255%202.54%206.255%206.28%200%203.762-2.516%206.278-6.255%206.278s-6.255-2.516-6.255-6.279zm9.874%200c0-2.372-1.438-4.074-3.619-4.074-2.18%200-3.595%201.702-3.595%204.074s1.414%204.074%203.595%204.074c2.18%200%203.619-1.702%203.619-4.074zm4.192-6.135h2.612v12.27h-2.612V6.793zm-.216-3.307c0-.863.671-1.486%201.51-1.486.863%200%201.51.623%201.51%201.486s-.647%201.51-1.51%201.51c-.839%200-1.51-.647-1.51-1.51zm4.385%209.466c0-3.786%202.444-6.303%206.159-6.303%203.163%200%205.128%201.75%205.632%204.53h-2.708c-.336-1.438-1.366-2.325-2.972-2.325-2.085%200-3.45%201.678-3.45%204.098%200%202.396%201.341%204.05%203.45%204.05%201.606%200%202.636-.91%202.972-2.348h2.708c-.48%202.803-2.565%204.553-5.704%204.553-3.763%200-6.087-2.42-6.087-6.255zm12.724%200c0-3.786%202.421-6.303%206.04-6.303%203.523%200%205.943%202.277%205.943%205.968v.886h-9.274v.144c0%202.06%201.39%203.45%203.426%203.45%201.606%200%202.781-.79%203.14-2.132h2.588c-.431%202.396-2.54%204.242-5.584%204.242-3.858%200-6.279-2.492-6.279-6.255zm9.347-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63%200-3.068%201.055-3.284%202.852h6.567z%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%20123%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.279%202.288h3.307l6.255%2016.775h-2.972l-1.557-4.146H5.433l-1.557%204.146H1L7.279%202.288zm4.266%2010.28L8.86%205.26%206.2%2012.57h5.345zm5.486%207.19h2.636c.336%201.366%201.51%202.133%203.33%202.133%202.278%200%203.524-1.102%203.524-3.427V17.17c-.815%201.078-2.085%201.941-3.954%201.941-3.403%200-5.848-2.348-5.848-6.207%200-3.69%202.468-6.255%205.8-6.255%201.893%200%203.235.767%204.026%201.941l.287-1.797h2.253V18.56c0%203.45-2.037%205.44-6.279%205.44-3.307%200-5.536-1.534-5.776-4.242zm9.49-6.83c0-2.42-1.438-4.074-3.571-4.074-2.157%200-3.57%201.63-3.57%204.05%200%202.396%201.413%204.026%203.57%204.026%202.133%200%203.571-1.63%203.571-4.002zm4.145.024c0-3.786%202.42-6.303%206.039-6.303%203.523%200%205.943%202.277%205.943%205.968v.886h-9.274v.144c0%202.06%201.39%203.45%203.427%203.45%201.605%200%202.78-.79%203.139-2.132h2.588c-.431%202.396-2.54%204.242-5.584%204.242-3.858%200-6.279-2.492-6.279-6.255zm9.346-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63%200-3.068%201.055-3.283%202.852h6.566zm4.193-4.793h2.276l.264%201.605c.743-.934%201.941-1.749%203.93-1.749%202.732%200%204.937%201.486%204.937%205.584v6.83h-2.589v-6.638c0-2.325-1.006-3.547-2.923-3.547-2.18%200-3.283%201.366-3.283%203.714v6.471h-2.612V6.793zm14.257%208.939V9.07h-2.133V6.793h2.133V3.366h2.588v3.427h3.163V9.07H61.05v6.399c0%20.958.36%201.317%201.342%201.317h1.821v2.277h-2.42c-2.349%200-3.331-1.102-3.331-3.331zm5.846-13.445h2.924l4.65%2013.469L76.53%202.287h2.875l-5.895%2016.776h-3.307L64.309%202.287zm13.899%2010.641c0-3.739%202.517-6.279%206.255-6.279%203.739%200%206.255%202.54%206.255%206.28%200%203.762-2.516%206.278-6.255%206.278s-6.255-2.516-6.255-6.279zm9.874%200c0-2.372-1.438-4.074-3.619-4.074-2.18%200-3.595%201.702-3.595%204.074s1.414%204.074%203.595%204.074c2.18%200%203.619-1.702%203.619-4.074zm4.192-6.135h2.612v12.27h-2.612V6.793zm-.216-3.307c0-.863.671-1.486%201.51-1.486.863%200%201.51.623%201.51%201.486s-.647%201.51-1.51%201.51c-.839%200-1.51-.647-1.51-1.51zm4.385%209.466c0-3.786%202.444-6.303%206.159-6.303%203.163%200%205.128%201.75%205.632%204.53h-2.708c-.336-1.438-1.366-2.325-2.972-2.325-2.085%200-3.45%201.678-3.45%204.098%200%202.396%201.341%204.05%203.45%204.05%201.606%200%202.636-.91%202.972-2.348h2.708c-.48%202.803-2.565%204.553-5.704%204.553-3.763%200-6.087-2.42-6.087-6.255zm12.724%200c0-3.786%202.421-6.303%206.04-6.303%203.523%200%205.943%202.277%205.943%205.968v.886h-9.274v.144c0%202.06%201.39%203.45%203.426%203.45%201.606%200%202.781-.79%203.14-2.132h2.588c-.431%202.396-2.54%204.242-5.584%204.242-3.858%200-6.279-2.492-6.279-6.255zm9.347-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63%200-3.068%201.055-3.284%202.852h6.567z%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/agentvoice-text.svg?color=%231a73e8&size=48

Agentvoice logo — LobeHub AI Icons · IconsDB