aag logo
aag from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- aag
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the aag 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="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M12 5.647c-1.392 0-2.678.423-3.727 1.185l-.243.191l-.53-.318l.477-.285a6.882 6.882 0 0 1 9.53 9.709l-.408-.307A6.33 6.33 0 0 0 18.353 12A6.34 6.34 0 0 0 12 5.647M6.88 8.209a6.3 6.3 0 0 0-1.233 3.79A6.34 6.34 0 0 0 12 18.353a6.32 6.32 0 0 0 3.786-1.228l.307.413a6.881 6.881 0 0 1-9.62-9.635z"/><path fill="currentColor" fill-rule="evenodd" d="M7.235 7.765a.53.53 0 1 0 0-1.059a.53.53 0 0 0 0 1.059m0 .53a1.059 1.059 0 1 0 0-2.119a1.059 1.059 0 0 0 0 2.118m9.53 9a.53.53 0 1 0 0-1.06a.53.53 0 0 0 0 1.06m0 .529a1.059 1.059 0 1 0 0-2.118a1.059 1.059 0 0 0 0 2.118" clip-rule="evenodd"/><path fill="currentColor" d="M7.06 7.437L5.564 5.939l.37-.37L7.437 7.06l-.371.376zm11.002 11.001l-1.498-1.498l.37-.376l1.504 1.498zM13.588 7.342v1.89l2.118-1.139v5.983L13.059 12.8v-2.684l-2.118 1.138v4.87L8.294 14.85V9.904zm-.529 2.17V8.19l-4.235 2.049v4.277l1.588.768v-4.341zm.53.318v2.636l1.588.768V8.983l-1.589.852z"/></svg>
React
import type { SVGProps } from "react";
export function TokenAag(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="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clipRule="evenodd"/><path fill="currentColor" d="M12 5.647c-1.392 0-2.678.423-3.727 1.185l-.243.191l-.53-.318l.477-.285a6.882 6.882 0 0 1 9.53 9.709l-.408-.307A6.33 6.33 0 0 0 18.353 12A6.34 6.34 0 0 0 12 5.647M6.88 8.209a6.3 6.3 0 0 0-1.233 3.79A6.34 6.34 0 0 0 12 18.353a6.32 6.32 0 0 0 3.786-1.228l.307.413a6.881 6.881 0 0 1-9.62-9.635z"/><path fill="currentColor" fillRule="evenodd" d="M7.235 7.765a.53.53 0 1 0 0-1.059a.53.53 0 0 0 0 1.059m0 .53a1.059 1.059 0 1 0 0-2.119a1.059 1.059 0 0 0 0 2.118m9.53 9a.53.53 0 1 0 0-1.06a.53.53 0 0 0 0 1.06m0 .529a1.059 1.059 0 1 0 0-2.118a1.059 1.059 0 0 0 0 2.118" clipRule="evenodd"/><path fill="currentColor" d="M7.06 7.437L5.564 5.939l.37-.37L7.437 7.06l-.371.376zm11.002 11.001l-1.498-1.498l.37-.376l1.504 1.498zM13.588 7.342v1.89l2.118-1.139v5.983L13.059 12.8v-2.684l-2.118 1.138v4.87L8.294 14.85V9.904zm-.529 2.17V8.19l-4.235 2.049v4.277l1.588.768v-4.341zm.53.318v2.636l1.588.768V8.983l-1.589.852z"/></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="M12 20.47a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94m0 .53a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21" clip-rule="evenodd"/><path fill="currentColor" d="M12 5.647c-1.392 0-2.678.423-3.727 1.185l-.243.191l-.53-.318l.477-.285a6.882 6.882 0 0 1 9.53 9.709l-.408-.307A6.33 6.33 0 0 0 18.353 12A6.34 6.34 0 0 0 12 5.647M6.88 8.209a6.3 6.3 0 0 0-1.233 3.79A6.34 6.34 0 0 0 12 18.353a6.32 6.32 0 0 0 3.786-1.228l.307.413a6.881 6.881 0 0 1-9.62-9.635z"/><path fill="currentColor" fill-rule="evenodd" d="M7.235 7.765a.53.53 0 1 0 0-1.059a.53.53 0 0 0 0 1.059m0 .53a1.059 1.059 0 1 0 0-2.119a1.059 1.059 0 0 0 0 2.118m9.53 9a.53.53 0 1 0 0-1.06a.53.53 0 0 0 0 1.06m0 .529a1.059 1.059 0 1 0 0-2.118a1.059 1.059 0 0 0 0 2.118" clip-rule="evenodd"/><path fill="currentColor" d="M7.06 7.437L5.564 5.939l.37-.37L7.437 7.06l-.371.376zm11.002 11.001l-1.498-1.498l.37-.376l1.504 1.498zM13.588 7.342v1.89l2.118-1.139v5.983L13.059 12.8v-2.684l-2.118 1.138v4.87L8.294 14.85V9.904zm-.529 2.17V8.19l-4.235 2.049v4.277l1.588.768v-4.341zm.53.318v2.636l1.588.768V8.983l-1.589.852z"/></svg> </template>
CSS
.icon-aag {
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%22M12%2020.47a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.647c-1.392%200-2.678.423-3.727%201.185l-.243.191l-.53-.318l.477-.285a6.882%206.882%200%200%201%209.53%209.709l-.408-.307A6.33%206.33%200%200%200%2018.353%2012A6.34%206.34%200%200%200%2012%205.647M6.88%208.209a6.3%206.3%200%200%200-1.233%203.79A6.34%206.34%200%200%200%2012%2018.353a6.32%206.32%200%200%200%203.786-1.228l.307.413a6.881%206.881%200%200%201-9.62-9.635z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.235%207.765a.53.53%200%201%200%200-1.059a.53.53%200%200%200%200%201.059m0%20.53a1.059%201.059%200%201%200%200-2.119a1.059%201.059%200%200%200%200%202.118m9.53%209a.53.53%200%201%200%200-1.06a.53.53%200%200%200%200%201.06m0%20.529a1.059%201.059%200%201%200%200-2.118a1.059%201.059%200%200%200%200%202.118%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.06%207.437L5.564%205.939l.37-.37L7.437%207.06l-.371.376zm11.002%2011.001l-1.498-1.498l.37-.376l1.504%201.498zM13.588%207.342v1.89l2.118-1.139v5.983L13.059%2012.8v-2.684l-2.118%201.138v4.87L8.294%2014.85V9.904zm-.529%202.17V8.19l-4.235%202.049v4.277l1.588.768v-4.341zm.53.318v2.636l1.588.768V8.983l-1.589.852z%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%22M12%2020.47a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94m0%20.53a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.647c-1.392%200-2.678.423-3.727%201.185l-.243.191l-.53-.318l.477-.285a6.882%206.882%200%200%201%209.53%209.709l-.408-.307A6.33%206.33%200%200%200%2018.353%2012A6.34%206.34%200%200%200%2012%205.647M6.88%208.209a6.3%206.3%200%200%200-1.233%203.79A6.34%206.34%200%200%200%2012%2018.353a6.32%206.32%200%200%200%203.786-1.228l.307.413a6.881%206.881%200%200%201-9.62-9.635z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.235%207.765a.53.53%200%201%200%200-1.059a.53.53%200%200%200%200%201.059m0%20.53a1.059%201.059%200%201%200%200-2.119a1.059%201.059%200%200%200%200%202.118m9.53%209a.53.53%200%201%200%200-1.06a.53.53%200%200%200%200%201.06m0%20.529a1.059%201.059%200%201%200%200-2.118a1.059%201.059%200%200%200%200%202.118%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.06%207.437L5.564%205.939l.37-.37L7.437%207.06l-.371.376zm11.002%2011.001l-1.498-1.498l.37-.376l1.504%201.498zM13.588%207.342v1.89l2.118-1.139v5.983L13.059%2012.8v-2.684l-2.118%201.138v4.87L8.294%2014.85V9.904zm-.529%202.17V8.19l-4.235%202.049v4.277l1.588.768v-4.341zm.53.318v2.636l1.588.768V8.983l-1.589.852z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/aag.svg?color=%231a73e8&size=48