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

Name
aleph
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 aleph logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#0055fe" fill-rule="evenodd" d="M19.095 17.527A8.992 8.992 0 0 0 5.888 5.404l.758.758A.75.75 0 1 1 5.59 7.225l-.714-.714a8.993 8.993 0 0 0 5.244 14.292a.8.8 0 0 1 .224-.399l2.378-2.383a.844.844 0 1 1 1.191 1.192L12.126 21a8.96 8.96 0 0 0 5.952-2.372l-.618-.618a.75.75 0 0 1-.168-.818a.752.752 0 0 1 1.224-.25zm-9.352-8.61a1.405 1.405 0 1 1-2.81 0a1.405 1.405 0 0 1 2.81 0m.781-2.934a.747.747 0 1 0 1.057 1.056L13.7 4.92a.749.749 0 0 0-.524-1.292a.75.75 0 0 0-.533.236zm-.062 4.552a.747.747 0 0 1 1.057 0l2.124 2.124a.75.75 0 0 1-1.062 1.057l-2.119-2.119a.75.75 0 0 1 0-1.056zm6.587 5.126a1.405 1.405 0 1 1-2.81 0a1.405 1.405 0 0 1 2.81 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedAleph(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#0055fe" fillRule="evenodd" d="M19.095 17.527A8.992 8.992 0 0 0 5.888 5.404l.758.758A.75.75 0 1 1 5.59 7.225l-.714-.714a8.993 8.993 0 0 0 5.244 14.292a.8.8 0 0 1 .224-.399l2.378-2.383a.844.844 0 1 1 1.191 1.192L12.126 21a8.96 8.96 0 0 0 5.952-2.372l-.618-.618a.75.75 0 0 1-.168-.818a.752.752 0 0 1 1.224-.25zm-9.352-8.61a1.405 1.405 0 1 1-2.81 0a1.405 1.405 0 0 1 2.81 0m.781-2.934a.747.747 0 1 0 1.057 1.056L13.7 4.92a.749.749 0 0 0-.524-1.292a.75.75 0 0 0-.533.236zm-.062 4.552a.747.747 0 0 1 1.057 0l2.124 2.124a.75.75 0 0 1-1.062 1.057l-2.119-2.119a.75.75 0 0 1 0-1.056zm6.587 5.126a1.405 1.405 0 1 1-2.81 0a1.405 1.405 0 0 1 2.81 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#0055fe" fill-rule="evenodd" d="M19.095 17.527A8.992 8.992 0 0 0 5.888 5.404l.758.758A.75.75 0 1 1 5.59 7.225l-.714-.714a8.993 8.993 0 0 0 5.244 14.292a.8.8 0 0 1 .224-.399l2.378-2.383a.844.844 0 1 1 1.191 1.192L12.126 21a8.96 8.96 0 0 0 5.952-2.372l-.618-.618a.75.75 0 0 1-.168-.818a.752.752 0 0 1 1.224-.25zm-9.352-8.61a1.405 1.405 0 1 1-2.81 0a1.405 1.405 0 0 1 2.81 0m.781-2.934a.747.747 0 1 0 1.057 1.056L13.7 4.92a.749.749 0 0 0-.524-1.292a.75.75 0 0 0-.533.236zm-.062 4.552a.747.747 0 0 1 1.057 0l2.124 2.124a.75.75 0 0 1-1.062 1.057l-2.119-2.119a.75.75 0 0 1 0-1.056zm6.587 5.126a1.405 1.405 0 1 1-2.81 0a1.405 1.405 0 0 1 2.81 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-aleph {
  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%230055fe%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.095%2017.527A8.992%208.992%200%200%200%205.888%205.404l.758.758A.75.75%200%201%201%205.59%207.225l-.714-.714a8.993%208.993%200%200%200%205.244%2014.292a.8.8%200%200%201%20.224-.399l2.378-2.383a.844.844%200%201%201%201.191%201.192L12.126%2021a8.96%208.96%200%200%200%205.952-2.372l-.618-.618a.75.75%200%200%201-.168-.818a.752.752%200%200%201%201.224-.25zm-9.352-8.61a1.405%201.405%200%201%201-2.81%200a1.405%201.405%200%200%201%202.81%200m.781-2.934a.747.747%200%201%200%201.057%201.056L13.7%204.92a.749.749%200%200%200-.524-1.292a.75.75%200%200%200-.533.236zm-.062%204.552a.747.747%200%200%201%201.057%200l2.124%202.124a.75.75%200%200%201-1.062%201.057l-2.119-2.119a.75.75%200%200%201%200-1.056zm6.587%205.126a1.405%201.405%200%201%201-2.81%200a1.405%201.405%200%200%201%202.81%200%22%20clip-rule%3D%22evenodd%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%230055fe%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.095%2017.527A8.992%208.992%200%200%200%205.888%205.404l.758.758A.75.75%200%201%201%205.59%207.225l-.714-.714a8.993%208.993%200%200%200%205.244%2014.292a.8.8%200%200%201%20.224-.399l2.378-2.383a.844.844%200%201%201%201.191%201.192L12.126%2021a8.96%208.96%200%200%200%205.952-2.372l-.618-.618a.75.75%200%200%201-.168-.818a.752.752%200%200%201%201.224-.25zm-9.352-8.61a1.405%201.405%200%201%201-2.81%200a1.405%201.405%200%200%201%202.81%200m.781-2.934a.747.747%200%201%200%201.057%201.056L13.7%204.92a.749.749%200%200%200-.524-1.292a.75.75%200%200%200-.533.236zm-.062%204.552a.747.747%200%200%201%201.057%200l2.124%202.124a.75.75%200%200%201-1.062%201.057l-2.119-2.119a.75.75%200%200%201%200-1.056zm6.587%205.126a1.405%201.405%200%201%201-2.81%200a1.405%201.405%200%200%201%202.81%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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