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

Name
junie-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
78×24
License
MIT

2 other variants in LobeHub AI Icons

The same logo in other sets

Use the junie logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 78 24"><path fill="currentColor" fill-rule="evenodd" d="M2 22.63V19.09h4.064c.7 0 1.268-.216 1.7-.649.433-.432.65-.999.65-1.699V1H12.2v16.176c0 1.07-.237 2.023-.711 2.858a4.792 4.792 0 01-1.978 1.915c-.856.454-1.834.68-2.937.68H2zM27.1 6.808h3.677v15.82h-3.585v-2.472c-.495.927-1.17 1.633-2.025 2.117S23.344 23 22.262 23c-1.133 0-2.133-.247-2.998-.742-.866-.494-1.54-1.21-2.025-2.147-.484-.937-.726-2.055-.726-3.353V6.81h3.662v9.378c0 1.143.29 2.029.866 2.657.587.618 1.406.927 2.457.927.7 0 1.324-.16 1.87-.479a3.358 3.358 0 001.268-1.36c.309-.576.463-1.235.463-1.977V6.81zm16.48-.37c1.134 0 2.133.246 2.999.74.875.495 1.555 1.211 2.039 2.148.485.938.727 2.055.727 3.353v9.95h-3.678V13.25c0-1.143-.294-2.024-.881-2.641-.577-.629-1.391-.943-2.442-.943-.7 0-1.324.165-1.87.495a3.36 3.36 0 00-1.283 1.344c-.299.576-.448 1.236-.448 1.977v9.146H35.08V6.81h3.57v2.472c.495-.927 1.17-1.633 2.025-2.117s1.824-.726 2.906-.726zm13.375 16.19h-3.678V6.81h3.678v15.82zM53.107 4.492V1h3.987v3.492h-3.987zM76 15.708H63.93c.104.824.356 1.55.758 2.178a4.3 4.3 0 001.545 1.468c.629.34 1.33.51 2.102.51.907 0 1.674-.134 2.303-.402.628-.268 1.112-.654 1.452-1.159h3.632c-.165.773-.572 1.52-1.221 2.24-.65.722-1.514 1.314-2.596 1.777-1.082.453-2.318.68-3.71.68-1.544 0-2.935-.355-4.172-1.066a7.541 7.541 0 01-2.874-2.95c-.69-1.268-1.035-2.694-1.035-4.28 0-1.566.35-2.977 1.05-4.234a7.65 7.65 0 012.89-2.95c1.236-.721 2.617-1.082 4.142-1.082 1.566 0 2.936.356 4.11 1.066a7.14 7.14 0 012.736 2.951c.639 1.246.958 2.662.958 4.249v1.004zm-7.789-6.226c-1.112 0-2.05.33-2.812.989-.752.659-1.231 1.555-1.438 2.688h8.268c-.185-1.133-.623-2.03-1.313-2.689-.68-.659-1.582-.988-2.705-.988z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubJunieText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 78 24"><path fill="currentColor" fillRule="evenodd" d="M2 22.63V19.09h4.064c.7 0 1.268-.216 1.7-.649.433-.432.65-.999.65-1.699V1H12.2v16.176c0 1.07-.237 2.023-.711 2.858a4.792 4.792 0 01-1.978 1.915c-.856.454-1.834.68-2.937.68H2zM27.1 6.808h3.677v15.82h-3.585v-2.472c-.495.927-1.17 1.633-2.025 2.117S23.344 23 22.262 23c-1.133 0-2.133-.247-2.998-.742-.866-.494-1.54-1.21-2.025-2.147-.484-.937-.726-2.055-.726-3.353V6.81h3.662v9.378c0 1.143.29 2.029.866 2.657.587.618 1.406.927 2.457.927.7 0 1.324-.16 1.87-.479a3.358 3.358 0 001.268-1.36c.309-.576.463-1.235.463-1.977V6.81zm16.48-.37c1.134 0 2.133.246 2.999.74.875.495 1.555 1.211 2.039 2.148.485.938.727 2.055.727 3.353v9.95h-3.678V13.25c0-1.143-.294-2.024-.881-2.641-.577-.629-1.391-.943-2.442-.943-.7 0-1.324.165-1.87.495a3.36 3.36 0 00-1.283 1.344c-.299.576-.448 1.236-.448 1.977v9.146H35.08V6.81h3.57v2.472c.495-.927 1.17-1.633 2.025-2.117s1.824-.726 2.906-.726zm13.375 16.19h-3.678V6.81h3.678v15.82zM53.107 4.492V1h3.987v3.492h-3.987zM76 15.708H63.93c.104.824.356 1.55.758 2.178a4.3 4.3 0 001.545 1.468c.629.34 1.33.51 2.102.51.907 0 1.674-.134 2.303-.402.628-.268 1.112-.654 1.452-1.159h3.632c-.165.773-.572 1.52-1.221 2.24-.65.722-1.514 1.314-2.596 1.777-1.082.453-2.318.68-3.71.68-1.544 0-2.935-.355-4.172-1.066a7.541 7.541 0 01-2.874-2.95c-.69-1.268-1.035-2.694-1.035-4.28 0-1.566.35-2.977 1.05-4.234a7.65 7.65 0 012.89-2.95c1.236-.721 2.617-1.082 4.142-1.082 1.566 0 2.936.356 4.11 1.066a7.14 7.14 0 012.736 2.951c.639 1.246.958 2.662.958 4.249v1.004zm-7.789-6.226c-1.112 0-2.05.33-2.812.989-.752.659-1.231 1.555-1.438 2.688h8.268c-.185-1.133-.623-2.03-1.313-2.689-.68-.659-1.582-.988-2.705-.988z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 78 24"><path fill="currentColor" fill-rule="evenodd" d="M2 22.63V19.09h4.064c.7 0 1.268-.216 1.7-.649.433-.432.65-.999.65-1.699V1H12.2v16.176c0 1.07-.237 2.023-.711 2.858a4.792 4.792 0 01-1.978 1.915c-.856.454-1.834.68-2.937.68H2zM27.1 6.808h3.677v15.82h-3.585v-2.472c-.495.927-1.17 1.633-2.025 2.117S23.344 23 22.262 23c-1.133 0-2.133-.247-2.998-.742-.866-.494-1.54-1.21-2.025-2.147-.484-.937-.726-2.055-.726-3.353V6.81h3.662v9.378c0 1.143.29 2.029.866 2.657.587.618 1.406.927 2.457.927.7 0 1.324-.16 1.87-.479a3.358 3.358 0 001.268-1.36c.309-.576.463-1.235.463-1.977V6.81zm16.48-.37c1.134 0 2.133.246 2.999.74.875.495 1.555 1.211 2.039 2.148.485.938.727 2.055.727 3.353v9.95h-3.678V13.25c0-1.143-.294-2.024-.881-2.641-.577-.629-1.391-.943-2.442-.943-.7 0-1.324.165-1.87.495a3.36 3.36 0 00-1.283 1.344c-.299.576-.448 1.236-.448 1.977v9.146H35.08V6.81h3.57v2.472c.495-.927 1.17-1.633 2.025-2.117s1.824-.726 2.906-.726zm13.375 16.19h-3.678V6.81h3.678v15.82zM53.107 4.492V1h3.987v3.492h-3.987zM76 15.708H63.93c.104.824.356 1.55.758 2.178a4.3 4.3 0 001.545 1.468c.629.34 1.33.51 2.102.51.907 0 1.674-.134 2.303-.402.628-.268 1.112-.654 1.452-1.159h3.632c-.165.773-.572 1.52-1.221 2.24-.65.722-1.514 1.314-2.596 1.777-1.082.453-2.318.68-3.71.68-1.544 0-2.935-.355-4.172-1.066a7.541 7.541 0 01-2.874-2.95c-.69-1.268-1.035-2.694-1.035-4.28 0-1.566.35-2.977 1.05-4.234a7.65 7.65 0 012.89-2.95c1.236-.721 2.617-1.082 4.142-1.082 1.566 0 2.936.356 4.11 1.066a7.14 7.14 0 012.736 2.951c.639 1.246.958 2.662.958 4.249v1.004zm-7.789-6.226c-1.112 0-2.05.33-2.812.989-.752.659-1.231 1.555-1.438 2.688h8.268c-.185-1.133-.623-2.03-1.313-2.689-.68-.659-1.582-.988-2.705-.988z"/></svg>
</template>

CSS

.icon-junie-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%2078%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2022.63V19.09h4.064c.7%200%201.268-.216%201.7-.649.433-.432.65-.999.65-1.699V1H12.2v16.176c0%201.07-.237%202.023-.711%202.858a4.792%204.792%200%2001-1.978%201.915c-.856.454-1.834.68-2.937.68H2zM27.1%206.808h3.677v15.82h-3.585v-2.472c-.495.927-1.17%201.633-2.025%202.117S23.344%2023%2022.262%2023c-1.133%200-2.133-.247-2.998-.742-.866-.494-1.54-1.21-2.025-2.147-.484-.937-.726-2.055-.726-3.353V6.81h3.662v9.378c0%201.143.29%202.029.866%202.657.587.618%201.406.927%202.457.927.7%200%201.324-.16%201.87-.479a3.358%203.358%200%20001.268-1.36c.309-.576.463-1.235.463-1.977V6.81zm16.48-.37c1.134%200%202.133.246%202.999.74.875.495%201.555%201.211%202.039%202.148.485.938.727%202.055.727%203.353v9.95h-3.678V13.25c0-1.143-.294-2.024-.881-2.641-.577-.629-1.391-.943-2.442-.943-.7%200-1.324.165-1.87.495a3.36%203.36%200%2000-1.283%201.344c-.299.576-.448%201.236-.448%201.977v9.146H35.08V6.81h3.57v2.472c.495-.927%201.17-1.633%202.025-2.117s1.824-.726%202.906-.726zm13.375%2016.19h-3.678V6.81h3.678v15.82zM53.107%204.492V1h3.987v3.492h-3.987zM76%2015.708H63.93c.104.824.356%201.55.758%202.178a4.3%204.3%200%20001.545%201.468c.629.34%201.33.51%202.102.51.907%200%201.674-.134%202.303-.402.628-.268%201.112-.654%201.452-1.159h3.632c-.165.773-.572%201.52-1.221%202.24-.65.722-1.514%201.314-2.596%201.777-1.082.453-2.318.68-3.71.68-1.544%200-2.935-.355-4.172-1.066a7.541%207.541%200%2001-2.874-2.95c-.69-1.268-1.035-2.694-1.035-4.28%200-1.566.35-2.977%201.05-4.234a7.65%207.65%200%20012.89-2.95c1.236-.721%202.617-1.082%204.142-1.082%201.566%200%202.936.356%204.11%201.066a7.14%207.14%200%20012.736%202.951c.639%201.246.958%202.662.958%204.249v1.004zm-7.789-6.226c-1.112%200-2.05.33-2.812.989-.752.659-1.231%201.555-1.438%202.688h8.268c-.185-1.133-.623-2.03-1.313-2.689-.68-.659-1.582-.988-2.705-.988z%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%2078%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2022.63V19.09h4.064c.7%200%201.268-.216%201.7-.649.433-.432.65-.999.65-1.699V1H12.2v16.176c0%201.07-.237%202.023-.711%202.858a4.792%204.792%200%2001-1.978%201.915c-.856.454-1.834.68-2.937.68H2zM27.1%206.808h3.677v15.82h-3.585v-2.472c-.495.927-1.17%201.633-2.025%202.117S23.344%2023%2022.262%2023c-1.133%200-2.133-.247-2.998-.742-.866-.494-1.54-1.21-2.025-2.147-.484-.937-.726-2.055-.726-3.353V6.81h3.662v9.378c0%201.143.29%202.029.866%202.657.587.618%201.406.927%202.457.927.7%200%201.324-.16%201.87-.479a3.358%203.358%200%20001.268-1.36c.309-.576.463-1.235.463-1.977V6.81zm16.48-.37c1.134%200%202.133.246%202.999.74.875.495%201.555%201.211%202.039%202.148.485.938.727%202.055.727%203.353v9.95h-3.678V13.25c0-1.143-.294-2.024-.881-2.641-.577-.629-1.391-.943-2.442-.943-.7%200-1.324.165-1.87.495a3.36%203.36%200%2000-1.283%201.344c-.299.576-.448%201.236-.448%201.977v9.146H35.08V6.81h3.57v2.472c.495-.927%201.17-1.633%202.025-2.117s1.824-.726%202.906-.726zm13.375%2016.19h-3.678V6.81h3.678v15.82zM53.107%204.492V1h3.987v3.492h-3.987zM76%2015.708H63.93c.104.824.356%201.55.758%202.178a4.3%204.3%200%20001.545%201.468c.629.34%201.33.51%202.102.51.907%200%201.674-.134%202.303-.402.628-.268%201.112-.654%201.452-1.159h3.632c-.165.773-.572%201.52-1.221%202.24-.65.722-1.514%201.314-2.596%201.777-1.082.453-2.318.68-3.71.68-1.544%200-2.935-.355-4.172-1.066a7.541%207.541%200%2001-2.874-2.95c-.69-1.268-1.035-2.694-1.035-4.28%200-1.566.35-2.977%201.05-4.234a7.65%207.65%200%20012.89-2.95c1.236-.721%202.617-1.082%204.142-1.082%201.566%200%202.936.356%204.11%201.066a7.14%207.14%200%20012.736%202.951c.639%201.246.958%202.662.958%204.249v1.004zm-7.789-6.226c-1.112%200-2.05.33-2.812.989-.752.659-1.231%201.555-1.438%202.688h8.268c-.185-1.133-.623-2.03-1.313-2.689-.68-.659-1.582-.988-2.705-.988z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/junie-text.svg?color=%231a73e8&size=48