openchat logo
openchat-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.
- Name
- openchat-text
- Set
- LobeHub AI Icons
- Style
- Wordmark
- Viewbox
- 146×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the openchat logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 146 24"><path fill="currentColor" fill-rule="evenodd" d="M144 2.353v2.504h-5.68v16.79h-2.944V4.856h-5.71V2.353H144zm-20.698 0l6.417 19.293h-3.12l-1.66-5.539h-6.762l-1.674 5.54h-3.002l6.417-19.294h3.384zm-1.677 2.327h-.118a89.007 89.007 0 01-.576 2.186l-.763 2.674-1.289 4.24h5.365l-.794-2.65a97.659 97.659 0 01-.942-3.18l-.883-3.27zm-25.82 16.966V2.353h2.944v7.924h8.389V2.353h2.943v19.293h-2.943V12.84h-8.389v8.807h-2.943zM85.614 22c-1.629 0-3.1-.383-4.415-1.149-1.295-.785-2.325-1.924-3.09-3.416-.746-1.493-1.119-3.29-1.119-5.39 0-1.572.216-2.976.648-4.213.451-1.257 1.07-2.317 1.854-3.181a8.234 8.234 0 012.767-1.974A8.615 8.615 0 0185.672 2c1.197 0 2.257.236 3.179.707.922.471 1.678 1.04 2.266 1.708l-1.589 1.797a5.01 5.01 0 00-1.678-1.208c-.628-.294-1.324-.441-2.09-.441-1.118 0-2.109.304-2.972.913-.864.608-1.54 1.463-2.031 2.562-.49 1.1-.736 2.406-.736 3.918 0 1.551.235 2.886.706 4.006.471 1.1 1.138 1.954 2.002 2.562.883.59 1.903.884 3.06.884.884 0 1.659-.167 2.326-.5A6.419 6.419 0 0090 17.492l1.501 1.738a8.46 8.46 0 01-2.62 2.062c-.961.471-2.05.707-3.267.707zm-27.645-.354V2.353h3.238l6.298 11.282c.354.648.697 1.335 1.03 2.061.334.727.658 1.463.972 2.21h.118l-.236-3.152c-.078-1.1-.118-2.16-.118-3.181v-9.22h2.797v19.293h-3.209l-6.298-11.31a33.604 33.604 0 01-1.09-2.062c-.333-.727-.657-1.453-.97-2.18h-.119c.066.655.127 1.331.184 2.03l.081 1.063c.099 1.08.147 2.15.147 3.21v9.25h-2.825zm-16.55 0V2.353H52.78v2.475h-8.418v5.508h7.123v2.474h-7.123v6.362h8.712v2.474H41.42zM29.433 2.353c1.432 0 2.698.187 3.797.56 1.118.353 1.991.962 2.62 1.826.627.845.941 1.983.941 3.417 0 1.394-.314 2.543-.942 3.446-.608.903-1.462 1.581-2.56 2.033-1.1.432-2.345.648-3.738.648h-2.973v7.363h-2.944V2.353h5.799zm-.294 2.357h-2.561v7.187h2.678c1.57 0 2.728-.305 3.473-.913.766-.61 1.148-1.552 1.148-2.828 0-1.296-.402-2.19-1.206-2.68-.785-.511-1.963-.766-3.532-.766zM10.388 2c1.649 0 3.101.393 4.357 1.178 1.256.786 2.237 1.925 2.943 3.417.726 1.473 1.09 3.25 1.09 5.331 0 2.062-.364 3.85-1.09 5.361-.706 1.512-1.687 2.68-2.943 3.505-1.256.806-2.708 1.208-4.356 1.208-1.649 0-3.1-.402-4.357-1.208-1.255-.824-2.246-1.993-2.972-3.505C2.353 15.775 2 13.988 2 11.927c0-2.082.353-3.86 1.06-5.332.726-1.492 1.717-2.631 2.972-3.417C7.288 2.393 8.74 2 10.39 2zm0 2.563c-1.079 0-2.02.304-2.825.913-.805.589-1.432 1.433-1.884 2.533-.431 1.08-.647 2.386-.647 3.917 0 1.512.216 2.838.647 3.977.452 1.12 1.08 1.983 1.884 2.592.804.609 1.746.913 2.826.913 1.079 0 2.01-.304 2.796-.913.804-.609 1.422-1.473 1.854-2.592.451-1.14.677-2.465.677-3.977 0-1.531-.226-2.837-.677-3.917-.432-1.1-1.05-1.944-1.854-2.533-.785-.609-1.717-.913-2.796-.913z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubOpenchatText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 146 24"><path fill="currentColor" fillRule="evenodd" d="M144 2.353v2.504h-5.68v16.79h-2.944V4.856h-5.71V2.353H144zm-20.698 0l6.417 19.293h-3.12l-1.66-5.539h-6.762l-1.674 5.54h-3.002l6.417-19.294h3.384zm-1.677 2.327h-.118a89.007 89.007 0 01-.576 2.186l-.763 2.674-1.289 4.24h5.365l-.794-2.65a97.659 97.659 0 01-.942-3.18l-.883-3.27zm-25.82 16.966V2.353h2.944v7.924h8.389V2.353h2.943v19.293h-2.943V12.84h-8.389v8.807h-2.943zM85.614 22c-1.629 0-3.1-.383-4.415-1.149-1.295-.785-2.325-1.924-3.09-3.416-.746-1.493-1.119-3.29-1.119-5.39 0-1.572.216-2.976.648-4.213.451-1.257 1.07-2.317 1.854-3.181a8.234 8.234 0 012.767-1.974A8.615 8.615 0 0185.672 2c1.197 0 2.257.236 3.179.707.922.471 1.678 1.04 2.266 1.708l-1.589 1.797a5.01 5.01 0 00-1.678-1.208c-.628-.294-1.324-.441-2.09-.441-1.118 0-2.109.304-2.972.913-.864.608-1.54 1.463-2.031 2.562-.49 1.1-.736 2.406-.736 3.918 0 1.551.235 2.886.706 4.006.471 1.1 1.138 1.954 2.002 2.562.883.59 1.903.884 3.06.884.884 0 1.659-.167 2.326-.5A6.419 6.419 0 0090 17.492l1.501 1.738a8.46 8.46 0 01-2.62 2.062c-.961.471-2.05.707-3.267.707zm-27.645-.354V2.353h3.238l6.298 11.282c.354.648.697 1.335 1.03 2.061.334.727.658 1.463.972 2.21h.118l-.236-3.152c-.078-1.1-.118-2.16-.118-3.181v-9.22h2.797v19.293h-3.209l-6.298-11.31a33.604 33.604 0 01-1.09-2.062c-.333-.727-.657-1.453-.97-2.18h-.119c.066.655.127 1.331.184 2.03l.081 1.063c.099 1.08.147 2.15.147 3.21v9.25h-2.825zm-16.55 0V2.353H52.78v2.475h-8.418v5.508h7.123v2.474h-7.123v6.362h8.712v2.474H41.42zM29.433 2.353c1.432 0 2.698.187 3.797.56 1.118.353 1.991.962 2.62 1.826.627.845.941 1.983.941 3.417 0 1.394-.314 2.543-.942 3.446-.608.903-1.462 1.581-2.56 2.033-1.1.432-2.345.648-3.738.648h-2.973v7.363h-2.944V2.353h5.799zm-.294 2.357h-2.561v7.187h2.678c1.57 0 2.728-.305 3.473-.913.766-.61 1.148-1.552 1.148-2.828 0-1.296-.402-2.19-1.206-2.68-.785-.511-1.963-.766-3.532-.766zM10.388 2c1.649 0 3.101.393 4.357 1.178 1.256.786 2.237 1.925 2.943 3.417.726 1.473 1.09 3.25 1.09 5.331 0 2.062-.364 3.85-1.09 5.361-.706 1.512-1.687 2.68-2.943 3.505-1.256.806-2.708 1.208-4.356 1.208-1.649 0-3.1-.402-4.357-1.208-1.255-.824-2.246-1.993-2.972-3.505C2.353 15.775 2 13.988 2 11.927c0-2.082.353-3.86 1.06-5.332.726-1.492 1.717-2.631 2.972-3.417C7.288 2.393 8.74 2 10.39 2zm0 2.563c-1.079 0-2.02.304-2.825.913-.805.589-1.432 1.433-1.884 2.533-.431 1.08-.647 2.386-.647 3.917 0 1.512.216 2.838.647 3.977.452 1.12 1.08 1.983 1.884 2.592.804.609 1.746.913 2.826.913 1.079 0 2.01-.304 2.796-.913.804-.609 1.422-1.473 1.854-2.592.451-1.14.677-2.465.677-3.977 0-1.531-.226-2.837-.677-3.917-.432-1.1-1.05-1.944-1.854-2.533-.785-.609-1.717-.913-2.796-.913z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 146 24"><path fill="currentColor" fill-rule="evenodd" d="M144 2.353v2.504h-5.68v16.79h-2.944V4.856h-5.71V2.353H144zm-20.698 0l6.417 19.293h-3.12l-1.66-5.539h-6.762l-1.674 5.54h-3.002l6.417-19.294h3.384zm-1.677 2.327h-.118a89.007 89.007 0 01-.576 2.186l-.763 2.674-1.289 4.24h5.365l-.794-2.65a97.659 97.659 0 01-.942-3.18l-.883-3.27zm-25.82 16.966V2.353h2.944v7.924h8.389V2.353h2.943v19.293h-2.943V12.84h-8.389v8.807h-2.943zM85.614 22c-1.629 0-3.1-.383-4.415-1.149-1.295-.785-2.325-1.924-3.09-3.416-.746-1.493-1.119-3.29-1.119-5.39 0-1.572.216-2.976.648-4.213.451-1.257 1.07-2.317 1.854-3.181a8.234 8.234 0 012.767-1.974A8.615 8.615 0 0185.672 2c1.197 0 2.257.236 3.179.707.922.471 1.678 1.04 2.266 1.708l-1.589 1.797a5.01 5.01 0 00-1.678-1.208c-.628-.294-1.324-.441-2.09-.441-1.118 0-2.109.304-2.972.913-.864.608-1.54 1.463-2.031 2.562-.49 1.1-.736 2.406-.736 3.918 0 1.551.235 2.886.706 4.006.471 1.1 1.138 1.954 2.002 2.562.883.59 1.903.884 3.06.884.884 0 1.659-.167 2.326-.5A6.419 6.419 0 0090 17.492l1.501 1.738a8.46 8.46 0 01-2.62 2.062c-.961.471-2.05.707-3.267.707zm-27.645-.354V2.353h3.238l6.298 11.282c.354.648.697 1.335 1.03 2.061.334.727.658 1.463.972 2.21h.118l-.236-3.152c-.078-1.1-.118-2.16-.118-3.181v-9.22h2.797v19.293h-3.209l-6.298-11.31a33.604 33.604 0 01-1.09-2.062c-.333-.727-.657-1.453-.97-2.18h-.119c.066.655.127 1.331.184 2.03l.081 1.063c.099 1.08.147 2.15.147 3.21v9.25h-2.825zm-16.55 0V2.353H52.78v2.475h-8.418v5.508h7.123v2.474h-7.123v6.362h8.712v2.474H41.42zM29.433 2.353c1.432 0 2.698.187 3.797.56 1.118.353 1.991.962 2.62 1.826.627.845.941 1.983.941 3.417 0 1.394-.314 2.543-.942 3.446-.608.903-1.462 1.581-2.56 2.033-1.1.432-2.345.648-3.738.648h-2.973v7.363h-2.944V2.353h5.799zm-.294 2.357h-2.561v7.187h2.678c1.57 0 2.728-.305 3.473-.913.766-.61 1.148-1.552 1.148-2.828 0-1.296-.402-2.19-1.206-2.68-.785-.511-1.963-.766-3.532-.766zM10.388 2c1.649 0 3.101.393 4.357 1.178 1.256.786 2.237 1.925 2.943 3.417.726 1.473 1.09 3.25 1.09 5.331 0 2.062-.364 3.85-1.09 5.361-.706 1.512-1.687 2.68-2.943 3.505-1.256.806-2.708 1.208-4.356 1.208-1.649 0-3.1-.402-4.357-1.208-1.255-.824-2.246-1.993-2.972-3.505C2.353 15.775 2 13.988 2 11.927c0-2.082.353-3.86 1.06-5.332.726-1.492 1.717-2.631 2.972-3.417C7.288 2.393 8.74 2 10.39 2zm0 2.563c-1.079 0-2.02.304-2.825.913-.805.589-1.432 1.433-1.884 2.533-.431 1.08-.647 2.386-.647 3.917 0 1.512.216 2.838.647 3.977.452 1.12 1.08 1.983 1.884 2.592.804.609 1.746.913 2.826.913 1.079 0 2.01-.304 2.796-.913.804-.609 1.422-1.473 1.854-2.592.451-1.14.677-2.465.677-3.977 0-1.531-.226-2.837-.677-3.917-.432-1.1-1.05-1.944-1.854-2.533-.785-.609-1.717-.913-2.796-.913z"/></svg> </template>
CSS
.icon-openchat-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%20146%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M144%202.353v2.504h-5.68v16.79h-2.944V4.856h-5.71V2.353H144zm-20.698%200l6.417%2019.293h-3.12l-1.66-5.539h-6.762l-1.674%205.54h-3.002l6.417-19.294h3.384zm-1.677%202.327h-.118a89.007%2089.007%200%2001-.576%202.186l-.763%202.674-1.289%204.24h5.365l-.794-2.65a97.659%2097.659%200%2001-.942-3.18l-.883-3.27zm-25.82%2016.966V2.353h2.944v7.924h8.389V2.353h2.943v19.293h-2.943V12.84h-8.389v8.807h-2.943zM85.614%2022c-1.629%200-3.1-.383-4.415-1.149-1.295-.785-2.325-1.924-3.09-3.416-.746-1.493-1.119-3.29-1.119-5.39%200-1.572.216-2.976.648-4.213.451-1.257%201.07-2.317%201.854-3.181a8.234%208.234%200%20012.767-1.974A8.615%208.615%200%200185.672%202c1.197%200%202.257.236%203.179.707.922.471%201.678%201.04%202.266%201.708l-1.589%201.797a5.01%205.01%200%2000-1.678-1.208c-.628-.294-1.324-.441-2.09-.441-1.118%200-2.109.304-2.972.913-.864.608-1.54%201.463-2.031%202.562-.49%201.1-.736%202.406-.736%203.918%200%201.551.235%202.886.706%204.006.471%201.1%201.138%201.954%202.002%202.562.883.59%201.903.884%203.06.884.884%200%201.659-.167%202.326-.5A6.419%206.419%200%200090%2017.492l1.501%201.738a8.46%208.46%200%2001-2.62%202.062c-.961.471-2.05.707-3.267.707zm-27.645-.354V2.353h3.238l6.298%2011.282c.354.648.697%201.335%201.03%202.061.334.727.658%201.463.972%202.21h.118l-.236-3.152c-.078-1.1-.118-2.16-.118-3.181v-9.22h2.797v19.293h-3.209l-6.298-11.31a33.604%2033.604%200%2001-1.09-2.062c-.333-.727-.657-1.453-.97-2.18h-.119c.066.655.127%201.331.184%202.03l.081%201.063c.099%201.08.147%202.15.147%203.21v9.25h-2.825zm-16.55%200V2.353H52.78v2.475h-8.418v5.508h7.123v2.474h-7.123v6.362h8.712v2.474H41.42zM29.433%202.353c1.432%200%202.698.187%203.797.56%201.118.353%201.991.962%202.62%201.826.627.845.941%201.983.941%203.417%200%201.394-.314%202.543-.942%203.446-.608.903-1.462%201.581-2.56%202.033-1.1.432-2.345.648-3.738.648h-2.973v7.363h-2.944V2.353h5.799zm-.294%202.357h-2.561v7.187h2.678c1.57%200%202.728-.305%203.473-.913.766-.61%201.148-1.552%201.148-2.828%200-1.296-.402-2.19-1.206-2.68-.785-.511-1.963-.766-3.532-.766zM10.388%202c1.649%200%203.101.393%204.357%201.178%201.256.786%202.237%201.925%202.943%203.417.726%201.473%201.09%203.25%201.09%205.331%200%202.062-.364%203.85-1.09%205.361-.706%201.512-1.687%202.68-2.943%203.505-1.256.806-2.708%201.208-4.356%201.208-1.649%200-3.1-.402-4.357-1.208-1.255-.824-2.246-1.993-2.972-3.505C2.353%2015.775%202%2013.988%202%2011.927c0-2.082.353-3.86%201.06-5.332.726-1.492%201.717-2.631%202.972-3.417C7.288%202.393%208.74%202%2010.39%202zm0%202.563c-1.079%200-2.02.304-2.825.913-.805.589-1.432%201.433-1.884%202.533-.431%201.08-.647%202.386-.647%203.917%200%201.512.216%202.838.647%203.977.452%201.12%201.08%201.983%201.884%202.592.804.609%201.746.913%202.826.913%201.079%200%202.01-.304%202.796-.913.804-.609%201.422-1.473%201.854-2.592.451-1.14.677-2.465.677-3.977%200-1.531-.226-2.837-.677-3.917-.432-1.1-1.05-1.944-1.854-2.533-.785-.609-1.717-.913-2.796-.913z%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%20146%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M144%202.353v2.504h-5.68v16.79h-2.944V4.856h-5.71V2.353H144zm-20.698%200l6.417%2019.293h-3.12l-1.66-5.539h-6.762l-1.674%205.54h-3.002l6.417-19.294h3.384zm-1.677%202.327h-.118a89.007%2089.007%200%2001-.576%202.186l-.763%202.674-1.289%204.24h5.365l-.794-2.65a97.659%2097.659%200%2001-.942-3.18l-.883-3.27zm-25.82%2016.966V2.353h2.944v7.924h8.389V2.353h2.943v19.293h-2.943V12.84h-8.389v8.807h-2.943zM85.614%2022c-1.629%200-3.1-.383-4.415-1.149-1.295-.785-2.325-1.924-3.09-3.416-.746-1.493-1.119-3.29-1.119-5.39%200-1.572.216-2.976.648-4.213.451-1.257%201.07-2.317%201.854-3.181a8.234%208.234%200%20012.767-1.974A8.615%208.615%200%200185.672%202c1.197%200%202.257.236%203.179.707.922.471%201.678%201.04%202.266%201.708l-1.589%201.797a5.01%205.01%200%2000-1.678-1.208c-.628-.294-1.324-.441-2.09-.441-1.118%200-2.109.304-2.972.913-.864.608-1.54%201.463-2.031%202.562-.49%201.1-.736%202.406-.736%203.918%200%201.551.235%202.886.706%204.006.471%201.1%201.138%201.954%202.002%202.562.883.59%201.903.884%203.06.884.884%200%201.659-.167%202.326-.5A6.419%206.419%200%200090%2017.492l1.501%201.738a8.46%208.46%200%2001-2.62%202.062c-.961.471-2.05.707-3.267.707zm-27.645-.354V2.353h3.238l6.298%2011.282c.354.648.697%201.335%201.03%202.061.334.727.658%201.463.972%202.21h.118l-.236-3.152c-.078-1.1-.118-2.16-.118-3.181v-9.22h2.797v19.293h-3.209l-6.298-11.31a33.604%2033.604%200%2001-1.09-2.062c-.333-.727-.657-1.453-.97-2.18h-.119c.066.655.127%201.331.184%202.03l.081%201.063c.099%201.08.147%202.15.147%203.21v9.25h-2.825zm-16.55%200V2.353H52.78v2.475h-8.418v5.508h7.123v2.474h-7.123v6.362h8.712v2.474H41.42zM29.433%202.353c1.432%200%202.698.187%203.797.56%201.118.353%201.991.962%202.62%201.826.627.845.941%201.983.941%203.417%200%201.394-.314%202.543-.942%203.446-.608.903-1.462%201.581-2.56%202.033-1.1.432-2.345.648-3.738.648h-2.973v7.363h-2.944V2.353h5.799zm-.294%202.357h-2.561v7.187h2.678c1.57%200%202.728-.305%203.473-.913.766-.61%201.148-1.552%201.148-2.828%200-1.296-.402-2.19-1.206-2.68-.785-.511-1.963-.766-3.532-.766zM10.388%202c1.649%200%203.101.393%204.357%201.178%201.256.786%202.237%201.925%202.943%203.417.726%201.473%201.09%203.25%201.09%205.331%200%202.062-.364%203.85-1.09%205.361-.706%201.512-1.687%202.68-2.943%203.505-1.256.806-2.708%201.208-4.356%201.208-1.649%200-3.1-.402-4.357-1.208-1.255-.824-2.246-1.993-2.972-3.505C2.353%2015.775%202%2013.988%202%2011.927c0-2.082.353-3.86%201.06-5.332.726-1.492%201.717-2.631%202.972-3.417C7.288%202.393%208.74%202%2010.39%202zm0%202.563c-1.079%200-2.02.304-2.825.913-.805.589-1.432%201.433-1.884%202.533-.431%201.08-.647%202.386-.647%203.917%200%201.512.216%202.838.647%203.977.452%201.12%201.08%201.983%201.884%202.592.804.609%201.746.913%202.826.913%201.079%200%202.01-.304%202.796-.913.804-.609%201.422-1.473%201.854-2.592.451-1.14.677-2.465.677-3.977%200-1.531-.226-2.837-.677-3.917-.432-1.1-1.05-1.944-1.854-2.533-.785-.609-1.717-.913-2.796-.913z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/openchat-text.svg?color=%231a73e8&size=48