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

Name
agi
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

The same logo in other sets

Use the agi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#3A2674" d="M15.032 6.783c.05-1.776-.82-3.16-2.043-4.36a.3.3 0 0 1-.084-.375a.285.285 0 0 1 .319 0a5.4 5.4 0 0 1 2.38 1.918c.589.854.917 1.862.943 2.9l-.02.203c-.067.688-.237 2.467-1.294 3.356a.707.707 0 0 1-.947-.192a.67.67 0 0 1-.059-.75a5.3 5.3 0 0 0 .805-2.7M9.757 19.959c.407.585.87 1.13 1.381 1.625c.126.126.126.25.059.31c-.059.065-.184.124-.252.065a5.6 5.6 0 0 1-1.959-1.404a5.55 5.55 0 0 1-1.18-2.096c-.445-1.542-.126-3.826 1.13-4.876a.707.707 0 0 1 .946.192a.58.58 0 0 1 0 .75a5.32 5.32 0 0 0-.125 5.434m5.484-6.784a5.72 5.72 0 0 1 1.315 3.25v.009a5.45 5.45 0 0 1-.82 3.317a7.9 7.9 0 0 1-2.387 2.184a.243.243 0 0 1-.377-.059a.22.22 0 0 1-.038-.17a.23.23 0 0 1 .096-.146a6.3 6.3 0 0 0 1.826-2.25c.379-.842.487-1.78.31-2.684a3.75 3.75 0 0 0-1.189-2.25a13.3 13.3 0 0 0-2.387-1.626a10.8 10.8 0 0 1-2.696-1.934a6 6 0 0 1-1.005-1.5a5.5 5.5 0 0 1-.444-1.75a5.27 5.27 0 0 1 .888-3.375a5.64 5.64 0 0 1 2.445-2.126a.25.25 0 0 1 .31-.017c.117.084.117.292 0 .392A6.9 6.9 0 0 0 9.33 4.75a4.5 4.5 0 0 0-.31 2.559a4.2 4.2 0 0 0 1.198 2.183c.737.64 1.536 1.204 2.387 1.684a10.9 10.9 0 0 1 2.637 2"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedAgi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#3A2674" d="M15.032 6.783c.05-1.776-.82-3.16-2.043-4.36a.3.3 0 0 1-.084-.375a.285.285 0 0 1 .319 0a5.4 5.4 0 0 1 2.38 1.918c.589.854.917 1.862.943 2.9l-.02.203c-.067.688-.237 2.467-1.294 3.356a.707.707 0 0 1-.947-.192a.67.67 0 0 1-.059-.75a5.3 5.3 0 0 0 .805-2.7M9.757 19.959c.407.585.87 1.13 1.381 1.625c.126.126.126.25.059.31c-.059.065-.184.124-.252.065a5.6 5.6 0 0 1-1.959-1.404a5.55 5.55 0 0 1-1.18-2.096c-.445-1.542-.126-3.826 1.13-4.876a.707.707 0 0 1 .946.192a.58.58 0 0 1 0 .75a5.32 5.32 0 0 0-.125 5.434m5.484-6.784a5.72 5.72 0 0 1 1.315 3.25v.009a5.45 5.45 0 0 1-.82 3.317a7.9 7.9 0 0 1-2.387 2.184a.243.243 0 0 1-.377-.059a.22.22 0 0 1-.038-.17a.23.23 0 0 1 .096-.146a6.3 6.3 0 0 0 1.826-2.25c.379-.842.487-1.78.31-2.684a3.75 3.75 0 0 0-1.189-2.25a13.3 13.3 0 0 0-2.387-1.626a10.8 10.8 0 0 1-2.696-1.934a6 6 0 0 1-1.005-1.5a5.5 5.5 0 0 1-.444-1.75a5.27 5.27 0 0 1 .888-3.375a5.64 5.64 0 0 1 2.445-2.126a.25.25 0 0 1 .31-.017c.117.084.117.292 0 .392A6.9 6.9 0 0 0 9.33 4.75a4.5 4.5 0 0 0-.31 2.559a4.2 4.2 0 0 0 1.198 2.183c.737.64 1.536 1.204 2.387 1.684a10.9 10.9 0 0 1 2.637 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#3A2674" d="M15.032 6.783c.05-1.776-.82-3.16-2.043-4.36a.3.3 0 0 1-.084-.375a.285.285 0 0 1 .319 0a5.4 5.4 0 0 1 2.38 1.918c.589.854.917 1.862.943 2.9l-.02.203c-.067.688-.237 2.467-1.294 3.356a.707.707 0 0 1-.947-.192a.67.67 0 0 1-.059-.75a5.3 5.3 0 0 0 .805-2.7M9.757 19.959c.407.585.87 1.13 1.381 1.625c.126.126.126.25.059.31c-.059.065-.184.124-.252.065a5.6 5.6 0 0 1-1.959-1.404a5.55 5.55 0 0 1-1.18-2.096c-.445-1.542-.126-3.826 1.13-4.876a.707.707 0 0 1 .946.192a.58.58 0 0 1 0 .75a5.32 5.32 0 0 0-.125 5.434m5.484-6.784a5.72 5.72 0 0 1 1.315 3.25v.009a5.45 5.45 0 0 1-.82 3.317a7.9 7.9 0 0 1-2.387 2.184a.243.243 0 0 1-.377-.059a.22.22 0 0 1-.038-.17a.23.23 0 0 1 .096-.146a6.3 6.3 0 0 0 1.826-2.25c.379-.842.487-1.78.31-2.684a3.75 3.75 0 0 0-1.189-2.25a13.3 13.3 0 0 0-2.387-1.626a10.8 10.8 0 0 1-2.696-1.934a6 6 0 0 1-1.005-1.5a5.5 5.5 0 0 1-.444-1.75a5.27 5.27 0 0 1 .888-3.375a5.64 5.64 0 0 1 2.445-2.126a.25.25 0 0 1 .31-.017c.117.084.117.292 0 .392A6.9 6.9 0 0 0 9.33 4.75a4.5 4.5 0 0 0-.31 2.559a4.2 4.2 0 0 0 1.198 2.183c.737.64 1.536 1.204 2.387 1.684a10.9 10.9 0 0 1 2.637 2"/></svg>
</template>

CSS

.icon-agi {
  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%233A2674%22%20d%3D%22M15.032%206.783c.05-1.776-.82-3.16-2.043-4.36a.3.3%200%200%201-.084-.375a.285.285%200%200%201%20.319%200a5.4%205.4%200%200%201%202.38%201.918c.589.854.917%201.862.943%202.9l-.02.203c-.067.688-.237%202.467-1.294%203.356a.707.707%200%200%201-.947-.192a.67.67%200%200%201-.059-.75a5.3%205.3%200%200%200%20.805-2.7M9.757%2019.959c.407.585.87%201.13%201.381%201.625c.126.126.126.25.059.31c-.059.065-.184.124-.252.065a5.6%205.6%200%200%201-1.959-1.404a5.55%205.55%200%200%201-1.18-2.096c-.445-1.542-.126-3.826%201.13-4.876a.707.707%200%200%201%20.946.192a.58.58%200%200%201%200%20.75a5.32%205.32%200%200%200-.125%205.434m5.484-6.784a5.72%205.72%200%200%201%201.315%203.25v.009a5.45%205.45%200%200%201-.82%203.317a7.9%207.9%200%200%201-2.387%202.184a.243.243%200%200%201-.377-.059a.22.22%200%200%201-.038-.17a.23.23%200%200%201%20.096-.146a6.3%206.3%200%200%200%201.826-2.25c.379-.842.487-1.78.31-2.684a3.75%203.75%200%200%200-1.189-2.25a13.3%2013.3%200%200%200-2.387-1.626a10.8%2010.8%200%200%201-2.696-1.934a6%206%200%200%201-1.005-1.5a5.5%205.5%200%200%201-.444-1.75a5.27%205.27%200%200%201%20.888-3.375a5.64%205.64%200%200%201%202.445-2.126a.25.25%200%200%201%20.31-.017c.117.084.117.292%200%20.392A6.9%206.9%200%200%200%209.33%204.75a4.5%204.5%200%200%200-.31%202.559a4.2%204.2%200%200%200%201.198%202.183c.737.64%201.536%201.204%202.387%201.684a10.9%2010.9%200%200%201%202.637%202%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%233A2674%22%20d%3D%22M15.032%206.783c.05-1.776-.82-3.16-2.043-4.36a.3.3%200%200%201-.084-.375a.285.285%200%200%201%20.319%200a5.4%205.4%200%200%201%202.38%201.918c.589.854.917%201.862.943%202.9l-.02.203c-.067.688-.237%202.467-1.294%203.356a.707.707%200%200%201-.947-.192a.67.67%200%200%201-.059-.75a5.3%205.3%200%200%200%20.805-2.7M9.757%2019.959c.407.585.87%201.13%201.381%201.625c.126.126.126.25.059.31c-.059.065-.184.124-.252.065a5.6%205.6%200%200%201-1.959-1.404a5.55%205.55%200%200%201-1.18-2.096c-.445-1.542-.126-3.826%201.13-4.876a.707.707%200%200%201%20.946.192a.58.58%200%200%201%200%20.75a5.32%205.32%200%200%200-.125%205.434m5.484-6.784a5.72%205.72%200%200%201%201.315%203.25v.009a5.45%205.45%200%200%201-.82%203.317a7.9%207.9%200%200%201-2.387%202.184a.243.243%200%200%201-.377-.059a.22.22%200%200%201-.038-.17a.23.23%200%200%201%20.096-.146a6.3%206.3%200%200%200%201.826-2.25c.379-.842.487-1.78.31-2.684a3.75%203.75%200%200%200-1.189-2.25a13.3%2013.3%200%200%200-2.387-1.626a10.8%2010.8%200%200%201-2.696-1.934a6%206%200%200%201-1.005-1.5a5.5%205.5%200%200%201-.444-1.75a5.27%205.27%200%200%201%20.888-3.375a5.64%205.64%200%200%201%202.445-2.126a.25.25%200%200%201%20.31-.017c.117.084.117.292%200%20.392A6.9%206.9%200%200%200%209.33%204.75a4.5%204.5%200%200%200-.31%202.559a4.2%204.2%200%200%200%201.198%202.183c.737.64%201.536%201.204%202.387%201.684a10.9%2010.9%200%200%201%202.637%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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