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

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

The same logo in other sets

Use the ait logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.3 6.584a1.58 1.58 0 0 0-.95-.585h3.654c.585 0 .97.55 1.09.82L18 13.949v3.125c-.085.616-.47.93-.905.93c-.35 0-.875-.575-1-.86L11.049 7.51l-.745-.925zm1.915 8.916h-5.5c-.166.08-.52.25-.566.285c-.04.035-.335 1.49-.475 2.215h7.49c.186 0 .3-.205.21-.37z"/><path fill="currentColor" d="M6.784 15.58c-.95 1.83.84 2.41.885 2.42H4.314C2.8 18 2.9 16.78 3.14 16.17c1.585-2.996 4.78-9.051 4.89-9.306c.135-.32.52-.865 1.17-.865c.52 0 .88.285.99.425l.85 1.075c-1.1 2.085-3.5 6.615-4.255 8.08M21 6.575v10.686c0 .41-.325.74-.725.74H17.03c.665 0 .91-.6.97-.9V6.571c0-.316.29-.576.6-.576h1.835A.57.57 0 0 1 21 6.57z"/></svg>

React

import type { SVGProps } from "react";

export function TokenAit(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="M10.3 6.584a1.58 1.58 0 0 0-.95-.585h3.654c.585 0 .97.55 1.09.82L18 13.949v3.125c-.085.616-.47.93-.905.93c-.35 0-.875-.575-1-.86L11.049 7.51l-.745-.925zm1.915 8.916h-5.5c-.166.08-.52.25-.566.285c-.04.035-.335 1.49-.475 2.215h7.49c.186 0 .3-.205.21-.37z"/><path fill="currentColor" d="M6.784 15.58c-.95 1.83.84 2.41.885 2.42H4.314C2.8 18 2.9 16.78 3.14 16.17c1.585-2.996 4.78-9.051 4.89-9.306c.135-.32.52-.865 1.17-.865c.52 0 .88.285.99.425l.85 1.075c-1.1 2.085-3.5 6.615-4.255 8.08M21 6.575v10.686c0 .41-.325.74-.725.74H17.03c.665 0 .91-.6.97-.9V6.571c0-.316.29-.576.6-.576h1.835A.57.57 0 0 1 21 6.57z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.3 6.584a1.58 1.58 0 0 0-.95-.585h3.654c.585 0 .97.55 1.09.82L18 13.949v3.125c-.085.616-.47.93-.905.93c-.35 0-.875-.575-1-.86L11.049 7.51l-.745-.925zm1.915 8.916h-5.5c-.166.08-.52.25-.566.285c-.04.035-.335 1.49-.475 2.215h7.49c.186 0 .3-.205.21-.37z"/><path fill="currentColor" d="M6.784 15.58c-.95 1.83.84 2.41.885 2.42H4.314C2.8 18 2.9 16.78 3.14 16.17c1.585-2.996 4.78-9.051 4.89-9.306c.135-.32.52-.865 1.17-.865c.52 0 .88.285.99.425l.85 1.075c-1.1 2.085-3.5 6.615-4.255 8.08M21 6.575v10.686c0 .41-.325.74-.725.74H17.03c.665 0 .91-.6.97-.9V6.571c0-.316.29-.576.6-.576h1.835A.57.57 0 0 1 21 6.57z"/></svg>
</template>

CSS

.icon-ait {
  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%22M10.3%206.584a1.58%201.58%200%200%200-.95-.585h3.654c.585%200%20.97.55%201.09.82L18%2013.949v3.125c-.085.616-.47.93-.905.93c-.35%200-.875-.575-1-.86L11.049%207.51l-.745-.925zm1.915%208.916h-5.5c-.166.08-.52.25-.566.285c-.04.035-.335%201.49-.475%202.215h7.49c.186%200%20.3-.205.21-.37z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.784%2015.58c-.95%201.83.84%202.41.885%202.42H4.314C2.8%2018%202.9%2016.78%203.14%2016.17c1.585-2.996%204.78-9.051%204.89-9.306c.135-.32.52-.865%201.17-.865c.52%200%20.88.285.99.425l.85%201.075c-1.1%202.085-3.5%206.615-4.255%208.08M21%206.575v10.686c0%20.41-.325.74-.725.74H17.03c.665%200%20.91-.6.97-.9V6.571c0-.316.29-.576.6-.576h1.835A.57.57%200%200%201%2021%206.57z%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%22M10.3%206.584a1.58%201.58%200%200%200-.95-.585h3.654c.585%200%20.97.55%201.09.82L18%2013.949v3.125c-.085.616-.47.93-.905.93c-.35%200-.875-.575-1-.86L11.049%207.51l-.745-.925zm1.915%208.916h-5.5c-.166.08-.52.25-.566.285c-.04.035-.335%201.49-.475%202.215h7.49c.186%200%20.3-.205.21-.37z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.784%2015.58c-.95%201.83.84%202.41.885%202.42H4.314C2.8%2018%202.9%2016.78%203.14%2016.17c1.585-2.996%204.78-9.051%204.89-9.306c.135-.32.52-.865%201.17-.865c.52%200%20.88.285.99.425l.85%201.075c-1.1%202.085-3.5%206.615-4.255%208.08M21%206.575v10.686c0%20.41-.325.74-.725.74H17.03c.665%200%20.91-.6.97-.9V6.571c0-.316.29-.576.6-.576h1.835A.57.57%200%200%201%2021%206.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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