arbi logo
arbi from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- arbi
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the arbi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.489 13.523l-.972 2.65a.32.32 0 0 0 0 .233l1.666 4.568l1.94-1.112l-2.323-6.34a.167.167 0 0 0-.311 0m1.944-4.467a.166.166 0 0 0-.31 0l-.973 2.65a.32.32 0 0 0 0 .233l2.74 7.479l1.933-1.111l-3.39-9.257z"/><path fill="currentColor" d="M12 3.117c.05 0 .094.01.139.039l7.5 4.361a.28.28 0 0 1 .14.239v8.484a.28.28 0 0 1-.14.239l-7.5 4.378a.28.28 0 0 1-.278 0l-7.5-4.372a.28.28 0 0 1-.14-.24V7.756c0-.1.056-.189.14-.239l7.5-4.361A.27.27 0 0 1 12 3.11zM12 2a1.55 1.55 0 0 0-.761.206L3.872 6.445a1.52 1.52 0 0 0-.762 1.311v8.484c0 .539.29 1.045.762 1.317l7.367 4.239a1.52 1.52 0 0 0 1.522 0l7.367-4.24a1.5 1.5 0 0 0 .762-1.316V7.756c0-.539-.29-1.045-.762-1.311l-7.367-4.24A1.55 1.55 0 0 0 12 2"/><path fill="currentColor" d="m7.127 19.429l.678-1.85l1.361 1.128l-1.272 1.166z"/><path fill="currentColor" d="M11.383 7H9.511a.33.33 0 0 0-.311.228L5.2 18.3l1.927 1.128L11.54 7.233A.174.174 0 0 0 11.377 7zm3.267 0h-1.867a.33.33 0 0 0-.311.222L7.894 19.857l1.933 1.127l4.979-13.756a.166.166 0 0 0-.078-.209A.2.2 0 0 0 14.65 7"/></svg>
React
import type { SVGProps } from "react";
export function TokenArbi(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="m13.489 13.523l-.972 2.65a.32.32 0 0 0 0 .233l1.666 4.568l1.94-1.112l-2.323-6.34a.167.167 0 0 0-.311 0m1.944-4.467a.166.166 0 0 0-.31 0l-.973 2.65a.32.32 0 0 0 0 .233l2.74 7.479l1.933-1.111l-3.39-9.257z"/><path fill="currentColor" d="M12 3.117c.05 0 .094.01.139.039l7.5 4.361a.28.28 0 0 1 .14.239v8.484a.28.28 0 0 1-.14.239l-7.5 4.378a.28.28 0 0 1-.278 0l-7.5-4.372a.28.28 0 0 1-.14-.24V7.756c0-.1.056-.189.14-.239l7.5-4.361A.27.27 0 0 1 12 3.11zM12 2a1.55 1.55 0 0 0-.761.206L3.872 6.445a1.52 1.52 0 0 0-.762 1.311v8.484c0 .539.29 1.045.762 1.317l7.367 4.239a1.52 1.52 0 0 0 1.522 0l7.367-4.24a1.5 1.5 0 0 0 .762-1.316V7.756c0-.539-.29-1.045-.762-1.311l-7.367-4.24A1.55 1.55 0 0 0 12 2"/><path fill="currentColor" d="m7.127 19.429l.678-1.85l1.361 1.128l-1.272 1.166z"/><path fill="currentColor" d="M11.383 7H9.511a.33.33 0 0 0-.311.228L5.2 18.3l1.927 1.128L11.54 7.233A.174.174 0 0 0 11.377 7zm3.267 0h-1.867a.33.33 0 0 0-.311.222L7.894 19.857l1.933 1.127l4.979-13.756a.166.166 0 0 0-.078-.209A.2.2 0 0 0 14.65 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.489 13.523l-.972 2.65a.32.32 0 0 0 0 .233l1.666 4.568l1.94-1.112l-2.323-6.34a.167.167 0 0 0-.311 0m1.944-4.467a.166.166 0 0 0-.31 0l-.973 2.65a.32.32 0 0 0 0 .233l2.74 7.479l1.933-1.111l-3.39-9.257z"/><path fill="currentColor" d="M12 3.117c.05 0 .094.01.139.039l7.5 4.361a.28.28 0 0 1 .14.239v8.484a.28.28 0 0 1-.14.239l-7.5 4.378a.28.28 0 0 1-.278 0l-7.5-4.372a.28.28 0 0 1-.14-.24V7.756c0-.1.056-.189.14-.239l7.5-4.361A.27.27 0 0 1 12 3.11zM12 2a1.55 1.55 0 0 0-.761.206L3.872 6.445a1.52 1.52 0 0 0-.762 1.311v8.484c0 .539.29 1.045.762 1.317l7.367 4.239a1.52 1.52 0 0 0 1.522 0l7.367-4.24a1.5 1.5 0 0 0 .762-1.316V7.756c0-.539-.29-1.045-.762-1.311l-7.367-4.24A1.55 1.55 0 0 0 12 2"/><path fill="currentColor" d="m7.127 19.429l.678-1.85l1.361 1.128l-1.272 1.166z"/><path fill="currentColor" d="M11.383 7H9.511a.33.33 0 0 0-.311.228L5.2 18.3l1.927 1.128L11.54 7.233A.174.174 0 0 0 11.377 7zm3.267 0h-1.867a.33.33 0 0 0-.311.222L7.894 19.857l1.933 1.127l4.979-13.756a.166.166 0 0 0-.078-.209A.2.2 0 0 0 14.65 7"/></svg> </template>
CSS
.icon-arbi {
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%22m13.489%2013.523l-.972%202.65a.32.32%200%200%200%200%20.233l1.666%204.568l1.94-1.112l-2.323-6.34a.167.167%200%200%200-.311%200m1.944-4.467a.166.166%200%200%200-.31%200l-.973%202.65a.32.32%200%200%200%200%20.233l2.74%207.479l1.933-1.111l-3.39-9.257z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.117c.05%200%20.094.01.139.039l7.5%204.361a.28.28%200%200%201%20.14.239v8.484a.28.28%200%200%201-.14.239l-7.5%204.378a.28.28%200%200%201-.278%200l-7.5-4.372a.28.28%200%200%201-.14-.24V7.756c0-.1.056-.189.14-.239l7.5-4.361A.27.27%200%200%201%2012%203.11zM12%202a1.55%201.55%200%200%200-.761.206L3.872%206.445a1.52%201.52%200%200%200-.762%201.311v8.484c0%20.539.29%201.045.762%201.317l7.367%204.239a1.52%201.52%200%200%200%201.522%200l7.367-4.24a1.5%201.5%200%200%200%20.762-1.316V7.756c0-.539-.29-1.045-.762-1.311l-7.367-4.24A1.55%201.55%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.127%2019.429l.678-1.85l1.361%201.128l-1.272%201.166z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.383%207H9.511a.33.33%200%200%200-.311.228L5.2%2018.3l1.927%201.128L11.54%207.233A.174.174%200%200%200%2011.377%207zm3.267%200h-1.867a.33.33%200%200%200-.311.222L7.894%2019.857l1.933%201.127l4.979-13.756a.166.166%200%200%200-.078-.209A.2.2%200%200%200%2014.65%207%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%22m13.489%2013.523l-.972%202.65a.32.32%200%200%200%200%20.233l1.666%204.568l1.94-1.112l-2.323-6.34a.167.167%200%200%200-.311%200m1.944-4.467a.166.166%200%200%200-.31%200l-.973%202.65a.32.32%200%200%200%200%20.233l2.74%207.479l1.933-1.111l-3.39-9.257z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.117c.05%200%20.094.01.139.039l7.5%204.361a.28.28%200%200%201%20.14.239v8.484a.28.28%200%200%201-.14.239l-7.5%204.378a.28.28%200%200%201-.278%200l-7.5-4.372a.28.28%200%200%201-.14-.24V7.756c0-.1.056-.189.14-.239l7.5-4.361A.27.27%200%200%201%2012%203.11zM12%202a1.55%201.55%200%200%200-.761.206L3.872%206.445a1.52%201.52%200%200%200-.762%201.311v8.484c0%20.539.29%201.045.762%201.317l7.367%204.239a1.52%201.52%200%200%200%201.522%200l7.367-4.24a1.5%201.5%200%200%200%20.762-1.316V7.756c0-.539-.29-1.045-.762-1.311l-7.367-4.24A1.55%201.55%200%200%200%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.127%2019.429l.678-1.85l1.361%201.128l-1.272%201.166z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.383%207H9.511a.33.33%200%200%200-.311.228L5.2%2018.3l1.927%201.128L11.54%207.233A.174.174%200%200%200%2011.377%207zm3.267%200h-1.867a.33.33%200%200%200-.311.222L7.894%2019.857l1.933%201.127l4.979-13.756a.166.166%200%200%200-.078-.209A.2.2%200%200%200%2014.65%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/arbi.svg?color=%231a73e8&size=48