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

Name
arbitrum-nova
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Related icons in Web3 Icons Branded

Use the arbitrum nova logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef8220" d="M9.244 5.7H7.596a.27.27 0 0 0-.255.183l-4.333 12.23a.14.14 0 0 0 .128.187h1.648a.27.27 0 0 0 .255-.183l4.333-12.23a.14.14 0 0 0-.128-.187m2.005 5.124a.134.134 0 0 0-.254 0l-.855 2.413a.3.3 0 0 0 0 .19l1.662 4.69a.27.27 0 0 0 .254.183h1.649c.094 0 .16-.096.127-.187zm4.203 2.361a.134.134 0 0 0 .255 0l2.585-7.298a.14.14 0 0 0-.127-.187h-1.648a.27.27 0 0 0-.255.183l-1.665 4.699a.3.3 0 0 0 0 .19zm-3.25-7.303a.27.27 0 0 0-.253-.182h-1.654a.27.27 0 0 0-.254.183l-4.333 12.23a.14.14 0 0 0 .127.187h1.648a.27.27 0 0 0 .255-.183l3.318-9.364a.067.067 0 0 1 .127 0l3.318 9.364a.27.27 0 0 0 .255.183h1.648c.094 0 .16-.096.127-.187zm8.662-.182h-1.648a.27.27 0 0 0-.255.183l-3.014 8.508a.3.3 0 0 0 0 .19l.855 2.413a.134.134 0 0 0 .254 0l2.984-8.421l.952-2.686a.14.14 0 0 0-.128-.187"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedArbitrumNova(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef8220" d="M9.244 5.7H7.596a.27.27 0 0 0-.255.183l-4.333 12.23a.14.14 0 0 0 .128.187h1.648a.27.27 0 0 0 .255-.183l4.333-12.23a.14.14 0 0 0-.128-.187m2.005 5.124a.134.134 0 0 0-.254 0l-.855 2.413a.3.3 0 0 0 0 .19l1.662 4.69a.27.27 0 0 0 .254.183h1.649c.094 0 .16-.096.127-.187zm4.203 2.361a.134.134 0 0 0 .255 0l2.585-7.298a.14.14 0 0 0-.127-.187h-1.648a.27.27 0 0 0-.255.183l-1.665 4.699a.3.3 0 0 0 0 .19zm-3.25-7.303a.27.27 0 0 0-.253-.182h-1.654a.27.27 0 0 0-.254.183l-4.333 12.23a.14.14 0 0 0 .127.187h1.648a.27.27 0 0 0 .255-.183l3.318-9.364a.067.067 0 0 1 .127 0l3.318 9.364a.27.27 0 0 0 .255.183h1.648c.094 0 .16-.096.127-.187zm8.662-.182h-1.648a.27.27 0 0 0-.255.183l-3.014 8.508a.3.3 0 0 0 0 .19l.855 2.413a.134.134 0 0 0 .254 0l2.984-8.421l.952-2.686a.14.14 0 0 0-.128-.187"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ef8220" d="M9.244 5.7H7.596a.27.27 0 0 0-.255.183l-4.333 12.23a.14.14 0 0 0 .128.187h1.648a.27.27 0 0 0 .255-.183l4.333-12.23a.14.14 0 0 0-.128-.187m2.005 5.124a.134.134 0 0 0-.254 0l-.855 2.413a.3.3 0 0 0 0 .19l1.662 4.69a.27.27 0 0 0 .254.183h1.649c.094 0 .16-.096.127-.187zm4.203 2.361a.134.134 0 0 0 .255 0l2.585-7.298a.14.14 0 0 0-.127-.187h-1.648a.27.27 0 0 0-.255.183l-1.665 4.699a.3.3 0 0 0 0 .19zm-3.25-7.303a.27.27 0 0 0-.253-.182h-1.654a.27.27 0 0 0-.254.183l-4.333 12.23a.14.14 0 0 0 .127.187h1.648a.27.27 0 0 0 .255-.183l3.318-9.364a.067.067 0 0 1 .127 0l3.318 9.364a.27.27 0 0 0 .255.183h1.648c.094 0 .16-.096.127-.187zm8.662-.182h-1.648a.27.27 0 0 0-.255.183l-3.014 8.508a.3.3 0 0 0 0 .19l.855 2.413a.134.134 0 0 0 .254 0l2.984-8.421l.952-2.686a.14.14 0 0 0-.128-.187"/></svg>
</template>

CSS

.icon-arbitrum-nova {
  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%23ef8220%22%20d%3D%22M9.244%205.7H7.596a.27.27%200%200%200-.255.183l-4.333%2012.23a.14.14%200%200%200%20.128.187h1.648a.27.27%200%200%200%20.255-.183l4.333-12.23a.14.14%200%200%200-.128-.187m2.005%205.124a.134.134%200%200%200-.254%200l-.855%202.413a.3.3%200%200%200%200%20.19l1.662%204.69a.27.27%200%200%200%20.254.183h1.649c.094%200%20.16-.096.127-.187zm4.203%202.361a.134.134%200%200%200%20.255%200l2.585-7.298a.14.14%200%200%200-.127-.187h-1.648a.27.27%200%200%200-.255.183l-1.665%204.699a.3.3%200%200%200%200%20.19zm-3.25-7.303a.27.27%200%200%200-.253-.182h-1.654a.27.27%200%200%200-.254.183l-4.333%2012.23a.14.14%200%200%200%20.127.187h1.648a.27.27%200%200%200%20.255-.183l3.318-9.364a.067.067%200%200%201%20.127%200l3.318%209.364a.27.27%200%200%200%20.255.183h1.648c.094%200%20.16-.096.127-.187zm8.662-.182h-1.648a.27.27%200%200%200-.255.183l-3.014%208.508a.3.3%200%200%200%200%20.19l.855%202.413a.134.134%200%200%200%20.254%200l2.984-8.421l.952-2.686a.14.14%200%200%200-.128-.187%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%23ef8220%22%20d%3D%22M9.244%205.7H7.596a.27.27%200%200%200-.255.183l-4.333%2012.23a.14.14%200%200%200%20.128.187h1.648a.27.27%200%200%200%20.255-.183l4.333-12.23a.14.14%200%200%200-.128-.187m2.005%205.124a.134.134%200%200%200-.254%200l-.855%202.413a.3.3%200%200%200%200%20.19l1.662%204.69a.27.27%200%200%200%20.254.183h1.649c.094%200%20.16-.096.127-.187zm4.203%202.361a.134.134%200%200%200%20.255%200l2.585-7.298a.14.14%200%200%200-.127-.187h-1.648a.27.27%200%200%200-.255.183l-1.665%204.699a.3.3%200%200%200%200%20.19zm-3.25-7.303a.27.27%200%200%200-.253-.182h-1.654a.27.27%200%200%200-.254.183l-4.333%2012.23a.14.14%200%200%200%20.127.187h1.648a.27.27%200%200%200%20.255-.183l3.318-9.364a.067.067%200%200%201%20.127%200l3.318%209.364a.27.27%200%200%200%20.255.183h1.648c.094%200%20.16-.096.127-.187zm8.662-.182h-1.648a.27.27%200%200%200-.255.183l-3.014%208.508a.3.3%200%200%200%200%20.19l.855%202.413a.134.134%200%200%200%20.254%200l2.984-8.421l.952-2.686a.14.14%200%200%200-.128-.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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