poe logo
poe-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.
- Name
- poe-text
- Set
- LobeHub AI Icons
- Style
- Wordmark
- Viewbox
- 49×24
- License
- MIT
2 other variants in LobeHub AI Icons
The same logo in other sets
Use the poe logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 24"><path fill="currentColor" fill-rule="evenodd" d="M2 0h6.557c3.06 0 5.768 2.102 6.383 5.001.102.49.158.974.163 1.439.046 3.352-2.793 6.465-6.552 6.465-.825.012-3.303.005-3.303.005l.02 6.798H2V0zm3.25 9.802h3.218c2.271 0 3.392-1.906 3.392-3.423 0-1.83-1.535-3.304-3.303-3.304H5.25v6.73-.003zm18.145-4.254c4.097-.013 7.284 3.138 7.294 7.212.005 4.081-3.146 7.227-7.258 7.24-4.135.01-7.312-3.126-7.314-7.225-.003-4.071 3.164-7.217 7.278-7.227zm.013 2.879c-2.353-.003-4.153 1.86-4.168 4.31-.015 2.498 1.779 4.386 4.176 4.386 2.325.003 4.127-1.896 4.124-4.35 0-2.455-1.794-4.341-4.132-4.346zm20.516 6.366c-.315.927-1.464 2.389-3.924 2.389-2.33 0-4.092-1.982-4.018-3.896 0 0 10.684-.01 10.697 0 .673-4.823-2.313-7.736-6.59-7.736-5.113 0-7.253 4.076-7.253 7.078 0 5.306 4.117 7.37 7.151 7.37 3.32 0 5.878-1.579 7.07-4.583l-3.133-.622zM40.04 8.399c2.427 0 3.603 1.482 3.542 2.673H36.27c0-.942 1.482-2.673 3.772-2.673z"/></svg>
React
import type { SVGProps } from "react";
export function LobehubPoeText(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 24"><path fill="currentColor" fillRule="evenodd" d="M2 0h6.557c3.06 0 5.768 2.102 6.383 5.001.102.49.158.974.163 1.439.046 3.352-2.793 6.465-6.552 6.465-.825.012-3.303.005-3.303.005l.02 6.798H2V0zm3.25 9.802h3.218c2.271 0 3.392-1.906 3.392-3.423 0-1.83-1.535-3.304-3.303-3.304H5.25v6.73-.003zm18.145-4.254c4.097-.013 7.284 3.138 7.294 7.212.005 4.081-3.146 7.227-7.258 7.24-4.135.01-7.312-3.126-7.314-7.225-.003-4.071 3.164-7.217 7.278-7.227zm.013 2.879c-2.353-.003-4.153 1.86-4.168 4.31-.015 2.498 1.779 4.386 4.176 4.386 2.325.003 4.127-1.896 4.124-4.35 0-2.455-1.794-4.341-4.132-4.346zm20.516 6.366c-.315.927-1.464 2.389-3.924 2.389-2.33 0-4.092-1.982-4.018-3.896 0 0 10.684-.01 10.697 0 .673-4.823-2.313-7.736-6.59-7.736-5.113 0-7.253 4.076-7.253 7.078 0 5.306 4.117 7.37 7.151 7.37 3.32 0 5.878-1.579 7.07-4.583l-3.133-.622zM40.04 8.399c2.427 0 3.603 1.482 3.542 2.673H36.27c0-.942 1.482-2.673 3.772-2.673z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 49 24"><path fill="currentColor" fill-rule="evenodd" d="M2 0h6.557c3.06 0 5.768 2.102 6.383 5.001.102.49.158.974.163 1.439.046 3.352-2.793 6.465-6.552 6.465-.825.012-3.303.005-3.303.005l.02 6.798H2V0zm3.25 9.802h3.218c2.271 0 3.392-1.906 3.392-3.423 0-1.83-1.535-3.304-3.303-3.304H5.25v6.73-.003zm18.145-4.254c4.097-.013 7.284 3.138 7.294 7.212.005 4.081-3.146 7.227-7.258 7.24-4.135.01-7.312-3.126-7.314-7.225-.003-4.071 3.164-7.217 7.278-7.227zm.013 2.879c-2.353-.003-4.153 1.86-4.168 4.31-.015 2.498 1.779 4.386 4.176 4.386 2.325.003 4.127-1.896 4.124-4.35 0-2.455-1.794-4.341-4.132-4.346zm20.516 6.366c-.315.927-1.464 2.389-3.924 2.389-2.33 0-4.092-1.982-4.018-3.896 0 0 10.684-.01 10.697 0 .673-4.823-2.313-7.736-6.59-7.736-5.113 0-7.253 4.076-7.253 7.078 0 5.306 4.117 7.37 7.151 7.37 3.32 0 5.878-1.579 7.07-4.583l-3.133-.622zM40.04 8.399c2.427 0 3.603 1.482 3.542 2.673H36.27c0-.942 1.482-2.673 3.772-2.673z"/></svg> </template>
CSS
.icon-poe-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%2049%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%200h6.557c3.06%200%205.768%202.102%206.383%205.001.102.49.158.974.163%201.439.046%203.352-2.793%206.465-6.552%206.465-.825.012-3.303.005-3.303.005l.02%206.798H2V0zm3.25%209.802h3.218c2.271%200%203.392-1.906%203.392-3.423%200-1.83-1.535-3.304-3.303-3.304H5.25v6.73-.003zm18.145-4.254c4.097-.013%207.284%203.138%207.294%207.212.005%204.081-3.146%207.227-7.258%207.24-4.135.01-7.312-3.126-7.314-7.225-.003-4.071%203.164-7.217%207.278-7.227zm.013%202.879c-2.353-.003-4.153%201.86-4.168%204.31-.015%202.498%201.779%204.386%204.176%204.386%202.325.003%204.127-1.896%204.124-4.35%200-2.455-1.794-4.341-4.132-4.346zm20.516%206.366c-.315.927-1.464%202.389-3.924%202.389-2.33%200-4.092-1.982-4.018-3.896%200%200%2010.684-.01%2010.697%200%20.673-4.823-2.313-7.736-6.59-7.736-5.113%200-7.253%204.076-7.253%207.078%200%205.306%204.117%207.37%207.151%207.37%203.32%200%205.878-1.579%207.07-4.583l-3.133-.622zM40.04%208.399c2.427%200%203.603%201.482%203.542%202.673H36.27c0-.942%201.482-2.673%203.772-2.673z%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%2049%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%200h6.557c3.06%200%205.768%202.102%206.383%205.001.102.49.158.974.163%201.439.046%203.352-2.793%206.465-6.552%206.465-.825.012-3.303.005-3.303.005l.02%206.798H2V0zm3.25%209.802h3.218c2.271%200%203.392-1.906%203.392-3.423%200-1.83-1.535-3.304-3.303-3.304H5.25v6.73-.003zm18.145-4.254c4.097-.013%207.284%203.138%207.294%207.212.005%204.081-3.146%207.227-7.258%207.24-4.135.01-7.312-3.126-7.314-7.225-.003-4.071%203.164-7.217%207.278-7.227zm.013%202.879c-2.353-.003-4.153%201.86-4.168%204.31-.015%202.498%201.779%204.386%204.176%204.386%202.325.003%204.127-1.896%204.124-4.35%200-2.455-1.794-4.341-4.132-4.346zm20.516%206.366c-.315.927-1.464%202.389-3.924%202.389-2.33%200-4.092-1.982-4.018-3.896%200%200%2010.684-.01%2010.697%200%20.673-4.823-2.313-7.736-6.59-7.736-5.113%200-7.253%204.076-7.253%207.078%200%205.306%204.117%207.37%207.151%207.37%203.32%200%205.878-1.579%207.07-4.583l-3.133-.622zM40.04%208.399c2.427%200%203.603%201.482%203.542%202.673H36.27c0-.942%201.482-2.673%203.772-2.673z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/poe-text.svg?color=%231a73e8&size=48