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

Name
turix-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
72×24
License
MIT

1 other variant in LobeHub AI Icons

Use the turix logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 24"><path fill="currentColor" fill-rule="evenodd" d="M46.285 5.191L46.683 2h3.483l-.399 3.191h-3.482zM2 4.952l.346-2.925h15.763l-.346 2.925h-6.406L9.31 22H6.173L8.22 4.952H2zM49.66 22h3.908l6.3-7.687L64.28 22h3.748l-5.955-10.027 8.108-9.946H66.38L60.506 9.42l-4.147-7.393h-3.695l5.609 9.733L49.66 22zm-2.153 0h-3.056l1.834-14.814h3.057L47.507 22zm-19.541-2.925L29.4 7.186h3.057L30.651 22h-6.673c-3.668 0-5.502-1.684-5.502-5.053 0-.408.026-.851.08-1.33l1.036-8.43h3.057l-1.037 8.51c-.035.23-.053.55-.053.957 0 .922.213 1.56.638 1.915.443.355 1.152.532 2.127.532l3.642-.026zm13.488-9.043c.319 0 1.027.018 2.126.053l.479-2.819a27.05 27.05 0 00-2.26-.08c-2.25 0-3.925.506-5.024 1.516-1.08 1.011-1.754 2.642-2.02 4.894L33.718 22h3.057l1.063-8.484c.142-1.241.497-2.127 1.064-2.66.567-.55 1.417-.824 2.552-.824z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function LobehubTurixText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 24"><path fill="currentColor" fillRule="evenodd" d="M46.285 5.191L46.683 2h3.483l-.399 3.191h-3.482zM2 4.952l.346-2.925h15.763l-.346 2.925h-6.406L9.31 22H6.173L8.22 4.952H2zM49.66 22h3.908l6.3-7.687L64.28 22h3.748l-5.955-10.027 8.108-9.946H66.38L60.506 9.42l-4.147-7.393h-3.695l5.609 9.733L49.66 22zm-2.153 0h-3.056l1.834-14.814h3.057L47.507 22zm-19.541-2.925L29.4 7.186h3.057L30.651 22h-6.673c-3.668 0-5.502-1.684-5.502-5.053 0-.408.026-.851.08-1.33l1.036-8.43h3.057l-1.037 8.51c-.035.23-.053.55-.053.957 0 .922.213 1.56.638 1.915.443.355 1.152.532 2.127.532l3.642-.026zm13.488-9.043c.319 0 1.027.018 2.126.053l.479-2.819a27.05 27.05 0 00-2.26-.08c-2.25 0-3.925.506-5.024 1.516-1.08 1.011-1.754 2.642-2.02 4.894L33.718 22h3.057l1.063-8.484c.142-1.241.497-2.127 1.064-2.66.567-.55 1.417-.824 2.552-.824z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 24"><path fill="currentColor" fill-rule="evenodd" d="M46.285 5.191L46.683 2h3.483l-.399 3.191h-3.482zM2 4.952l.346-2.925h15.763l-.346 2.925h-6.406L9.31 22H6.173L8.22 4.952H2zM49.66 22h3.908l6.3-7.687L64.28 22h3.748l-5.955-10.027 8.108-9.946H66.38L60.506 9.42l-4.147-7.393h-3.695l5.609 9.733L49.66 22zm-2.153 0h-3.056l1.834-14.814h3.057L47.507 22zm-19.541-2.925L29.4 7.186h3.057L30.651 22h-6.673c-3.668 0-5.502-1.684-5.502-5.053 0-.408.026-.851.08-1.33l1.036-8.43h3.057l-1.037 8.51c-.035.23-.053.55-.053.957 0 .922.213 1.56.638 1.915.443.355 1.152.532 2.127.532l3.642-.026zm13.488-9.043c.319 0 1.027.018 2.126.053l.479-2.819a27.05 27.05 0 00-2.26-.08c-2.25 0-3.925.506-5.024 1.516-1.08 1.011-1.754 2.642-2.02 4.894L33.718 22h3.057l1.063-8.484c.142-1.241.497-2.127 1.064-2.66.567-.55 1.417-.824 2.552-.824z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-turix-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%2072%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M46.285%205.191L46.683%202h3.483l-.399%203.191h-3.482zM2%204.952l.346-2.925h15.763l-.346%202.925h-6.406L9.31%2022H6.173L8.22%204.952H2zM49.66%2022h3.908l6.3-7.687L64.28%2022h3.748l-5.955-10.027%208.108-9.946H66.38L60.506%209.42l-4.147-7.393h-3.695l5.609%209.733L49.66%2022zm-2.153%200h-3.056l1.834-14.814h3.057L47.507%2022zm-19.541-2.925L29.4%207.186h3.057L30.651%2022h-6.673c-3.668%200-5.502-1.684-5.502-5.053%200-.408.026-.851.08-1.33l1.036-8.43h3.057l-1.037%208.51c-.035.23-.053.55-.053.957%200%20.922.213%201.56.638%201.915.443.355%201.152.532%202.127.532l3.642-.026zm13.488-9.043c.319%200%201.027.018%202.126.053l.479-2.819a27.05%2027.05%200%2000-2.26-.08c-2.25%200-3.925.506-5.024%201.516-1.08%201.011-1.754%202.642-2.02%204.894L33.718%2022h3.057l1.063-8.484c.142-1.241.497-2.127%201.064-2.66.567-.55%201.417-.824%202.552-.824z%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%2072%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M46.285%205.191L46.683%202h3.483l-.399%203.191h-3.482zM2%204.952l.346-2.925h15.763l-.346%202.925h-6.406L9.31%2022H6.173L8.22%204.952H2zM49.66%2022h3.908l6.3-7.687L64.28%2022h3.748l-5.955-10.027%208.108-9.946H66.38L60.506%209.42l-4.147-7.393h-3.695l5.609%209.733L49.66%2022zm-2.153%200h-3.056l1.834-14.814h3.057L47.507%2022zm-19.541-2.925L29.4%207.186h3.057L30.651%2022h-6.673c-3.668%200-5.502-1.684-5.502-5.053%200-.408.026-.851.08-1.33l1.036-8.43h3.057l-1.037%208.51c-.035.23-.053.55-.053.957%200%20.922.213%201.56.638%201.915.443.355%201.152.532%202.127.532l3.642-.026zm13.488-9.043c.319%200%201.027.018%202.126.053l.479-2.819a27.05%2027.05%200%2000-2.26-.08c-2.25%200-3.925.506-5.024%201.516-1.08%201.011-1.754%202.642-2.02%204.894L33.718%2022h3.057l1.063-8.484c.142-1.241.497-2.127%201.064-2.66.567-.55%201.417-.824%202.552-.824z%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/turix-text.svg?color=%231a73e8&size=48