arbitrum one logo
arbitrum-one from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- arbitrum-one
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Related icons in Web3 Icons
Use the arbitrum one logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.353 13.368l-.885 2.39a.3.3 0 0 0 0 .205l1.523 4.112l1.76-1.001l-2.113-5.706a.152.152 0 0 0-.285 0m1.774-4.019a.152.152 0 0 0-.285 0l-.885 2.39a.3.3 0 0 0 0 .205l2.494 6.732l1.761-1.001z"/><path fill="currentColor" d="M11.998 4.115a.3.3 0 0 1 .126.033l6.715 3.818a.25.25 0 0 1 .126.214v7.635c0 .089-.048.17-.126.214l-6.715 3.819a.25.25 0 0 1-.126.032a.3.3 0 0 1-.125-.032l-6.715-3.815a.25.25 0 0 1-.126-.215V8.182c0-.089.048-.17.126-.215l6.715-3.818a.26.26 0 0 1 .125-.034m0-1.115c-.238 0-.478.06-.692.183L4.593 7A1.36 1.36 0 0 0 3.9 8.182v7.635c0 .487.264.938.693 1.181l6.714 3.819a1.41 1.41 0 0 0 1.386 0l6.714-3.818a1.36 1.36 0 0 0 .693-1.182V8.182A1.36 1.36 0 0 0 19.407 7l-6.716-3.817A1.4 1.4 0 0 0 11.998 3"/><path fill="currentColor" d="m7.559 18.685l.617-1.666l1.244 1.018l-1.163 1.046zm3.874-11.05H9.731a.3.3 0 0 0-.285.197l-3.649 9.852l1.761 1.001l4.018-10.849a.15.15 0 0 0-.143-.2"/><path fill="currentColor" d="M14.412 7.635h-1.703a.3.3 0 0 0-.284.197l-4.167 11.25l1.761 1l4.535-12.246a.15.15 0 0 0-.142-.2"/></svg>
React
import type { SVGProps } from "react";
export function TokenArbitrumOne(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.353 13.368l-.885 2.39a.3.3 0 0 0 0 .205l1.523 4.112l1.76-1.001l-2.113-5.706a.152.152 0 0 0-.285 0m1.774-4.019a.152.152 0 0 0-.285 0l-.885 2.39a.3.3 0 0 0 0 .205l2.494 6.732l1.761-1.001z"/><path fill="currentColor" d="M11.998 4.115a.3.3 0 0 1 .126.033l6.715 3.818a.25.25 0 0 1 .126.214v7.635c0 .089-.048.17-.126.214l-6.715 3.819a.25.25 0 0 1-.126.032a.3.3 0 0 1-.125-.032l-6.715-3.815a.25.25 0 0 1-.126-.215V8.182c0-.089.048-.17.126-.215l6.715-3.818a.26.26 0 0 1 .125-.034m0-1.115c-.238 0-.478.06-.692.183L4.593 7A1.36 1.36 0 0 0 3.9 8.182v7.635c0 .487.264.938.693 1.181l6.714 3.819a1.41 1.41 0 0 0 1.386 0l6.714-3.818a1.36 1.36 0 0 0 .693-1.182V8.182A1.36 1.36 0 0 0 19.407 7l-6.716-3.817A1.4 1.4 0 0 0 11.998 3"/><path fill="currentColor" d="m7.559 18.685l.617-1.666l1.244 1.018l-1.163 1.046zm3.874-11.05H9.731a.3.3 0 0 0-.285.197l-3.649 9.852l1.761 1.001l4.018-10.849a.15.15 0 0 0-.143-.2"/><path fill="currentColor" d="M14.412 7.635h-1.703a.3.3 0 0 0-.284.197l-4.167 11.25l1.761 1l4.535-12.246a.15.15 0 0 0-.142-.2"/></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.353 13.368l-.885 2.39a.3.3 0 0 0 0 .205l1.523 4.112l1.76-1.001l-2.113-5.706a.152.152 0 0 0-.285 0m1.774-4.019a.152.152 0 0 0-.285 0l-.885 2.39a.3.3 0 0 0 0 .205l2.494 6.732l1.761-1.001z"/><path fill="currentColor" d="M11.998 4.115a.3.3 0 0 1 .126.033l6.715 3.818a.25.25 0 0 1 .126.214v7.635c0 .089-.048.17-.126.214l-6.715 3.819a.25.25 0 0 1-.126.032a.3.3 0 0 1-.125-.032l-6.715-3.815a.25.25 0 0 1-.126-.215V8.182c0-.089.048-.17.126-.215l6.715-3.818a.26.26 0 0 1 .125-.034m0-1.115c-.238 0-.478.06-.692.183L4.593 7A1.36 1.36 0 0 0 3.9 8.182v7.635c0 .487.264.938.693 1.181l6.714 3.819a1.41 1.41 0 0 0 1.386 0l6.714-3.818a1.36 1.36 0 0 0 .693-1.182V8.182A1.36 1.36 0 0 0 19.407 7l-6.716-3.817A1.4 1.4 0 0 0 11.998 3"/><path fill="currentColor" d="m7.559 18.685l.617-1.666l1.244 1.018l-1.163 1.046zm3.874-11.05H9.731a.3.3 0 0 0-.285.197l-3.649 9.852l1.761 1.001l4.018-10.849a.15.15 0 0 0-.143-.2"/><path fill="currentColor" d="M14.412 7.635h-1.703a.3.3 0 0 0-.284.197l-4.167 11.25l1.761 1l4.535-12.246a.15.15 0 0 0-.142-.2"/></svg> </template>
CSS
.icon-arbitrum-one {
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.353%2013.368l-.885%202.39a.3.3%200%200%200%200%20.205l1.523%204.112l1.76-1.001l-2.113-5.706a.152.152%200%200%200-.285%200m1.774-4.019a.152.152%200%200%200-.285%200l-.885%202.39a.3.3%200%200%200%200%20.205l2.494%206.732l1.761-1.001z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%204.115a.3.3%200%200%201%20.126.033l6.715%203.818a.25.25%200%200%201%20.126.214v7.635c0%20.089-.048.17-.126.214l-6.715%203.819a.25.25%200%200%201-.126.032a.3.3%200%200%201-.125-.032l-6.715-3.815a.25.25%200%200%201-.126-.215V8.182c0-.089.048-.17.126-.215l6.715-3.818a.26.26%200%200%201%20.125-.034m0-1.115c-.238%200-.478.06-.692.183L4.593%207A1.36%201.36%200%200%200%203.9%208.182v7.635c0%20.487.264.938.693%201.181l6.714%203.819a1.41%201.41%200%200%200%201.386%200l6.714-3.818a1.36%201.36%200%200%200%20.693-1.182V8.182A1.36%201.36%200%200%200%2019.407%207l-6.716-3.817A1.4%201.4%200%200%200%2011.998%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.559%2018.685l.617-1.666l1.244%201.018l-1.163%201.046zm3.874-11.05H9.731a.3.3%200%200%200-.285.197l-3.649%209.852l1.761%201.001l4.018-10.849a.15.15%200%200%200-.143-.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.412%207.635h-1.703a.3.3%200%200%200-.284.197l-4.167%2011.25l1.761%201l4.535-12.246a.15.15%200%200%200-.142-.2%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.353%2013.368l-.885%202.39a.3.3%200%200%200%200%20.205l1.523%204.112l1.76-1.001l-2.113-5.706a.152.152%200%200%200-.285%200m1.774-4.019a.152.152%200%200%200-.285%200l-.885%202.39a.3.3%200%200%200%200%20.205l2.494%206.732l1.761-1.001z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%204.115a.3.3%200%200%201%20.126.033l6.715%203.818a.25.25%200%200%201%20.126.214v7.635c0%20.089-.048.17-.126.214l-6.715%203.819a.25.25%200%200%201-.126.032a.3.3%200%200%201-.125-.032l-6.715-3.815a.25.25%200%200%201-.126-.215V8.182c0-.089.048-.17.126-.215l6.715-3.818a.26.26%200%200%201%20.125-.034m0-1.115c-.238%200-.478.06-.692.183L4.593%207A1.36%201.36%200%200%200%203.9%208.182v7.635c0%20.487.264.938.693%201.181l6.714%203.819a1.41%201.41%200%200%200%201.386%200l6.714-3.818a1.36%201.36%200%200%200%20.693-1.182V8.182A1.36%201.36%200%200%200%2019.407%207l-6.716-3.817A1.4%201.4%200%200%200%2011.998%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.559%2018.685l.617-1.666l1.244%201.018l-1.163%201.046zm3.874-11.05H9.731a.3.3%200%200%200-.285.197l-3.649%209.852l1.761%201.001l4.018-10.849a.15.15%200%200%200-.143-.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.412%207.635h-1.703a.3.3%200%200%200-.284.197l-4.167%2011.25l1.761%201l4.535-12.246a.15.15%200%200%200-.142-.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/arbitrum-one.svg?color=%231a73e8&size=48