dbrx logo
dbrx-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.
- Name
- dbrx-text
- Set
- LobeHub AI Icons
- Style
- Wordmark
- Viewbox
- 96×24
- License
- MIT
4 other variants in LobeHub AI Icons
Use the dbrx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 96 24"><path fill="currentColor" fill-rule="evenodd" d="M77.948 22l6.192-10.114L77.89 2h3.468l4.73 7.486L90.503 2h3.411l-6.22 10.029L94 22h-3.468l-4.759-7.543L81.36 22h-3.41zM54.29 22V2h6.908c1.586 0 2.885.267 3.898.8 1.032.533 1.796 1.257 2.293 2.171.497.896.746 1.896.746 3a5.972 5.972 0 01-1.004 3.372c-.65 1.01-1.672 1.733-3.067 2.171L68.334 22H64.81l-3.899-8.057h-3.583V22H54.29zm3.038-10.343h3.698c1.376 0 2.379-.333 3.01-1 .65-.667.974-1.533.974-2.6 0-1.067-.315-1.914-.946-2.543-.63-.647-1.653-.971-3.067-.971h-3.669v7.114zM29.377 22V2h7.566c2.083 0 3.66.486 4.73 1.457 1.07.972 1.605 2.19 1.605 3.657 0 1.276-.344 2.296-1.032 3.057a5.21 5.21 0 01-2.494 1.515 4.826 4.826 0 012.036.914 4.796 4.796 0 011.433 1.714 4.9 4.9 0 01.516 2.229c0 1.028-.258 1.962-.774 2.8-.497.819-1.233 1.467-2.207 1.943-.975.476-2.17.714-3.583.714h-7.797zm3.037-11.429h4.157c1.165 0 2.054-.266 2.665-.8.612-.552.918-1.304.918-2.257 0-.933-.306-1.676-.918-2.228-.592-.553-1.5-.829-2.723-.829h-4.099v6.114zm0 8.943h4.357c1.223 0 2.17-.285 2.838-.857.688-.571 1.032-1.371 1.032-2.4 0-1.028-.354-1.838-1.06-2.428-.708-.61-1.663-.915-2.867-.915h-4.3v6.6zM2 22V2h6.507c2.35 0 4.28.41 5.79 1.229 1.528.819 2.656 1.98 3.382 3.485.745 1.486 1.118 3.257 1.118 5.315 0 2.038-.373 3.81-1.118 5.314-.726 1.486-1.854 2.638-3.382 3.457-1.51.8-3.44 1.2-5.79 1.2H2zm3.038-2.571h3.354c1.815 0 3.249-.296 4.3-.886 1.07-.59 1.834-1.438 2.293-2.543.477-1.105.716-2.429.716-3.971 0-1.543-.239-2.877-.716-4a5.03 5.03 0 00-2.293-2.572c-1.051-.61-2.485-.914-4.3-.914H5.038v14.886z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubDbrxText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 96 24"><path fill="currentColor" fillRule="evenodd" d="M77.948 22l6.192-10.114L77.89 2h3.468l4.73 7.486L90.503 2h3.411l-6.22 10.029L94 22h-3.468l-4.759-7.543L81.36 22h-3.41zM54.29 22V2h6.908c1.586 0 2.885.267 3.898.8 1.032.533 1.796 1.257 2.293 2.171.497.896.746 1.896.746 3a5.972 5.972 0 01-1.004 3.372c-.65 1.01-1.672 1.733-3.067 2.171L68.334 22H64.81l-3.899-8.057h-3.583V22H54.29zm3.038-10.343h3.698c1.376 0 2.379-.333 3.01-1 .65-.667.974-1.533.974-2.6 0-1.067-.315-1.914-.946-2.543-.63-.647-1.653-.971-3.067-.971h-3.669v7.114zM29.377 22V2h7.566c2.083 0 3.66.486 4.73 1.457 1.07.972 1.605 2.19 1.605 3.657 0 1.276-.344 2.296-1.032 3.057a5.21 5.21 0 01-2.494 1.515 4.826 4.826 0 012.036.914 4.796 4.796 0 011.433 1.714 4.9 4.9 0 01.516 2.229c0 1.028-.258 1.962-.774 2.8-.497.819-1.233 1.467-2.207 1.943-.975.476-2.17.714-3.583.714h-7.797zm3.037-11.429h4.157c1.165 0 2.054-.266 2.665-.8.612-.552.918-1.304.918-2.257 0-.933-.306-1.676-.918-2.228-.592-.553-1.5-.829-2.723-.829h-4.099v6.114zm0 8.943h4.357c1.223 0 2.17-.285 2.838-.857.688-.571 1.032-1.371 1.032-2.4 0-1.028-.354-1.838-1.06-2.428-.708-.61-1.663-.915-2.867-.915h-4.3v6.6zM2 22V2h6.507c2.35 0 4.28.41 5.79 1.229 1.528.819 2.656 1.98 3.382 3.485.745 1.486 1.118 3.257 1.118 5.315 0 2.038-.373 3.81-1.118 5.314-.726 1.486-1.854 2.638-3.382 3.457-1.51.8-3.44 1.2-5.79 1.2H2zm3.038-2.571h3.354c1.815 0 3.249-.296 4.3-.886 1.07-.59 1.834-1.438 2.293-2.543.477-1.105.716-2.429.716-3.971 0-1.543-.239-2.877-.716-4a5.03 5.03 0 00-2.293-2.572c-1.051-.61-2.485-.914-4.3-.914H5.038v14.886z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 96 24"><path fill="currentColor" fill-rule="evenodd" d="M77.948 22l6.192-10.114L77.89 2h3.468l4.73 7.486L90.503 2h3.411l-6.22 10.029L94 22h-3.468l-4.759-7.543L81.36 22h-3.41zM54.29 22V2h6.908c1.586 0 2.885.267 3.898.8 1.032.533 1.796 1.257 2.293 2.171.497.896.746 1.896.746 3a5.972 5.972 0 01-1.004 3.372c-.65 1.01-1.672 1.733-3.067 2.171L68.334 22H64.81l-3.899-8.057h-3.583V22H54.29zm3.038-10.343h3.698c1.376 0 2.379-.333 3.01-1 .65-.667.974-1.533.974-2.6 0-1.067-.315-1.914-.946-2.543-.63-.647-1.653-.971-3.067-.971h-3.669v7.114zM29.377 22V2h7.566c2.083 0 3.66.486 4.73 1.457 1.07.972 1.605 2.19 1.605 3.657 0 1.276-.344 2.296-1.032 3.057a5.21 5.21 0 01-2.494 1.515 4.826 4.826 0 012.036.914 4.796 4.796 0 011.433 1.714 4.9 4.9 0 01.516 2.229c0 1.028-.258 1.962-.774 2.8-.497.819-1.233 1.467-2.207 1.943-.975.476-2.17.714-3.583.714h-7.797zm3.037-11.429h4.157c1.165 0 2.054-.266 2.665-.8.612-.552.918-1.304.918-2.257 0-.933-.306-1.676-.918-2.228-.592-.553-1.5-.829-2.723-.829h-4.099v6.114zm0 8.943h4.357c1.223 0 2.17-.285 2.838-.857.688-.571 1.032-1.371 1.032-2.4 0-1.028-.354-1.838-1.06-2.428-.708-.61-1.663-.915-2.867-.915h-4.3v6.6zM2 22V2h6.507c2.35 0 4.28.41 5.79 1.229 1.528.819 2.656 1.98 3.382 3.485.745 1.486 1.118 3.257 1.118 5.315 0 2.038-.373 3.81-1.118 5.314-.726 1.486-1.854 2.638-3.382 3.457-1.51.8-3.44 1.2-5.79 1.2H2zm3.038-2.571h3.354c1.815 0 3.249-.296 4.3-.886 1.07-.59 1.834-1.438 2.293-2.543.477-1.105.716-2.429.716-3.971 0-1.543-.239-2.877-.716-4a5.03 5.03 0 00-2.293-2.572c-1.051-.61-2.485-.914-4.3-.914H5.038v14.886z"/></svg> </template>
CSS
.icon-dbrx-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%2096%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M77.948%2022l6.192-10.114L77.89%202h3.468l4.73%207.486L90.503%202h3.411l-6.22%2010.029L94%2022h-3.468l-4.759-7.543L81.36%2022h-3.41zM54.29%2022V2h6.908c1.586%200%202.885.267%203.898.8%201.032.533%201.796%201.257%202.293%202.171.497.896.746%201.896.746%203a5.972%205.972%200%2001-1.004%203.372c-.65%201.01-1.672%201.733-3.067%202.171L68.334%2022H64.81l-3.899-8.057h-3.583V22H54.29zm3.038-10.343h3.698c1.376%200%202.379-.333%203.01-1%20.65-.667.974-1.533.974-2.6%200-1.067-.315-1.914-.946-2.543-.63-.647-1.653-.971-3.067-.971h-3.669v7.114zM29.377%2022V2h7.566c2.083%200%203.66.486%204.73%201.457%201.07.972%201.605%202.19%201.605%203.657%200%201.276-.344%202.296-1.032%203.057a5.21%205.21%200%2001-2.494%201.515%204.826%204.826%200%20012.036.914%204.796%204.796%200%20011.433%201.714%204.9%204.9%200%2001.516%202.229c0%201.028-.258%201.962-.774%202.8-.497.819-1.233%201.467-2.207%201.943-.975.476-2.17.714-3.583.714h-7.797zm3.037-11.429h4.157c1.165%200%202.054-.266%202.665-.8.612-.552.918-1.304.918-2.257%200-.933-.306-1.676-.918-2.228-.592-.553-1.5-.829-2.723-.829h-4.099v6.114zm0%208.943h4.357c1.223%200%202.17-.285%202.838-.857.688-.571%201.032-1.371%201.032-2.4%200-1.028-.354-1.838-1.06-2.428-.708-.61-1.663-.915-2.867-.915h-4.3v6.6zM2%2022V2h6.507c2.35%200%204.28.41%205.79%201.229%201.528.819%202.656%201.98%203.382%203.485.745%201.486%201.118%203.257%201.118%205.315%200%202.038-.373%203.81-1.118%205.314-.726%201.486-1.854%202.638-3.382%203.457-1.51.8-3.44%201.2-5.79%201.2H2zm3.038-2.571h3.354c1.815%200%203.249-.296%204.3-.886%201.07-.59%201.834-1.438%202.293-2.543.477-1.105.716-2.429.716-3.971%200-1.543-.239-2.877-.716-4a5.03%205.03%200%2000-2.293-2.572c-1.051-.61-2.485-.914-4.3-.914H5.038v14.886z%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%2096%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M77.948%2022l6.192-10.114L77.89%202h3.468l4.73%207.486L90.503%202h3.411l-6.22%2010.029L94%2022h-3.468l-4.759-7.543L81.36%2022h-3.41zM54.29%2022V2h6.908c1.586%200%202.885.267%203.898.8%201.032.533%201.796%201.257%202.293%202.171.497.896.746%201.896.746%203a5.972%205.972%200%2001-1.004%203.372c-.65%201.01-1.672%201.733-3.067%202.171L68.334%2022H64.81l-3.899-8.057h-3.583V22H54.29zm3.038-10.343h3.698c1.376%200%202.379-.333%203.01-1%20.65-.667.974-1.533.974-2.6%200-1.067-.315-1.914-.946-2.543-.63-.647-1.653-.971-3.067-.971h-3.669v7.114zM29.377%2022V2h7.566c2.083%200%203.66.486%204.73%201.457%201.07.972%201.605%202.19%201.605%203.657%200%201.276-.344%202.296-1.032%203.057a5.21%205.21%200%2001-2.494%201.515%204.826%204.826%200%20012.036.914%204.796%204.796%200%20011.433%201.714%204.9%204.9%200%2001.516%202.229c0%201.028-.258%201.962-.774%202.8-.497.819-1.233%201.467-2.207%201.943-.975.476-2.17.714-3.583.714h-7.797zm3.037-11.429h4.157c1.165%200%202.054-.266%202.665-.8.612-.552.918-1.304.918-2.257%200-.933-.306-1.676-.918-2.228-.592-.553-1.5-.829-2.723-.829h-4.099v6.114zm0%208.943h4.357c1.223%200%202.17-.285%202.838-.857.688-.571%201.032-1.371%201.032-2.4%200-1.028-.354-1.838-1.06-2.428-.708-.61-1.663-.915-2.867-.915h-4.3v6.6zM2%2022V2h6.507c2.35%200%204.28.41%205.79%201.229%201.528.819%202.656%201.98%203.382%203.485.745%201.486%201.118%203.257%201.118%205.315%200%202.038-.373%203.81-1.118%205.314-.726%201.486-1.854%202.638-3.382%203.457-1.51.8-3.44%201.2-5.79%201.2H2zm3.038-2.571h3.354c1.815%200%203.249-.296%204.3-.886%201.07-.59%201.834-1.438%202.293-2.543.477-1.105.716-2.429.716-3.971%200-1.543-.239-2.877-.716-4a5.03%205.03%200%2000-2.293-2.572c-1.051-.61-2.485-.914-4.3-.914H5.038v14.886z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/dbrx-text.svg?color=%231a73e8&size=48