aurabal logo
aurabal from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- aurabal
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the aurabal logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.78 8.194v-.017c0-.574-1.504-1.076-3.703-1.32c.523.352.986.793 1.372 1.303l.085.017l-.06.013a22.7 22.7 0 0 1-4.431.386c-1.757 0-3.326-.15-4.444-.386l-.03-.009h-.022l.073-.017a5.8 5.8 0 0 1 1.371-1.307c-2.185.244-3.69.746-3.69 1.32c0 .724 3.262 1.294 5.465 1.457c.488.035 1.26.035 1.26.035c.274.012.771 0 1.26-.035c2.211-.154 5.464-.724 5.494-1.44m-.643 3.047q-.24-.05-.48-.094a6 6 0 0 0-.248-1.14c2.177.356 3.591.922 3.591 1.564v.022c-.051 1.071-4.063 1.937-9 1.937c-4.971 0-9-.879-9-1.959v-.021c.03-.639 1.466-1.2 3.669-1.556a6 6 0 0 0-.249 1.136q-.604.112-1.2.27c-.206.056-.39.116-.553.171A10 10 0 0 0 6.37 12c1.491.279 3.458.45 5.631.45a32 32 0 0 0 6.141-.548q.721-.164 1.192-.33a10 10 0 0 0-1.192-.33zM7.003 14.68c-1.059.261-1.702.608-1.702.985v.022c.056.805 3.056 1.457 6.742 1.457s6.686-.652 6.737-1.457v-.022c0-.381-.643-.728-1.71-.985a6.4 6.4 0 0 1-.596.972l.065.013l-.086.018h-.017c-1.115.23-2.662.381-4.393.381c-1.732 0-3.279-.15-4.397-.377h-.022l-.004-.009c-.026 0-.051-.008-.073-.013l.052-.013a5.7 5.7 0 0 1-.596-.972"/></svg>
React
import type { SVGProps } from "react";
export function TokenAurabal(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="M18.78 8.194v-.017c0-.574-1.504-1.076-3.703-1.32c.523.352.986.793 1.372 1.303l.085.017l-.06.013a22.7 22.7 0 0 1-4.431.386c-1.757 0-3.326-.15-4.444-.386l-.03-.009h-.022l.073-.017a5.8 5.8 0 0 1 1.371-1.307c-2.185.244-3.69.746-3.69 1.32c0 .724 3.262 1.294 5.465 1.457c.488.035 1.26.035 1.26.035c.274.012.771 0 1.26-.035c2.211-.154 5.464-.724 5.494-1.44m-.643 3.047q-.24-.05-.48-.094a6 6 0 0 0-.248-1.14c2.177.356 3.591.922 3.591 1.564v.022c-.051 1.071-4.063 1.937-9 1.937c-4.971 0-9-.879-9-1.959v-.021c.03-.639 1.466-1.2 3.669-1.556a6 6 0 0 0-.249 1.136q-.604.112-1.2.27c-.206.056-.39.116-.553.171A10 10 0 0 0 6.37 12c1.491.279 3.458.45 5.631.45a32 32 0 0 0 6.141-.548q.721-.164 1.192-.33a10 10 0 0 0-1.192-.33zM7.003 14.68c-1.059.261-1.702.608-1.702.985v.022c.056.805 3.056 1.457 6.742 1.457s6.686-.652 6.737-1.457v-.022c0-.381-.643-.728-1.71-.985a6.4 6.4 0 0 1-.596.972l.065.013l-.086.018h-.017c-1.115.23-2.662.381-4.393.381c-1.732 0-3.279-.15-4.397-.377h-.022l-.004-.009c-.026 0-.051-.008-.073-.013l.052-.013a5.7 5.7 0 0 1-.596-.972"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.78 8.194v-.017c0-.574-1.504-1.076-3.703-1.32c.523.352.986.793 1.372 1.303l.085.017l-.06.013a22.7 22.7 0 0 1-4.431.386c-1.757 0-3.326-.15-4.444-.386l-.03-.009h-.022l.073-.017a5.8 5.8 0 0 1 1.371-1.307c-2.185.244-3.69.746-3.69 1.32c0 .724 3.262 1.294 5.465 1.457c.488.035 1.26.035 1.26.035c.274.012.771 0 1.26-.035c2.211-.154 5.464-.724 5.494-1.44m-.643 3.047q-.24-.05-.48-.094a6 6 0 0 0-.248-1.14c2.177.356 3.591.922 3.591 1.564v.022c-.051 1.071-4.063 1.937-9 1.937c-4.971 0-9-.879-9-1.959v-.021c.03-.639 1.466-1.2 3.669-1.556a6 6 0 0 0-.249 1.136q-.604.112-1.2.27c-.206.056-.39.116-.553.171A10 10 0 0 0 6.37 12c1.491.279 3.458.45 5.631.45a32 32 0 0 0 6.141-.548q.721-.164 1.192-.33a10 10 0 0 0-1.192-.33zM7.003 14.68c-1.059.261-1.702.608-1.702.985v.022c.056.805 3.056 1.457 6.742 1.457s6.686-.652 6.737-1.457v-.022c0-.381-.643-.728-1.71-.985a6.4 6.4 0 0 1-.596.972l.065.013l-.086.018h-.017c-1.115.23-2.662.381-4.393.381c-1.732 0-3.279-.15-4.397-.377h-.022l-.004-.009c-.026 0-.051-.008-.073-.013l.052-.013a5.7 5.7 0 0 1-.596-.972"/></svg> </template>
CSS
.icon-aurabal {
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%22M18.78%208.194v-.017c0-.574-1.504-1.076-3.703-1.32c.523.352.986.793%201.372%201.303l.085.017l-.06.013a22.7%2022.7%200%200%201-4.431.386c-1.757%200-3.326-.15-4.444-.386l-.03-.009h-.022l.073-.017a5.8%205.8%200%200%201%201.371-1.307c-2.185.244-3.69.746-3.69%201.32c0%20.724%203.262%201.294%205.465%201.457c.488.035%201.26.035%201.26.035c.274.012.771%200%201.26-.035c2.211-.154%205.464-.724%205.494-1.44m-.643%203.047q-.24-.05-.48-.094a6%206%200%200%200-.248-1.14c2.177.356%203.591.922%203.591%201.564v.022c-.051%201.071-4.063%201.937-9%201.937c-4.971%200-9-.879-9-1.959v-.021c.03-.639%201.466-1.2%203.669-1.556a6%206%200%200%200-.249%201.136q-.604.112-1.2.27c-.206.056-.39.116-.553.171A10%2010%200%200%200%206.37%2012c1.491.279%203.458.45%205.631.45a32%2032%200%200%200%206.141-.548q.721-.164%201.192-.33a10%2010%200%200%200-1.192-.33zM7.003%2014.68c-1.059.261-1.702.608-1.702.985v.022c.056.805%203.056%201.457%206.742%201.457s6.686-.652%206.737-1.457v-.022c0-.381-.643-.728-1.71-.985a6.4%206.4%200%200%201-.596.972l.065.013l-.086.018h-.017c-1.115.23-2.662.381-4.393.381c-1.732%200-3.279-.15-4.397-.377h-.022l-.004-.009c-.026%200-.051-.008-.073-.013l.052-.013a5.7%205.7%200%200%201-.596-.972%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%22M18.78%208.194v-.017c0-.574-1.504-1.076-3.703-1.32c.523.352.986.793%201.372%201.303l.085.017l-.06.013a22.7%2022.7%200%200%201-4.431.386c-1.757%200-3.326-.15-4.444-.386l-.03-.009h-.022l.073-.017a5.8%205.8%200%200%201%201.371-1.307c-2.185.244-3.69.746-3.69%201.32c0%20.724%203.262%201.294%205.465%201.457c.488.035%201.26.035%201.26.035c.274.012.771%200%201.26-.035c2.211-.154%205.464-.724%205.494-1.44m-.643%203.047q-.24-.05-.48-.094a6%206%200%200%200-.248-1.14c2.177.356%203.591.922%203.591%201.564v.022c-.051%201.071-4.063%201.937-9%201.937c-4.971%200-9-.879-9-1.959v-.021c.03-.639%201.466-1.2%203.669-1.556a6%206%200%200%200-.249%201.136q-.604.112-1.2.27c-.206.056-.39.116-.553.171A10%2010%200%200%200%206.37%2012c1.491.279%203.458.45%205.631.45a32%2032%200%200%200%206.141-.548q.721-.164%201.192-.33a10%2010%200%200%200-1.192-.33zM7.003%2014.68c-1.059.261-1.702.608-1.702.985v.022c.056.805%203.056%201.457%206.742%201.457s6.686-.652%206.737-1.457v-.022c0-.381-.643-.728-1.71-.985a6.4%206.4%200%200%201-.596.972l.065.013l-.086.018h-.017c-1.115.23-2.662.381-4.393.381c-1.732%200-3.279-.15-4.397-.377h-.022l-.004-.009c-.026%200-.051-.008-.073-.013l.052-.013a5.7%205.7%200%200%201-.596-.972%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/aurabal.svg?color=%231a73e8&size=48