codex from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
codex
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the codex logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f8e6b6" d="M11.794 3c0 2.74-.985 4.814-2.298 6.329c1.626-.992 3.303-2.355 4.71-4.124l1.004.75c-1.531 1.925-3.353 3.395-5.11 4.457c2.36-.554 4.699-1.339 6.203-2.383l.738 1c-1.5 1.04-3.636 1.805-5.752 2.357h8.55L20 12.594c-2.181.556-6.527 3.02-6.527 8.406h-1.267c0-2.74.985-4.814 2.298-6.329c-1.626.992-3.303 2.355-4.71 4.124l-1.004-.75c1.531-1.925 3.353-3.395 5.11-4.457c-2.36.554-4.699 1.339-6.203 2.383l-.738-1c1.5-1.04 3.636-1.805 5.752-2.357h-8.55L4 11.406c2.181-.555 6.527-3.02 6.527-8.406z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedCodex(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f8e6b6" d="M11.794 3c0 2.74-.985 4.814-2.298 6.329c1.626-.992 3.303-2.355 4.71-4.124l1.004.75c-1.531 1.925-3.353 3.395-5.11 4.457c2.36-.554 4.699-1.339 6.203-2.383l.738 1c-1.5 1.04-3.636 1.805-5.752 2.357h8.55L20 12.594c-2.181.556-6.527 3.02-6.527 8.406h-1.267c0-2.74.985-4.814 2.298-6.329c-1.626.992-3.303 2.355-4.71 4.124l-1.004-.75c1.531-1.925 3.353-3.395 5.11-4.457c-2.36.554-4.699 1.339-6.203 2.383l-.738-1c1.5-1.04 3.636-1.805 5.752-2.357h-8.55L4 11.406c2.181-.555 6.527-3.02 6.527-8.406z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f8e6b6" d="M11.794 3c0 2.74-.985 4.814-2.298 6.329c1.626-.992 3.303-2.355 4.71-4.124l1.004.75c-1.531 1.925-3.353 3.395-5.11 4.457c2.36-.554 4.699-1.339 6.203-2.383l.738 1c-1.5 1.04-3.636 1.805-5.752 2.357h8.55L20 12.594c-2.181.556-6.527 3.02-6.527 8.406h-1.267c0-2.74.985-4.814 2.298-6.329c-1.626.992-3.303 2.355-4.71 4.124l-1.004-.75c1.531-1.925 3.353-3.395 5.11-4.457c-2.36.554-4.699 1.339-6.203 2.383l-.738-1c1.5-1.04 3.636-1.805 5.752-2.357h-8.55L4 11.406c2.181-.555 6.527-3.02 6.527-8.406z"/></svg>
</template>

CSS

.icon-codex {
  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%22%23f8e6b6%22%20d%3D%22M11.794%203c0%202.74-.985%204.814-2.298%206.329c1.626-.992%203.303-2.355%204.71-4.124l1.004.75c-1.531%201.925-3.353%203.395-5.11%204.457c2.36-.554%204.699-1.339%206.203-2.383l.738%201c-1.5%201.04-3.636%201.805-5.752%202.357h8.55L20%2012.594c-2.181.556-6.527%203.02-6.527%208.406h-1.267c0-2.74.985-4.814%202.298-6.329c-1.626.992-3.303%202.355-4.71%204.124l-1.004-.75c1.531-1.925%203.353-3.395%205.11-4.457c-2.36.554-4.699%201.339-6.203%202.383l-.738-1c1.5-1.04%203.636-1.805%205.752-2.357h-8.55L4%2011.406c2.181-.555%206.527-3.02%206.527-8.406z%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%22%23f8e6b6%22%20d%3D%22M11.794%203c0%202.74-.985%204.814-2.298%206.329c1.626-.992%203.303-2.355%204.71-4.124l1.004.75c-1.531%201.925-3.353%203.395-5.11%204.457c2.36-.554%204.699-1.339%206.203-2.383l.738%201c-1.5%201.04-3.636%201.805-5.752%202.357h8.55L20%2012.594c-2.181.556-6.527%203.02-6.527%208.406h-1.267c0-2.74.985-4.814%202.298-6.329c-1.626.992-3.303%202.355-4.71%204.124l-1.004-.75c1.531-1.925%203.353-3.395%205.11-4.457c-2.36.554-4.699%201.339-6.203%202.383l-.738-1c1.5-1.04%203.636-1.805%205.752-2.357h-8.55L4%2011.406c2.181-.555%206.527-3.02%206.527-8.406z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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