ae from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ae
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ae logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.318 7.5h.819c1.29.117 2.481.738 3.363 1.629c1.818 1.836 2.818 4.428 5.145 5.787c1.682.99 4.037.18 4.855-1.485h1.273a4.76 4.76 0 0 1-1.608 2.128a4.83 4.83 0 0 1-2.51.941h-.682a5.5 5.5 0 0 1-3.091-1.233c-1.245-1.008-2.046-2.394-3.018-3.627c-.828-1.089-1.682-2.322-3.055-2.817a3.62 3.62 0 0 0-2.586.141a3.56 3.56 0 0 0-1.814 1.83a3.26 3.26 0 0 0-.1 2.114a3.3 3.3 0 0 0 1.218 1.738c.91.675 2.182.927 3.282.54a5.9 5.9 0 0 0 2.818-2.403l.81 1.143c-1.091 1.296-2.583 2.421-4.365 2.574h-.727a4.73 4.73 0 0 1-2.93-1.291A4.64 4.64 0 0 1 2 12.36v-.702a4.64 4.64 0 0 1 1.398-2.854A4.72 4.72 0 0 1 6.318 7.5m10.618 0h.682a4.8 4.8 0 0 1 2.948 1.304c.799.76 1.306 2.106 1.434 3.196v1h-5.5v-1h4.318c0-.85-.271-1.329-.59-1.827a3.6 3.6 0 0 0-1.87-1.301a3.65 3.65 0 0 0-2.285.068a5.84 5.84 0 0 0-2.719 2.286q-.39-.534-.763-1.08c1.064-1.332 2.545-2.475 4.345-2.637z"/></svg>

React

import type { SVGProps } from "react";

export function TokenAe(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" d="M6.318 7.5h.819c1.29.117 2.481.738 3.363 1.629c1.818 1.836 2.818 4.428 5.145 5.787c1.682.99 4.037.18 4.855-1.485h1.273a4.76 4.76 0 0 1-1.608 2.128a4.83 4.83 0 0 1-2.51.941h-.682a5.5 5.5 0 0 1-3.091-1.233c-1.245-1.008-2.046-2.394-3.018-3.627c-.828-1.089-1.682-2.322-3.055-2.817a3.62 3.62 0 0 0-2.586.141a3.56 3.56 0 0 0-1.814 1.83a3.26 3.26 0 0 0-.1 2.114a3.3 3.3 0 0 0 1.218 1.738c.91.675 2.182.927 3.282.54a5.9 5.9 0 0 0 2.818-2.403l.81 1.143c-1.091 1.296-2.583 2.421-4.365 2.574h-.727a4.73 4.73 0 0 1-2.93-1.291A4.64 4.64 0 0 1 2 12.36v-.702a4.64 4.64 0 0 1 1.398-2.854A4.72 4.72 0 0 1 6.318 7.5m10.618 0h.682a4.8 4.8 0 0 1 2.948 1.304c.799.76 1.306 2.106 1.434 3.196v1h-5.5v-1h4.318c0-.85-.271-1.329-.59-1.827a3.6 3.6 0 0 0-1.87-1.301a3.65 3.65 0 0 0-2.285.068a5.84 5.84 0 0 0-2.719 2.286q-.39-.534-.763-1.08c1.064-1.332 2.545-2.475 4.345-2.637z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.318 7.5h.819c1.29.117 2.481.738 3.363 1.629c1.818 1.836 2.818 4.428 5.145 5.787c1.682.99 4.037.18 4.855-1.485h1.273a4.76 4.76 0 0 1-1.608 2.128a4.83 4.83 0 0 1-2.51.941h-.682a5.5 5.5 0 0 1-3.091-1.233c-1.245-1.008-2.046-2.394-3.018-3.627c-.828-1.089-1.682-2.322-3.055-2.817a3.62 3.62 0 0 0-2.586.141a3.56 3.56 0 0 0-1.814 1.83a3.26 3.26 0 0 0-.1 2.114a3.3 3.3 0 0 0 1.218 1.738c.91.675 2.182.927 3.282.54a5.9 5.9 0 0 0 2.818-2.403l.81 1.143c-1.091 1.296-2.583 2.421-4.365 2.574h-.727a4.73 4.73 0 0 1-2.93-1.291A4.64 4.64 0 0 1 2 12.36v-.702a4.64 4.64 0 0 1 1.398-2.854A4.72 4.72 0 0 1 6.318 7.5m10.618 0h.682a4.8 4.8 0 0 1 2.948 1.304c.799.76 1.306 2.106 1.434 3.196v1h-5.5v-1h4.318c0-.85-.271-1.329-.59-1.827a3.6 3.6 0 0 0-1.87-1.301a3.65 3.65 0 0 0-2.285.068a5.84 5.84 0 0 0-2.719 2.286q-.39-.534-.763-1.08c1.064-1.332 2.545-2.475 4.345-2.637z"/></svg>
</template>

CSS

.icon-ae {
  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%20d%3D%22M6.318%207.5h.819c1.29.117%202.481.738%203.363%201.629c1.818%201.836%202.818%204.428%205.145%205.787c1.682.99%204.037.18%204.855-1.485h1.273a4.76%204.76%200%200%201-1.608%202.128a4.83%204.83%200%200%201-2.51.941h-.682a5.5%205.5%200%200%201-3.091-1.233c-1.245-1.008-2.046-2.394-3.018-3.627c-.828-1.089-1.682-2.322-3.055-2.817a3.62%203.62%200%200%200-2.586.141a3.56%203.56%200%200%200-1.814%201.83a3.26%203.26%200%200%200-.1%202.114a3.3%203.3%200%200%200%201.218%201.738c.91.675%202.182.927%203.282.54a5.9%205.9%200%200%200%202.818-2.403l.81%201.143c-1.091%201.296-2.583%202.421-4.365%202.574h-.727a4.73%204.73%200%200%201-2.93-1.291A4.64%204.64%200%200%201%202%2012.36v-.702a4.64%204.64%200%200%201%201.398-2.854A4.72%204.72%200%200%201%206.318%207.5m10.618%200h.682a4.8%204.8%200%200%201%202.948%201.304c.799.76%201.306%202.106%201.434%203.196v1h-5.5v-1h4.318c0-.85-.271-1.329-.59-1.827a3.6%203.6%200%200%200-1.87-1.301a3.65%203.65%200%200%200-2.285.068a5.84%205.84%200%200%200-2.719%202.286q-.39-.534-.763-1.08c1.064-1.332%202.545-2.475%204.345-2.637z%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%20d%3D%22M6.318%207.5h.819c1.29.117%202.481.738%203.363%201.629c1.818%201.836%202.818%204.428%205.145%205.787c1.682.99%204.037.18%204.855-1.485h1.273a4.76%204.76%200%200%201-1.608%202.128a4.83%204.83%200%200%201-2.51.941h-.682a5.5%205.5%200%200%201-3.091-1.233c-1.245-1.008-2.046-2.394-3.018-3.627c-.828-1.089-1.682-2.322-3.055-2.817a3.62%203.62%200%200%200-2.586.141a3.56%203.56%200%200%200-1.814%201.83a3.26%203.26%200%200%200-.1%202.114a3.3%203.3%200%200%200%201.218%201.738c.91.675%202.182.927%203.282.54a5.9%205.9%200%200%200%202.818-2.403l.81%201.143c-1.091%201.296-2.583%202.421-4.365%202.574h-.727a4.73%204.73%200%200%201-2.93-1.291A4.64%204.64%200%200%201%202%2012.36v-.702a4.64%204.64%200%200%201%201.398-2.854A4.72%204.72%200%200%201%206.318%207.5m10.618%200h.682a4.8%204.8%200%200%201%202.948%201.304c.799.76%201.306%202.106%201.434%203.196v1h-5.5v-1h4.318c0-.85-.271-1.329-.59-1.827a3.6%203.6%200%200%200-1.87-1.301a3.65%203.65%200%200%200-2.285.068a5.84%205.84%200%200%200-2.719%202.286q-.39-.534-.763-1.08c1.064-1.332%202.545-2.475%204.345-2.637z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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