langfuse from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.

Name
langfuse
Set
LobeHub AI Icons
Style
Mono
Viewbox
24×24
License
MIT

2 other variants in LobeHub AI Icons

Use the langfuse logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M11.925 14.781l1.823 1.465s1.395-1.036 2.421-1.188c1.076-.16 2.224.44 3.288 1.155 1.607 1.08 2.959 2.451 2.959 2.451L24 17.11s-4.367-4.732-7.83-4.304c-2.272.281-4.245 1.975-4.245 1.975z"/><path d="M1.494 5.757L0 7.401s4.164 3.886 7.442 3.886c1.494 0 3.567-1.171 5.35-2.692 1.016-.867 2.152-1.851 3.288-1.851.763 0 1.77.404 2.72 1.466 0 0 .612-.368.986-.632.328-.232.816-.627.816-.627-1.366-1.458-3.342-2.524-4.522-2.419-1.913 0-3.288 1.191-4.992 2.568-1.703 1.377-2.42 1.945-3.646 1.945-2.062 0-5.948-3.288-5.948-3.288zM1.494 18.278L0 16.635s4.164-3.886 7.442-3.886c1.494 0 3.567 1.17 5.35 2.692 1.016.866 2.152 1.851 3.288 1.851.767 0 1.766-.421 2.72-1.494 0 0 .573.353.926.597.363.252.897.667.897.667-1.367 1.47-3.357 2.547-4.543 2.442-1.913 0-3.049-1.014-4.752-2.391-1.704-1.377-2.66-2.122-3.886-2.122-2.062 0-5.948 3.287-5.948 3.287zM20.981 9.461c-.389.269-1.016.658-1.016.658s.359.777.359 1.823c0 1.046-.329 1.943-.329 1.943s.563.351.927.597c.377.256.956.688.956.688s.687-1.435.687-3.228c0-1.793-.687-3.138-.687-3.138s-.54.41-.897.657z"/><path d="M12.015 9.222l1.733-1.434s1.395 1.003 2.421 1.155c1.076.16 2.224-.44 3.288-1.155 1.607-1.08 2.959-2.451 2.959-2.451L24 6.89s-4.367 4.732-7.83 4.304c-2.272-.28-4.155-1.973-4.155-1.973zM7.83 4.5c2.242 0 4.125 1.913 4.125 1.913s-.524.413-.867.687c-.357.286-.926.747-.926.747S9.176 6.801 7.83 6.801c-.552 0-1.268.332-2.033.987-.59.505-1.203 1.133-1.613 1.912-.356.674-.55 1.468-.568 2.302-.024 1.047.347 2.145.956 3.018.408.586.895 1.027 1.405 1.405.661.491 1.351.837 1.853.837.536 0 1.017-.186 1.375-.358.568-.33 1.016-.718 1.016-.718l1.763 1.465s-.717.717-1.703 1.255c-.638.314-1.456.628-2.451.628-.994 0-2.148-.528-3.228-1.345-.698-.528-1.382-1.154-1.913-1.913-.87-1.244-1.318-2.758-1.315-4.274A7.568 7.568 0 012.75 7.698C4.125 5.905 6.158 4.5 7.83 4.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function LobehubLangfuse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd"><path d="M11.925 14.781l1.823 1.465s1.395-1.036 2.421-1.188c1.076-.16 2.224.44 3.288 1.155 1.607 1.08 2.959 2.451 2.959 2.451L24 17.11s-4.367-4.732-7.83-4.304c-2.272.281-4.245 1.975-4.245 1.975z"/><path d="M1.494 5.757L0 7.401s4.164 3.886 7.442 3.886c1.494 0 3.567-1.171 5.35-2.692 1.016-.867 2.152-1.851 3.288-1.851.763 0 1.77.404 2.72 1.466 0 0 .612-.368.986-.632.328-.232.816-.627.816-.627-1.366-1.458-3.342-2.524-4.522-2.419-1.913 0-3.288 1.191-4.992 2.568-1.703 1.377-2.42 1.945-3.646 1.945-2.062 0-5.948-3.288-5.948-3.288zM1.494 18.278L0 16.635s4.164-3.886 7.442-3.886c1.494 0 3.567 1.17 5.35 2.692 1.016.866 2.152 1.851 3.288 1.851.767 0 1.766-.421 2.72-1.494 0 0 .573.353.926.597.363.252.897.667.897.667-1.367 1.47-3.357 2.547-4.543 2.442-1.913 0-3.049-1.014-4.752-2.391-1.704-1.377-2.66-2.122-3.886-2.122-2.062 0-5.948 3.287-5.948 3.287zM20.981 9.461c-.389.269-1.016.658-1.016.658s.359.777.359 1.823c0 1.046-.329 1.943-.329 1.943s.563.351.927.597c.377.256.956.688.956.688s.687-1.435.687-3.228c0-1.793-.687-3.138-.687-3.138s-.54.41-.897.657z"/><path d="M12.015 9.222l1.733-1.434s1.395 1.003 2.421 1.155c1.076.16 2.224-.44 3.288-1.155 1.607-1.08 2.959-2.451 2.959-2.451L24 6.89s-4.367 4.732-7.83 4.304c-2.272-.28-4.155-1.973-4.155-1.973zM7.83 4.5c2.242 0 4.125 1.913 4.125 1.913s-.524.413-.867.687c-.357.286-.926.747-.926.747S9.176 6.801 7.83 6.801c-.552 0-1.268.332-2.033.987-.59.505-1.203 1.133-1.613 1.912-.356.674-.55 1.468-.568 2.302-.024 1.047.347 2.145.956 3.018.408.586.895 1.027 1.405 1.405.661.491 1.351.837 1.853.837.536 0 1.017-.186 1.375-.358.568-.33 1.016-.718 1.016-.718l1.763 1.465s-.717.717-1.703 1.255c-.638.314-1.456.628-2.451.628-.994 0-2.148-.528-3.228-1.345-.698-.528-1.382-1.154-1.913-1.913-.87-1.244-1.318-2.758-1.315-4.274A7.568 7.568 0 012.75 7.698C4.125 5.905 6.158 4.5 7.83 4.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd"><path d="M11.925 14.781l1.823 1.465s1.395-1.036 2.421-1.188c1.076-.16 2.224.44 3.288 1.155 1.607 1.08 2.959 2.451 2.959 2.451L24 17.11s-4.367-4.732-7.83-4.304c-2.272.281-4.245 1.975-4.245 1.975z"/><path d="M1.494 5.757L0 7.401s4.164 3.886 7.442 3.886c1.494 0 3.567-1.171 5.35-2.692 1.016-.867 2.152-1.851 3.288-1.851.763 0 1.77.404 2.72 1.466 0 0 .612-.368.986-.632.328-.232.816-.627.816-.627-1.366-1.458-3.342-2.524-4.522-2.419-1.913 0-3.288 1.191-4.992 2.568-1.703 1.377-2.42 1.945-3.646 1.945-2.062 0-5.948-3.288-5.948-3.288zM1.494 18.278L0 16.635s4.164-3.886 7.442-3.886c1.494 0 3.567 1.17 5.35 2.692 1.016.866 2.152 1.851 3.288 1.851.767 0 1.766-.421 2.72-1.494 0 0 .573.353.926.597.363.252.897.667.897.667-1.367 1.47-3.357 2.547-4.543 2.442-1.913 0-3.049-1.014-4.752-2.391-1.704-1.377-2.66-2.122-3.886-2.122-2.062 0-5.948 3.287-5.948 3.287zM20.981 9.461c-.389.269-1.016.658-1.016.658s.359.777.359 1.823c0 1.046-.329 1.943-.329 1.943s.563.351.927.597c.377.256.956.688.956.688s.687-1.435.687-3.228c0-1.793-.687-3.138-.687-3.138s-.54.41-.897.657z"/><path d="M12.015 9.222l1.733-1.434s1.395 1.003 2.421 1.155c1.076.16 2.224-.44 3.288-1.155 1.607-1.08 2.959-2.451 2.959-2.451L24 6.89s-4.367 4.732-7.83 4.304c-2.272-.28-4.155-1.973-4.155-1.973zM7.83 4.5c2.242 0 4.125 1.913 4.125 1.913s-.524.413-.867.687c-.357.286-.926.747-.926.747S9.176 6.801 7.83 6.801c-.552 0-1.268.332-2.033.987-.59.505-1.203 1.133-1.613 1.912-.356.674-.55 1.468-.568 2.302-.024 1.047.347 2.145.956 3.018.408.586.895 1.027 1.405 1.405.661.491 1.351.837 1.853.837.536 0 1.017-.186 1.375-.358.568-.33 1.016-.718 1.016-.718l1.763 1.465s-.717.717-1.703 1.255c-.638.314-1.456.628-2.451.628-.994 0-2.148-.528-3.228-1.345-.698-.528-1.382-1.154-1.913-1.913-.87-1.244-1.318-2.758-1.315-4.274A7.568 7.568 0 012.75 7.698C4.125 5.905 6.158 4.5 7.83 4.5z"/></g></svg>
</template>

CSS

.icon-langfuse {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.925%2014.781l1.823%201.465s1.395-1.036%202.421-1.188c1.076-.16%202.224.44%203.288%201.155%201.607%201.08%202.959%202.451%202.959%202.451L24%2017.11s-4.367-4.732-7.83-4.304c-2.272.281-4.245%201.975-4.245%201.975z%22%2F%3E%3Cpath%20d%3D%22M1.494%205.757L0%207.401s4.164%203.886%207.442%203.886c1.494%200%203.567-1.171%205.35-2.692%201.016-.867%202.152-1.851%203.288-1.851.763%200%201.77.404%202.72%201.466%200%200%20.612-.368.986-.632.328-.232.816-.627.816-.627-1.366-1.458-3.342-2.524-4.522-2.419-1.913%200-3.288%201.191-4.992%202.568-1.703%201.377-2.42%201.945-3.646%201.945-2.062%200-5.948-3.288-5.948-3.288zM1.494%2018.278L0%2016.635s4.164-3.886%207.442-3.886c1.494%200%203.567%201.17%205.35%202.692%201.016.866%202.152%201.851%203.288%201.851.767%200%201.766-.421%202.72-1.494%200%200%20.573.353.926.597.363.252.897.667.897.667-1.367%201.47-3.357%202.547-4.543%202.442-1.913%200-3.049-1.014-4.752-2.391-1.704-1.377-2.66-2.122-3.886-2.122-2.062%200-5.948%203.287-5.948%203.287zM20.981%209.461c-.389.269-1.016.658-1.016.658s.359.777.359%201.823c0%201.046-.329%201.943-.329%201.943s.563.351.927.597c.377.256.956.688.956.688s.687-1.435.687-3.228c0-1.793-.687-3.138-.687-3.138s-.54.41-.897.657z%22%2F%3E%3Cpath%20d%3D%22M12.015%209.222l1.733-1.434s1.395%201.003%202.421%201.155c1.076.16%202.224-.44%203.288-1.155%201.607-1.08%202.959-2.451%202.959-2.451L24%206.89s-4.367%204.732-7.83%204.304c-2.272-.28-4.155-1.973-4.155-1.973zM7.83%204.5c2.242%200%204.125%201.913%204.125%201.913s-.524.413-.867.687c-.357.286-.926.747-.926.747S9.176%206.801%207.83%206.801c-.552%200-1.268.332-2.033.987-.59.505-1.203%201.133-1.613%201.912-.356.674-.55%201.468-.568%202.302-.024%201.047.347%202.145.956%203.018.408.586.895%201.027%201.405%201.405.661.491%201.351.837%201.853.837.536%200%201.017-.186%201.375-.358.568-.33%201.016-.718%201.016-.718l1.763%201.465s-.717.717-1.703%201.255c-.638.314-1.456.628-2.451.628-.994%200-2.148-.528-3.228-1.345-.698-.528-1.382-1.154-1.913-1.913-.87-1.244-1.318-2.758-1.315-4.274A7.568%207.568%200%20012.75%207.698C4.125%205.905%206.158%204.5%207.83%204.5z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.925%2014.781l1.823%201.465s1.395-1.036%202.421-1.188c1.076-.16%202.224.44%203.288%201.155%201.607%201.08%202.959%202.451%202.959%202.451L24%2017.11s-4.367-4.732-7.83-4.304c-2.272.281-4.245%201.975-4.245%201.975z%22%2F%3E%3Cpath%20d%3D%22M1.494%205.757L0%207.401s4.164%203.886%207.442%203.886c1.494%200%203.567-1.171%205.35-2.692%201.016-.867%202.152-1.851%203.288-1.851.763%200%201.77.404%202.72%201.466%200%200%20.612-.368.986-.632.328-.232.816-.627.816-.627-1.366-1.458-3.342-2.524-4.522-2.419-1.913%200-3.288%201.191-4.992%202.568-1.703%201.377-2.42%201.945-3.646%201.945-2.062%200-5.948-3.288-5.948-3.288zM1.494%2018.278L0%2016.635s4.164-3.886%207.442-3.886c1.494%200%203.567%201.17%205.35%202.692%201.016.866%202.152%201.851%203.288%201.851.767%200%201.766-.421%202.72-1.494%200%200%20.573.353.926.597.363.252.897.667.897.667-1.367%201.47-3.357%202.547-4.543%202.442-1.913%200-3.049-1.014-4.752-2.391-1.704-1.377-2.66-2.122-3.886-2.122-2.062%200-5.948%203.287-5.948%203.287zM20.981%209.461c-.389.269-1.016.658-1.016.658s.359.777.359%201.823c0%201.046-.329%201.943-.329%201.943s.563.351.927.597c.377.256.956.688.956.688s.687-1.435.687-3.228c0-1.793-.687-3.138-.687-3.138s-.54.41-.897.657z%22%2F%3E%3Cpath%20d%3D%22M12.015%209.222l1.733-1.434s1.395%201.003%202.421%201.155c1.076.16%202.224-.44%203.288-1.155%201.607-1.08%202.959-2.451%202.959-2.451L24%206.89s-4.367%204.732-7.83%204.304c-2.272-.28-4.155-1.973-4.155-1.973zM7.83%204.5c2.242%200%204.125%201.913%204.125%201.913s-.524.413-.867.687c-.357.286-.926.747-.926.747S9.176%206.801%207.83%206.801c-.552%200-1.268.332-2.033.987-.59.505-1.203%201.133-1.613%201.912-.356.674-.55%201.468-.568%202.302-.024%201.047.347%202.145.956%203.018.408.586.895%201.027%201.405%201.405.661.491%201.351.837%201.853.837.536%200%201.017-.186%201.375-.358.568-.33%201.016-.718%201.016-.718l1.763%201.465s-.717.717-1.703%201.255c-.638.314-1.456.628-2.451.628-.994%200-2.148-.528-3.228-1.345-.698-.528-1.382-1.154-1.913-1.913-.87-1.244-1.318-2.758-1.315-4.274A7.568%207.568%200%20012.75%207.698C4.125%205.905%206.158%204.5%207.83%204.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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