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

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

The same logo in other sets

Use the agrs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.835 9.015a.98.98 0 0 0-.65.235a2.2 2.2 0 0 0-.47.62a4 4 0 0 0-.335.85a8.4 8.4 0 0 0-.325 1.79a7 7 0 0 0-.035.65q0 .816.225 1.25c.15.28.39.425.72.425c.25 0 .46-.075.65-.225a2 2 0 0 0 .47-.58c.135-.24.25-.51.335-.815c.167-.59.271-1.197.31-1.81q.03-.435.03-.75a3.05 3.05 0 0 0-.19-1.21c-.13-.29-.375-.43-.735-.43"/><path fill="currentColor" d="M15.635 9.12h-.31c-.17 0-.46.1-.52.485c-.23 1.575-.46 3.405-.49 3.615q-.06.345-.05.695c.015.26.08.45.135.535a.7.7 0 0 0 .45.33l-.25 1.85h-.51a3.4 3.4 0 0 1-.56-.105a1.8 1.8 0 0 1-.685-.4c-.175-.185-.35-.38-.505-.86a2.26 2.26 0 0 1-.86.965a1.9 1.9 0 0 1-.94.275a2.11 2.11 0 0 1-1.74-.77c-.415-.515-.625-1.285-.625-2.32c0-1.05.1-1.96.285-2.725c.19-.76.44-1.39.75-1.88a3.24 3.24 0 0 1 1.065-1.09c.4-.235.8-.35 1.21-.35c.46 0 .84.105 1.14.33q.451.33.685.915s.165-.585.885-.915c.85-.39 1.63.06 1.63.06zM12 4a8 8 0 1 0 0 16a8 8 0 0 0 0-16"/><path fill="currentColor" d="M12 20.5c-4.75 0-8.5-3.75-8.5-8.5S7.25 3.5 12 3.5s8.5 3.75 8.5 8.5s-3.75 8.5-8.5 8.5M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18"/></svg>

React

import type { SVGProps } from "react";

export function TokenAgrs(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="M11.835 9.015a.98.98 0 0 0-.65.235a2.2 2.2 0 0 0-.47.62a4 4 0 0 0-.335.85a8.4 8.4 0 0 0-.325 1.79a7 7 0 0 0-.035.65q0 .816.225 1.25c.15.28.39.425.72.425c.25 0 .46-.075.65-.225a2 2 0 0 0 .47-.58c.135-.24.25-.51.335-.815c.167-.59.271-1.197.31-1.81q.03-.435.03-.75a3.05 3.05 0 0 0-.19-1.21c-.13-.29-.375-.43-.735-.43"/><path fill="currentColor" d="M15.635 9.12h-.31c-.17 0-.46.1-.52.485c-.23 1.575-.46 3.405-.49 3.615q-.06.345-.05.695c.015.26.08.45.135.535a.7.7 0 0 0 .45.33l-.25 1.85h-.51a3.4 3.4 0 0 1-.56-.105a1.8 1.8 0 0 1-.685-.4c-.175-.185-.35-.38-.505-.86a2.26 2.26 0 0 1-.86.965a1.9 1.9 0 0 1-.94.275a2.11 2.11 0 0 1-1.74-.77c-.415-.515-.625-1.285-.625-2.32c0-1.05.1-1.96.285-2.725c.19-.76.44-1.39.75-1.88a3.24 3.24 0 0 1 1.065-1.09c.4-.235.8-.35 1.21-.35c.46 0 .84.105 1.14.33q.451.33.685.915s.165-.585.885-.915c.85-.39 1.63.06 1.63.06zM12 4a8 8 0 1 0 0 16a8 8 0 0 0 0-16"/><path fill="currentColor" d="M12 20.5c-4.75 0-8.5-3.75-8.5-8.5S7.25 3.5 12 3.5s8.5 3.75 8.5 8.5s-3.75 8.5-8.5 8.5M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.835 9.015a.98.98 0 0 0-.65.235a2.2 2.2 0 0 0-.47.62a4 4 0 0 0-.335.85a8.4 8.4 0 0 0-.325 1.79a7 7 0 0 0-.035.65q0 .816.225 1.25c.15.28.39.425.72.425c.25 0 .46-.075.65-.225a2 2 0 0 0 .47-.58c.135-.24.25-.51.335-.815c.167-.59.271-1.197.31-1.81q.03-.435.03-.75a3.05 3.05 0 0 0-.19-1.21c-.13-.29-.375-.43-.735-.43"/><path fill="currentColor" d="M15.635 9.12h-.31c-.17 0-.46.1-.52.485c-.23 1.575-.46 3.405-.49 3.615q-.06.345-.05.695c.015.26.08.45.135.535a.7.7 0 0 0 .45.33l-.25 1.85h-.51a3.4 3.4 0 0 1-.56-.105a1.8 1.8 0 0 1-.685-.4c-.175-.185-.35-.38-.505-.86a2.26 2.26 0 0 1-.86.965a1.9 1.9 0 0 1-.94.275a2.11 2.11 0 0 1-1.74-.77c-.415-.515-.625-1.285-.625-2.32c0-1.05.1-1.96.285-2.725c.19-.76.44-1.39.75-1.88a3.24 3.24 0 0 1 1.065-1.09c.4-.235.8-.35 1.21-.35c.46 0 .84.105 1.14.33q.451.33.685.915s.165-.585.885-.915c.85-.39 1.63.06 1.63.06zM12 4a8 8 0 1 0 0 16a8 8 0 0 0 0-16"/><path fill="currentColor" d="M12 20.5c-4.75 0-8.5-3.75-8.5-8.5S7.25 3.5 12 3.5s8.5 3.75 8.5 8.5s-3.75 8.5-8.5 8.5M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18"/></svg>
</template>

CSS

.icon-agrs {
  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%22M11.835%209.015a.98.98%200%200%200-.65.235a2.2%202.2%200%200%200-.47.62a4%204%200%200%200-.335.85a8.4%208.4%200%200%200-.325%201.79a7%207%200%200%200-.035.65q0%20.816.225%201.25c.15.28.39.425.72.425c.25%200%20.46-.075.65-.225a2%202%200%200%200%20.47-.58c.135-.24.25-.51.335-.815c.167-.59.271-1.197.31-1.81q.03-.435.03-.75a3.05%203.05%200%200%200-.19-1.21c-.13-.29-.375-.43-.735-.43%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.635%209.12h-.31c-.17%200-.46.1-.52.485c-.23%201.575-.46%203.405-.49%203.615q-.06.345-.05.695c.015.26.08.45.135.535a.7.7%200%200%200%20.45.33l-.25%201.85h-.51a3.4%203.4%200%200%201-.56-.105a1.8%201.8%200%200%201-.685-.4c-.175-.185-.35-.38-.505-.86a2.26%202.26%200%200%201-.86.965a1.9%201.9%200%200%201-.94.275a2.11%202.11%200%200%201-1.74-.77c-.415-.515-.625-1.285-.625-2.32c0-1.05.1-1.96.285-2.725c.19-.76.44-1.39.75-1.88a3.24%203.24%200%200%201%201.065-1.09c.4-.235.8-.35%201.21-.35c.46%200%20.84.105%201.14.33q.451.33.685.915s.165-.585.885-.915c.85-.39%201.63.06%201.63.06zM12%204a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.5c-4.75%200-8.5-3.75-8.5-8.5S7.25%203.5%2012%203.5s8.5%203.75%208.5%208.5s-3.75%208.5-8.5%208.5M12%203a9%209%200%201%200%200%2018a9%209%200%200%200%200-18%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%22M11.835%209.015a.98.98%200%200%200-.65.235a2.2%202.2%200%200%200-.47.62a4%204%200%200%200-.335.85a8.4%208.4%200%200%200-.325%201.79a7%207%200%200%200-.035.65q0%20.816.225%201.25c.15.28.39.425.72.425c.25%200%20.46-.075.65-.225a2%202%200%200%200%20.47-.58c.135-.24.25-.51.335-.815c.167-.59.271-1.197.31-1.81q.03-.435.03-.75a3.05%203.05%200%200%200-.19-1.21c-.13-.29-.375-.43-.735-.43%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.635%209.12h-.31c-.17%200-.46.1-.52.485c-.23%201.575-.46%203.405-.49%203.615q-.06.345-.05.695c.015.26.08.45.135.535a.7.7%200%200%200%20.45.33l-.25%201.85h-.51a3.4%203.4%200%200%201-.56-.105a1.8%201.8%200%200%201-.685-.4c-.175-.185-.35-.38-.505-.86a2.26%202.26%200%200%201-.86.965a1.9%201.9%200%200%201-.94.275a2.11%202.11%200%200%201-1.74-.77c-.415-.515-.625-1.285-.625-2.32c0-1.05.1-1.96.285-2.725c.19-.76.44-1.39.75-1.88a3.24%203.24%200%200%201%201.065-1.09c.4-.235.8-.35%201.21-.35c.46%200%20.84.105%201.14.33q.451.33.685.915s.165-.585.885-.915c.85-.39%201.63.06%201.63.06zM12%204a8%208%200%201%200%200%2016a8%208%200%200%200%200-16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.5c-4.75%200-8.5-3.75-8.5-8.5S7.25%203.5%2012%203.5s8.5%203.75%208.5%208.5s-3.75%208.5-8.5%208.5M12%203a9%209%200%201%200%200%2018a9%209%200%200%200%200-18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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