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

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

1 other variant in LobeHub AI Icons

Use the elevenx 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="M15.308 8.491c1.84-1.8 3.664-3.58 5.482-5.365.166-.163.276-.244.493-.043 1.114 1.036 1.925 2.244 2.2 3.741.376 2.043-.1 3.878-1.493 5.463-.884 1.007-1.988 1.672-3.295 2.02-.044.011-.084.04-.13.063.028.153.164.169.265.21 1.633.67 3.267 1.336 4.903 1.998.218.088.335.177.225.441-.468 1.12-1.075 2.143-2.036 2.933-1.055.868-2.26 1.388-3.638 1.516-1.942.18-3.64-.39-5.084-1.652-1.165-1.02-1.852-2.31-2.084-3.828a6.02 6.02 0 01.129-2.54c.023-.086.05-.185-.105-.311l-8.145 7.967c-1.988-1.543-3.01-3.99-2.454-6.469.578-2.585 2.274-4.17 4.807-4.966-.041-.224-.22-.252-.367-.312-1.587-.654-3.173-1.31-4.764-1.955-.19-.078-.267-.149-.183-.361.626-1.592 1.594-2.906 3.163-3.724 1.864-.972 3.786-1.09 5.739-.282 2.104.87 3.373 2.44 3.89 4.598.224.935.192 1.881-.031 2.818-.033.136-.094.266-.003.494l2.516-2.454z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubElevenx(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="M15.308 8.491c1.84-1.8 3.664-3.58 5.482-5.365.166-.163.276-.244.493-.043 1.114 1.036 1.925 2.244 2.2 3.741.376 2.043-.1 3.878-1.493 5.463-.884 1.007-1.988 1.672-3.295 2.02-.044.011-.084.04-.13.063.028.153.164.169.265.21 1.633.67 3.267 1.336 4.903 1.998.218.088.335.177.225.441-.468 1.12-1.075 2.143-2.036 2.933-1.055.868-2.26 1.388-3.638 1.516-1.942.18-3.64-.39-5.084-1.652-1.165-1.02-1.852-2.31-2.084-3.828a6.02 6.02 0 01.129-2.54c.023-.086.05-.185-.105-.311l-8.145 7.967c-1.988-1.543-3.01-3.99-2.454-6.469.578-2.585 2.274-4.17 4.807-4.966-.041-.224-.22-.252-.367-.312-1.587-.654-3.173-1.31-4.764-1.955-.19-.078-.267-.149-.183-.361.626-1.592 1.594-2.906 3.163-3.724 1.864-.972 3.786-1.09 5.739-.282 2.104.87 3.373 2.44 3.89 4.598.224.935.192 1.881-.031 2.818-.033.136-.094.266-.003.494l2.516-2.454z"/></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="M15.308 8.491c1.84-1.8 3.664-3.58 5.482-5.365.166-.163.276-.244.493-.043 1.114 1.036 1.925 2.244 2.2 3.741.376 2.043-.1 3.878-1.493 5.463-.884 1.007-1.988 1.672-3.295 2.02-.044.011-.084.04-.13.063.028.153.164.169.265.21 1.633.67 3.267 1.336 4.903 1.998.218.088.335.177.225.441-.468 1.12-1.075 2.143-2.036 2.933-1.055.868-2.26 1.388-3.638 1.516-1.942.18-3.64-.39-5.084-1.652-1.165-1.02-1.852-2.31-2.084-3.828a6.02 6.02 0 01.129-2.54c.023-.086.05-.185-.105-.311l-8.145 7.967c-1.988-1.543-3.01-3.99-2.454-6.469.578-2.585 2.274-4.17 4.807-4.966-.041-.224-.22-.252-.367-.312-1.587-.654-3.173-1.31-4.764-1.955-.19-.078-.267-.149-.183-.361.626-1.592 1.594-2.906 3.163-3.724 1.864-.972 3.786-1.09 5.739-.282 2.104.87 3.373 2.44 3.89 4.598.224.935.192 1.881-.031 2.818-.033.136-.094.266-.003.494l2.516-2.454z"/></svg>
</template>

CSS

.icon-elevenx {
  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%22M15.308%208.491c1.84-1.8%203.664-3.58%205.482-5.365.166-.163.276-.244.493-.043%201.114%201.036%201.925%202.244%202.2%203.741.376%202.043-.1%203.878-1.493%205.463-.884%201.007-1.988%201.672-3.295%202.02-.044.011-.084.04-.13.063.028.153.164.169.265.21%201.633.67%203.267%201.336%204.903%201.998.218.088.335.177.225.441-.468%201.12-1.075%202.143-2.036%202.933-1.055.868-2.26%201.388-3.638%201.516-1.942.18-3.64-.39-5.084-1.652-1.165-1.02-1.852-2.31-2.084-3.828a6.02%206.02%200%2001.129-2.54c.023-.086.05-.185-.105-.311l-8.145%207.967c-1.988-1.543-3.01-3.99-2.454-6.469.578-2.585%202.274-4.17%204.807-4.966-.041-.224-.22-.252-.367-.312-1.587-.654-3.173-1.31-4.764-1.955-.19-.078-.267-.149-.183-.361.626-1.592%201.594-2.906%203.163-3.724%201.864-.972%203.786-1.09%205.739-.282%202.104.87%203.373%202.44%203.89%204.598.224.935.192%201.881-.031%202.818-.033.136-.094.266-.003.494l2.516-2.454z%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%22M15.308%208.491c1.84-1.8%203.664-3.58%205.482-5.365.166-.163.276-.244.493-.043%201.114%201.036%201.925%202.244%202.2%203.741.376%202.043-.1%203.878-1.493%205.463-.884%201.007-1.988%201.672-3.295%202.02-.044.011-.084.04-.13.063.028.153.164.169.265.21%201.633.67%203.267%201.336%204.903%201.998.218.088.335.177.225.441-.468%201.12-1.075%202.143-2.036%202.933-1.055.868-2.26%201.388-3.638%201.516-1.942.18-3.64-.39-5.084-1.652-1.165-1.02-1.852-2.31-2.084-3.828a6.02%206.02%200%2001.129-2.54c.023-.086.05-.185-.105-.311l-8.145%207.967c-1.988-1.543-3.01-3.99-2.454-6.469.578-2.585%202.274-4.17%204.807-4.966-.041-.224-.22-.252-.367-.312-1.587-.654-3.173-1.31-4.764-1.955-.19-.078-.267-.149-.183-.361.626-1.592%201.594-2.906%203.163-3.724%201.864-.972%203.786-1.09%205.739-.282%202.104.87%203.373%202.44%203.89%204.598.224.935.192%201.881-.031%202.818-.033.136-.094.266-.003.494l2.516-2.454z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Elevenx logo — LobeHub AI Icons · IconsDB