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

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

The same logo in other sets

Use the agla 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="M7.461 12.673c-1.686.244-3.588 1.93-4.461 3.013a10.825 10.825 0 0 0 17.98.622l.02-.25c-1.354-2.166-3.27-3.161-4.062-3.385c1.13-2.931 2.647-9.477-.4-9.477c-3.045 0-3.885 4.515-4 7.108h-.677c-.115-2.593-1.076-7.108-4.061-7.108c-3.108 0-1.47 6.546-.339 9.477m5.016 5.077a.339.339 0 0 0-.677 0c0 .291-.068.555-.203.745a.54.54 0 0 1-.474.27c-.589 0-.677-.27-.677-.338a.338.338 0 1 0-.677 0c0 .61.59 1.016 1.354 1.016c.474 0 .82-.244 1.043-.576c.203.298.528.576.988.576c.765 0 1.354-.407 1.354-1.016a.339.339 0 0 0-.677 0c0 .068-.088.339-.677.339c-.169 0-.332-.109-.474-.339a1.54 1.54 0 0 1-.203-.677" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenAgla(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="M7.461 12.673c-1.686.244-3.588 1.93-4.461 3.013a10.825 10.825 0 0 0 17.98.622l.02-.25c-1.354-2.166-3.27-3.161-4.062-3.385c1.13-2.931 2.647-9.477-.4-9.477c-3.045 0-3.885 4.515-4 7.108h-.677c-.115-2.593-1.076-7.108-4.061-7.108c-3.108 0-1.47 6.546-.339 9.477m5.016 5.077a.339.339 0 0 0-.677 0c0 .291-.068.555-.203.745a.54.54 0 0 1-.474.27c-.589 0-.677-.27-.677-.338a.338.338 0 1 0-.677 0c0 .61.59 1.016 1.354 1.016c.474 0 .82-.244 1.043-.576c.203.298.528.576.988.576c.765 0 1.354-.407 1.354-1.016a.339.339 0 0 0-.677 0c0 .068-.088.339-.677.339c-.169 0-.332-.109-.474-.339a1.54 1.54 0 0 1-.203-.677" clipRule="evenodd"/></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="M7.461 12.673c-1.686.244-3.588 1.93-4.461 3.013a10.825 10.825 0 0 0 17.98.622l.02-.25c-1.354-2.166-3.27-3.161-4.062-3.385c1.13-2.931 2.647-9.477-.4-9.477c-3.045 0-3.885 4.515-4 7.108h-.677c-.115-2.593-1.076-7.108-4.061-7.108c-3.108 0-1.47 6.546-.339 9.477m5.016 5.077a.339.339 0 0 0-.677 0c0 .291-.068.555-.203.745a.54.54 0 0 1-.474.27c-.589 0-.677-.27-.677-.338a.338.338 0 1 0-.677 0c0 .61.59 1.016 1.354 1.016c.474 0 .82-.244 1.043-.576c.203.298.528.576.988.576c.765 0 1.354-.407 1.354-1.016a.339.339 0 0 0-.677 0c0 .068-.088.339-.677.339c-.169 0-.332-.109-.474-.339a1.54 1.54 0 0 1-.203-.677" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-agla {
  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%22M7.461%2012.673c-1.686.244-3.588%201.93-4.461%203.013a10.825%2010.825%200%200%200%2017.98.622l.02-.25c-1.354-2.166-3.27-3.161-4.062-3.385c1.13-2.931%202.647-9.477-.4-9.477c-3.045%200-3.885%204.515-4%207.108h-.677c-.115-2.593-1.076-7.108-4.061-7.108c-3.108%200-1.47%206.546-.339%209.477m5.016%205.077a.339.339%200%200%200-.677%200c0%20.291-.068.555-.203.745a.54.54%200%200%201-.474.27c-.589%200-.677-.27-.677-.338a.338.338%200%201%200-.677%200c0%20.61.59%201.016%201.354%201.016c.474%200%20.82-.244%201.043-.576c.203.298.528.576.988.576c.765%200%201.354-.407%201.354-1.016a.339.339%200%200%200-.677%200c0%20.068-.088.339-.677.339c-.169%200-.332-.109-.474-.339a1.54%201.54%200%200%201-.203-.677%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.461%2012.673c-1.686.244-3.588%201.93-4.461%203.013a10.825%2010.825%200%200%200%2017.98.622l.02-.25c-1.354-2.166-3.27-3.161-4.062-3.385c1.13-2.931%202.647-9.477-.4-9.477c-3.045%200-3.885%204.515-4%207.108h-.677c-.115-2.593-1.076-7.108-4.061-7.108c-3.108%200-1.47%206.546-.339%209.477m5.016%205.077a.339.339%200%200%200-.677%200c0%20.291-.068.555-.203.745a.54.54%200%200%201-.474.27c-.589%200-.677-.27-.677-.338a.338.338%200%201%200-.677%200c0%20.61.59%201.016%201.354%201.016c.474%200%20.82-.244%201.043-.576c.203.298.528.576.988.576c.765%200%201.354-.407%201.354-1.016a.339.339%200%200%200-.677%200c0%20.068-.088.339-.677.339c-.169%200-.332-.109-.474-.339a1.54%201.54%200%200%201-.203-.677%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/agla.svg?color=%231a73e8&size=48