hunyuan logo
hunyuan from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- hunyuan
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the hunyuan logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm1.652 1.123l-.01-.001c.533.097 1.023.233 1.41.404 6.084 2.683 7.396 9.214 1.601 14.338a3.781 3.781 0 01-5.337-.328 3.654 3.654 0 01-.884-3.044c-1.934.6-3.295 2.305-3.524 4.45-.204 1.912.324 4.044 2.056 5.634l.245.067C10.1 22.876 11.036 23 12 23c6.075 0 11-4.925 11-11 0-5.513-4.056-10.08-9.348-10.877zM2.748 6.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957 10.957 0 001 12c0 4.919 3.228 9.083 7.682 10.49l.214.065C3.523 18.528 2.84 14.149 6.47 8.68A2.234 2.234 0 102.748 6.21zm10.157-5.172c4.408 1.33 3.61 5.41 2.447 6.924-.86 1.117-2.922 1.46-3.708 2.238-.666.657-1.077 1.462-1.212 2.291A5.303 5.303 0 0112 12.258a5.672 5.672 0 001.404-11.169 10.51 10.51 0 00-.5-.052z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubHunyuan(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm1.652 1.123l-.01-.001c.533.097 1.023.233 1.41.404 6.084 2.683 7.396 9.214 1.601 14.338a3.781 3.781 0 01-5.337-.328 3.654 3.654 0 01-.884-3.044c-1.934.6-3.295 2.305-3.524 4.45-.204 1.912.324 4.044 2.056 5.634l.245.067C10.1 22.876 11.036 23 12 23c6.075 0 11-4.925 11-11 0-5.513-4.056-10.08-9.348-10.877zM2.748 6.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957 10.957 0 001 12c0 4.919 3.228 9.083 7.682 10.49l.214.065C3.523 18.528 2.84 14.149 6.47 8.68A2.234 2.234 0 102.748 6.21zm10.157-5.172c4.408 1.33 3.61 5.41 2.447 6.924-.86 1.117-2.922 1.46-3.708 2.238-.666.657-1.077 1.462-1.212 2.291A5.303 5.303 0 0112 12.258a5.672 5.672 0 001.404-11.169 10.51 10.51 0 00-.5-.052z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm1.652 1.123l-.01-.001c.533.097 1.023.233 1.41.404 6.084 2.683 7.396 9.214 1.601 14.338a3.781 3.781 0 01-5.337-.328 3.654 3.654 0 01-.884-3.044c-1.934.6-3.295 2.305-3.524 4.45-.204 1.912.324 4.044 2.056 5.634l.245.067C10.1 22.876 11.036 23 12 23c6.075 0 11-4.925 11-11 0-5.513-4.056-10.08-9.348-10.877zM2.748 6.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957 10.957 0 001 12c0 4.919 3.228 9.083 7.682 10.49l.214.065C3.523 18.528 2.84 14.149 6.47 8.68A2.234 2.234 0 102.748 6.21zm10.157-5.172c4.408 1.33 3.61 5.41 2.447 6.924-.86 1.117-2.922 1.46-3.708 2.238-.666.657-1.077 1.462-1.212 2.291A5.303 5.303 0 0112 12.258a5.672 5.672 0 001.404-11.169 10.51 10.51 0 00-.5-.052z"/></svg> </template>
CSS
.icon-hunyuan {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012%205.373%200%2012%200zm1.652%201.123l-.01-.001c.533.097%201.023.233%201.41.404%206.084%202.683%207.396%209.214%201.601%2014.338a3.781%203.781%200%2001-5.337-.328%203.654%203.654%200%2001-.884-3.044c-1.934.6-3.295%202.305-3.524%204.45-.204%201.912.324%204.044%202.056%205.634l.245.067C10.1%2022.876%2011.036%2023%2012%2023c6.075%200%2011-4.925%2011-11%200-5.513-4.056-10.08-9.348-10.877zM2.748%206.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957%2010.957%200%20001%2012c0%204.919%203.228%209.083%207.682%2010.49l.214.065C3.523%2018.528%202.84%2014.149%206.47%208.68A2.234%202.234%200%20102.748%206.21zm10.157-5.172c4.408%201.33%203.61%205.41%202.447%206.924-.86%201.117-2.922%201.46-3.708%202.238-.666.657-1.077%201.462-1.212%202.291A5.303%205.303%200%200112%2012.258a5.672%205.672%200%20001.404-11.169%2010.51%2010.51%200%2000-.5-.052z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%200c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S0%2018.627%200%2012%205.373%200%2012%200zm1.652%201.123l-.01-.001c.533.097%201.023.233%201.41.404%206.084%202.683%207.396%209.214%201.601%2014.338a3.781%203.781%200%2001-5.337-.328%203.654%203.654%200%2001-.884-3.044c-1.934.6-3.295%202.305-3.524%204.45-.204%201.912.324%204.044%202.056%205.634l.245.067C10.1%2022.876%2011.036%2023%2012%2023c6.075%200%2011-4.925%2011-11%200-5.513-4.056-10.08-9.348-10.877zM2.748%206.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957%2010.957%200%20001%2012c0%204.919%203.228%209.083%207.682%2010.49l.214.065C3.523%2018.528%202.84%2014.149%206.47%208.68A2.234%202.234%200%20102.748%206.21zm10.157-5.172c4.408%201.33%203.61%205.41%202.447%206.924-.86%201.117-2.922%201.46-3.708%202.238-.666.657-1.077%201.462-1.212%202.291A5.303%205.303%200%200112%2012.258a5.672%205.672%200%20001.404-11.169%2010.51%2010.51%200%2000-.5-.052z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/hunyuan.svg?color=%231a73e8&size=48