mastra logo
mastra-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.
- Name
- mastra-text
- Set
- LobeHub AI Icons
- Style
- Wordmark
- Viewbox
- 97×24
- License
- MIT
1 other variant in LobeHub AI Icons
Use the mastra logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 97 24"><path fill="currentColor" fill-rule="evenodd" d="M2 4.375h3.051v3.266c.833-2.434 2.774-3.635 5.117-3.635 2.404 0 4.53 1.294 5.425 3.944.863-2.65 3.02-3.944 5.455-3.944 3.206 0 5.887 2.218 5.887 6.87V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.76-4.437-2.774 0-4.069 2.065-4.069 4.9V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.791-4.437-2.774 0-4.069 2.065-4.069 4.9V21.63H2V4.375zm27.737 12.972c0-2.341 1.51-4.098 4.253-4.96l5.795-1.88c-.154-2.65-1.418-3.697-3.914-3.697-1.449 0-3.021.338-5.271 1.201V5.053c1.942-.616 3.853-1.047 5.64-1.047 4.593 0 6.627 2.865 6.627 6.994v10.63h-3.02v-2.526C38.89 20.89 37.042 22 34.76 22c-3.144 0-5.024-2.034-5.024-4.653zm3.113-.246c0 1.386 1.11 2.434 2.805 2.434 2.096 0 4.13-1.571 4.13-3.913v-2.588l-4.592 1.479c-1.603.493-2.343 1.417-2.343 2.588zM50.406 22c-1.232 0-2.681-.216-4.407-.893v-2.928c1.664.74 3.175 1.079 4.407 1.079 1.973 0 2.836-.986 2.836-2.219 0-1.417-1.14-2.003-2.866-2.804-2.189-1.016-4.654-2.095-4.654-5.269 0-2.927 2.126-4.96 5.917-4.96 1.202 0 2.62.185 4.254.677V7.55c-1.572-.493-3.052-.801-4.254-.801-1.942 0-2.805.986-2.805 2.157 0 1.294 1.141 1.818 2.836 2.619 2.22 1.017 4.685 2.188 4.685 5.454 0 2.988-2.127 5.022-5.948 5.022zm15.563-.185c-3.452 0-4.931-1.633-4.931-4.93V7.148h-2.62V4.375h2.62V.894L64.12 0v4.375h4.5v2.773h-4.5v9.275c0 2.095.647 2.557 2.28 2.557.771 0 1.542-.092 2.22-.215v2.804c-.894.154-1.757.246-2.65.246zm5.442-17.44h3.05v4.037c.925-2.68 3.052-4.252 6.135-4.252v3.173c-.339-.03-.648-.061-.987-.061-3.113 0-5.116 1.94-5.116 5.854v8.504H71.41V4.375zm10.46 12.972c0-2.341 1.51-4.098 4.252-4.96l5.794-1.88c-.153-2.65-1.417-3.697-3.914-3.697-1.448 0-3.02.338-5.27 1.201V5.053c1.942-.616 3.853-1.047 5.64-1.047C92.967 4.006 95 6.87 95 11v10.63h-3.02v-2.526C91.024 20.89 89.175 22 86.894 22c-3.144 0-5.024-2.034-5.024-4.653zm3.112-.246c0 1.386 1.11 2.434 2.805 2.434 2.096 0 4.13-1.571 4.13-3.913v-2.588l-4.592 1.479c-1.603.493-2.343 1.417-2.343 2.588z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubMastraText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 97 24"><path fill="currentColor" fillRule="evenodd" d="M2 4.375h3.051v3.266c.833-2.434 2.774-3.635 5.117-3.635 2.404 0 4.53 1.294 5.425 3.944.863-2.65 3.02-3.944 5.455-3.944 3.206 0 5.887 2.218 5.887 6.87V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.76-4.437-2.774 0-4.069 2.065-4.069 4.9V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.791-4.437-2.774 0-4.069 2.065-4.069 4.9V21.63H2V4.375zm27.737 12.972c0-2.341 1.51-4.098 4.253-4.96l5.795-1.88c-.154-2.65-1.418-3.697-3.914-3.697-1.449 0-3.021.338-5.271 1.201V5.053c1.942-.616 3.853-1.047 5.64-1.047 4.593 0 6.627 2.865 6.627 6.994v10.63h-3.02v-2.526C38.89 20.89 37.042 22 34.76 22c-3.144 0-5.024-2.034-5.024-4.653zm3.113-.246c0 1.386 1.11 2.434 2.805 2.434 2.096 0 4.13-1.571 4.13-3.913v-2.588l-4.592 1.479c-1.603.493-2.343 1.417-2.343 2.588zM50.406 22c-1.232 0-2.681-.216-4.407-.893v-2.928c1.664.74 3.175 1.079 4.407 1.079 1.973 0 2.836-.986 2.836-2.219 0-1.417-1.14-2.003-2.866-2.804-2.189-1.016-4.654-2.095-4.654-5.269 0-2.927 2.126-4.96 5.917-4.96 1.202 0 2.62.185 4.254.677V7.55c-1.572-.493-3.052-.801-4.254-.801-1.942 0-2.805.986-2.805 2.157 0 1.294 1.141 1.818 2.836 2.619 2.22 1.017 4.685 2.188 4.685 5.454 0 2.988-2.127 5.022-5.948 5.022zm15.563-.185c-3.452 0-4.931-1.633-4.931-4.93V7.148h-2.62V4.375h2.62V.894L64.12 0v4.375h4.5v2.773h-4.5v9.275c0 2.095.647 2.557 2.28 2.557.771 0 1.542-.092 2.22-.215v2.804c-.894.154-1.757.246-2.65.246zm5.442-17.44h3.05v4.037c.925-2.68 3.052-4.252 6.135-4.252v3.173c-.339-.03-.648-.061-.987-.061-3.113 0-5.116 1.94-5.116 5.854v8.504H71.41V4.375zm10.46 12.972c0-2.341 1.51-4.098 4.252-4.96l5.794-1.88c-.153-2.65-1.417-3.697-3.914-3.697-1.448 0-3.02.338-5.27 1.201V5.053c1.942-.616 3.853-1.047 5.64-1.047C92.967 4.006 95 6.87 95 11v10.63h-3.02v-2.526C91.024 20.89 89.175 22 86.894 22c-3.144 0-5.024-2.034-5.024-4.653zm3.112-.246c0 1.386 1.11 2.434 2.805 2.434 2.096 0 4.13-1.571 4.13-3.913v-2.588l-4.592 1.479c-1.603.493-2.343 1.417-2.343 2.588z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 97 24"><path fill="currentColor" fill-rule="evenodd" d="M2 4.375h3.051v3.266c.833-2.434 2.774-3.635 5.117-3.635 2.404 0 4.53 1.294 5.425 3.944.863-2.65 3.02-3.944 5.455-3.944 3.206 0 5.887 2.218 5.887 6.87V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.76-4.437-2.774 0-4.069 2.065-4.069 4.9V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.791-4.437-2.774 0-4.069 2.065-4.069 4.9V21.63H2V4.375zm27.737 12.972c0-2.341 1.51-4.098 4.253-4.96l5.795-1.88c-.154-2.65-1.418-3.697-3.914-3.697-1.449 0-3.021.338-5.271 1.201V5.053c1.942-.616 3.853-1.047 5.64-1.047 4.593 0 6.627 2.865 6.627 6.994v10.63h-3.02v-2.526C38.89 20.89 37.042 22 34.76 22c-3.144 0-5.024-2.034-5.024-4.653zm3.113-.246c0 1.386 1.11 2.434 2.805 2.434 2.096 0 4.13-1.571 4.13-3.913v-2.588l-4.592 1.479c-1.603.493-2.343 1.417-2.343 2.588zM50.406 22c-1.232 0-2.681-.216-4.407-.893v-2.928c1.664.74 3.175 1.079 4.407 1.079 1.973 0 2.836-.986 2.836-2.219 0-1.417-1.14-2.003-2.866-2.804-2.189-1.016-4.654-2.095-4.654-5.269 0-2.927 2.126-4.96 5.917-4.96 1.202 0 2.62.185 4.254.677V7.55c-1.572-.493-3.052-.801-4.254-.801-1.942 0-2.805.986-2.805 2.157 0 1.294 1.141 1.818 2.836 2.619 2.22 1.017 4.685 2.188 4.685 5.454 0 2.988-2.127 5.022-5.948 5.022zm15.563-.185c-3.452 0-4.931-1.633-4.931-4.93V7.148h-2.62V4.375h2.62V.894L64.12 0v4.375h4.5v2.773h-4.5v9.275c0 2.095.647 2.557 2.28 2.557.771 0 1.542-.092 2.22-.215v2.804c-.894.154-1.757.246-2.65.246zm5.442-17.44h3.05v4.037c.925-2.68 3.052-4.252 6.135-4.252v3.173c-.339-.03-.648-.061-.987-.061-3.113 0-5.116 1.94-5.116 5.854v8.504H71.41V4.375zm10.46 12.972c0-2.341 1.51-4.098 4.252-4.96l5.794-1.88c-.153-2.65-1.417-3.697-3.914-3.697-1.448 0-3.02.338-5.27 1.201V5.053c1.942-.616 3.853-1.047 5.64-1.047C92.967 4.006 95 6.87 95 11v10.63h-3.02v-2.526C91.024 20.89 89.175 22 86.894 22c-3.144 0-5.024-2.034-5.024-4.653zm3.112-.246c0 1.386 1.11 2.434 2.805 2.434 2.096 0 4.13-1.571 4.13-3.913v-2.588l-4.592 1.479c-1.603.493-2.343 1.417-2.343 2.588z"/></svg> </template>
CSS
.icon-mastra-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%2097%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%204.375h3.051v3.266c.833-2.434%202.774-3.635%205.117-3.635%202.404%200%204.53%201.294%205.425%203.944.863-2.65%203.02-3.944%205.455-3.944%203.206%200%205.887%202.218%205.887%206.87V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.76-4.437-2.774%200-4.069%202.065-4.069%204.9V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.791-4.437-2.774%200-4.069%202.065-4.069%204.9V21.63H2V4.375zm27.737%2012.972c0-2.341%201.51-4.098%204.253-4.96l5.795-1.88c-.154-2.65-1.418-3.697-3.914-3.697-1.449%200-3.021.338-5.271%201.201V5.053c1.942-.616%203.853-1.047%205.64-1.047%204.593%200%206.627%202.865%206.627%206.994v10.63h-3.02v-2.526C38.89%2020.89%2037.042%2022%2034.76%2022c-3.144%200-5.024-2.034-5.024-4.653zm3.113-.246c0%201.386%201.11%202.434%202.805%202.434%202.096%200%204.13-1.571%204.13-3.913v-2.588l-4.592%201.479c-1.603.493-2.343%201.417-2.343%202.588zM50.406%2022c-1.232%200-2.681-.216-4.407-.893v-2.928c1.664.74%203.175%201.079%204.407%201.079%201.973%200%202.836-.986%202.836-2.219%200-1.417-1.14-2.003-2.866-2.804-2.189-1.016-4.654-2.095-4.654-5.269%200-2.927%202.126-4.96%205.917-4.96%201.202%200%202.62.185%204.254.677V7.55c-1.572-.493-3.052-.801-4.254-.801-1.942%200-2.805.986-2.805%202.157%200%201.294%201.141%201.818%202.836%202.619%202.22%201.017%204.685%202.188%204.685%205.454%200%202.988-2.127%205.022-5.948%205.022zm15.563-.185c-3.452%200-4.931-1.633-4.931-4.93V7.148h-2.62V4.375h2.62V.894L64.12%200v4.375h4.5v2.773h-4.5v9.275c0%202.095.647%202.557%202.28%202.557.771%200%201.542-.092%202.22-.215v2.804c-.894.154-1.757.246-2.65.246zm5.442-17.44h3.05v4.037c.925-2.68%203.052-4.252%206.135-4.252v3.173c-.339-.03-.648-.061-.987-.061-3.113%200-5.116%201.94-5.116%205.854v8.504H71.41V4.375zm10.46%2012.972c0-2.341%201.51-4.098%204.252-4.96l5.794-1.88c-.153-2.65-1.417-3.697-3.914-3.697-1.448%200-3.02.338-5.27%201.201V5.053c1.942-.616%203.853-1.047%205.64-1.047C92.967%204.006%2095%206.87%2095%2011v10.63h-3.02v-2.526C91.024%2020.89%2089.175%2022%2086.894%2022c-3.144%200-5.024-2.034-5.024-4.653zm3.112-.246c0%201.386%201.11%202.434%202.805%202.434%202.096%200%204.13-1.571%204.13-3.913v-2.588l-4.592%201.479c-1.603.493-2.343%201.417-2.343%202.588z%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%2097%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%204.375h3.051v3.266c.833-2.434%202.774-3.635%205.117-3.635%202.404%200%204.53%201.294%205.425%203.944.863-2.65%203.02-3.944%205.455-3.944%203.206%200%205.887%202.218%205.887%206.87V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.76-4.437-2.774%200-4.069%202.065-4.069%204.9V21.63h-3.082V11.123c0-2.65-1.202-4.437-3.791-4.437-2.774%200-4.069%202.065-4.069%204.9V21.63H2V4.375zm27.737%2012.972c0-2.341%201.51-4.098%204.253-4.96l5.795-1.88c-.154-2.65-1.418-3.697-3.914-3.697-1.449%200-3.021.338-5.271%201.201V5.053c1.942-.616%203.853-1.047%205.64-1.047%204.593%200%206.627%202.865%206.627%206.994v10.63h-3.02v-2.526C38.89%2020.89%2037.042%2022%2034.76%2022c-3.144%200-5.024-2.034-5.024-4.653zm3.113-.246c0%201.386%201.11%202.434%202.805%202.434%202.096%200%204.13-1.571%204.13-3.913v-2.588l-4.592%201.479c-1.603.493-2.343%201.417-2.343%202.588zM50.406%2022c-1.232%200-2.681-.216-4.407-.893v-2.928c1.664.74%203.175%201.079%204.407%201.079%201.973%200%202.836-.986%202.836-2.219%200-1.417-1.14-2.003-2.866-2.804-2.189-1.016-4.654-2.095-4.654-5.269%200-2.927%202.126-4.96%205.917-4.96%201.202%200%202.62.185%204.254.677V7.55c-1.572-.493-3.052-.801-4.254-.801-1.942%200-2.805.986-2.805%202.157%200%201.294%201.141%201.818%202.836%202.619%202.22%201.017%204.685%202.188%204.685%205.454%200%202.988-2.127%205.022-5.948%205.022zm15.563-.185c-3.452%200-4.931-1.633-4.931-4.93V7.148h-2.62V4.375h2.62V.894L64.12%200v4.375h4.5v2.773h-4.5v9.275c0%202.095.647%202.557%202.28%202.557.771%200%201.542-.092%202.22-.215v2.804c-.894.154-1.757.246-2.65.246zm5.442-17.44h3.05v4.037c.925-2.68%203.052-4.252%206.135-4.252v3.173c-.339-.03-.648-.061-.987-.061-3.113%200-5.116%201.94-5.116%205.854v8.504H71.41V4.375zm10.46%2012.972c0-2.341%201.51-4.098%204.252-4.96l5.794-1.88c-.153-2.65-1.417-3.697-3.914-3.697-1.448%200-3.02.338-5.27%201.201V5.053c1.942-.616%203.853-1.047%205.64-1.047C92.967%204.006%2095%206.87%2095%2011v10.63h-3.02v-2.526C91.024%2020.89%2089.175%2022%2086.894%2022c-3.144%200-5.024-2.034-5.024-4.653zm3.112-.246c0%201.386%201.11%202.434%202.805%202.434%202.096%200%204.13-1.571%204.13-3.913v-2.588l-4.592%201.479c-1.603.493-2.343%201.417-2.343%202.588z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/mastra-text.svg?color=%231a73e8&size=48