dify logo
dify-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.
- Name
- dify-text
- Set
- LobeHub AI Icons
- Style
- Wordmark
- Viewbox
- 53×24
- License
- MIT
2 other variants in LobeHub AI Icons
The same logo in other sets
Use the dify logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 53 24"><g fill="currentColor" fill-rule="evenodd"><path d="M23.834 5.851c1.403 0 1.924-.86 1.924-1.925S25.24 2 23.834 2c-1.405 0-1.923.861-1.923 1.926 0 1.064.518 1.925 1.923 1.925z"/><path d="M7.837 2.002H2v17.874h5.837c7.209 0 9.269-4.124 9.269-8.938 0-4.814-2.06-8.936-9.27-8.936zm.069 15.125h-2.61V4.752h2.61c4.146 0 5.906 2.037 5.906 6.186s-1.76 6.186-5.906 6.186v.003z"/><path d="M30.563 6.265v1.239h-3.157v2.75h3.157v6.875h-5.22V7.501H18.48v2.75h3.844v6.876H17.79v2.749h20.597v-2.75h-4.805v-6.875h4.805V7.5h-4.805v-2.75h4.805V2.003h-3.571a4.266 4.266 0 00-4.258 4.263h.005z"/><path d="M48.177 7.501L45.43 16.44l-2.746-8.938h-3.262l3.983 11.561c.414 1.203-.288 2.189-1.56 2.189h-1.394V24h2.052c1.79 0 3.4-1.134 4.005-2.819l4.93-13.68h-3.262z"/></g></svg>
React
import type { SVGProps } from "react";
export function LobehubDifyText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 53 24"><g fill="currentColor" fillRule="evenodd"><path d="M23.834 5.851c1.403 0 1.924-.86 1.924-1.925S25.24 2 23.834 2c-1.405 0-1.923.861-1.923 1.926 0 1.064.518 1.925 1.923 1.925z"/><path d="M7.837 2.002H2v17.874h5.837c7.209 0 9.269-4.124 9.269-8.938 0-4.814-2.06-8.936-9.27-8.936zm.069 15.125h-2.61V4.752h2.61c4.146 0 5.906 2.037 5.906 6.186s-1.76 6.186-5.906 6.186v.003z"/><path d="M30.563 6.265v1.239h-3.157v2.75h3.157v6.875h-5.22V7.501H18.48v2.75h3.844v6.876H17.79v2.749h20.597v-2.75h-4.805v-6.875h4.805V7.5h-4.805v-2.75h4.805V2.003h-3.571a4.266 4.266 0 00-4.258 4.263h.005z"/><path d="M48.177 7.501L45.43 16.44l-2.746-8.938h-3.262l3.983 11.561c.414 1.203-.288 2.189-1.56 2.189h-1.394V24h2.052c1.79 0 3.4-1.134 4.005-2.819l4.93-13.68h-3.262z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 53 24"><g fill="currentColor" fill-rule="evenodd"><path d="M23.834 5.851c1.403 0 1.924-.86 1.924-1.925S25.24 2 23.834 2c-1.405 0-1.923.861-1.923 1.926 0 1.064.518 1.925 1.923 1.925z"/><path d="M7.837 2.002H2v17.874h5.837c7.209 0 9.269-4.124 9.269-8.938 0-4.814-2.06-8.936-9.27-8.936zm.069 15.125h-2.61V4.752h2.61c4.146 0 5.906 2.037 5.906 6.186s-1.76 6.186-5.906 6.186v.003z"/><path d="M30.563 6.265v1.239h-3.157v2.75h3.157v6.875h-5.22V7.501H18.48v2.75h3.844v6.876H17.79v2.749h20.597v-2.75h-4.805v-6.875h4.805V7.5h-4.805v-2.75h4.805V2.003h-3.571a4.266 4.266 0 00-4.258 4.263h.005z"/><path d="M48.177 7.501L45.43 16.44l-2.746-8.938h-3.262l3.983 11.561c.414 1.203-.288 2.189-1.56 2.189h-1.394V24h2.052c1.79 0 3.4-1.134 4.005-2.819l4.93-13.68h-3.262z"/></g></svg> </template>
CSS
.icon-dify-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%2053%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M23.834%205.851c1.403%200%201.924-.86%201.924-1.925S25.24%202%2023.834%202c-1.405%200-1.923.861-1.923%201.926%200%201.064.518%201.925%201.923%201.925z%22%2F%3E%3Cpath%20d%3D%22M7.837%202.002H2v17.874h5.837c7.209%200%209.269-4.124%209.269-8.938%200-4.814-2.06-8.936-9.27-8.936zm.069%2015.125h-2.61V4.752h2.61c4.146%200%205.906%202.037%205.906%206.186s-1.76%206.186-5.906%206.186v.003z%22%2F%3E%3Cpath%20d%3D%22M30.563%206.265v1.239h-3.157v2.75h3.157v6.875h-5.22V7.501H18.48v2.75h3.844v6.876H17.79v2.749h20.597v-2.75h-4.805v-6.875h4.805V7.5h-4.805v-2.75h4.805V2.003h-3.571a4.266%204.266%200%2000-4.258%204.263h.005z%22%2F%3E%3Cpath%20d%3D%22M48.177%207.501L45.43%2016.44l-2.746-8.938h-3.262l3.983%2011.561c.414%201.203-.288%202.189-1.56%202.189h-1.394V24h2.052c1.79%200%203.4-1.134%204.005-2.819l4.93-13.68h-3.262z%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%2053%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M23.834%205.851c1.403%200%201.924-.86%201.924-1.925S25.24%202%2023.834%202c-1.405%200-1.923.861-1.923%201.926%200%201.064.518%201.925%201.923%201.925z%22%2F%3E%3Cpath%20d%3D%22M7.837%202.002H2v17.874h5.837c7.209%200%209.269-4.124%209.269-8.938%200-4.814-2.06-8.936-9.27-8.936zm.069%2015.125h-2.61V4.752h2.61c4.146%200%205.906%202.037%205.906%206.186s-1.76%206.186-5.906%206.186v.003z%22%2F%3E%3Cpath%20d%3D%22M30.563%206.265v1.239h-3.157v2.75h3.157v6.875h-5.22V7.501H18.48v2.75h3.844v6.876H17.79v2.749h20.597v-2.75h-4.805v-6.875h4.805V7.5h-4.805v-2.75h4.805V2.003h-3.571a4.266%204.266%200%2000-4.258%204.263h.005z%22%2F%3E%3Cpath%20d%3D%22M48.177%207.501L45.43%2016.44l-2.746-8.938h-3.262l3.983%2011.561c.414%201.203-.288%202.189-1.56%202.189h-1.394V24h2.052c1.79%200%203.4-1.134%204.005-2.819l4.93-13.68h-3.262z%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/dify-text.svg?color=%231a73e8&size=48