How to use the NAB icon
import { NabLogo } from "@/assets/icons/nabLogo"
export default function Example() {
return <NabLogo width="32px" height="32px" />
}Brands icon
Copy the NAB icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.
Copy-ready code
// Source: https://raw.githubusercontent.com/glincker/thesvg/bc1ea3c9c5901d1d7a9438e760a9d071955ff29d/public/icons/nab/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const NabLogo = ({ width = "40px", height = "40px", color = "#C2002F", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 60 30" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<defs><linearGradient id="a" x1="-.61%" x2="99.92%" y1="50.05%" y2="50.05%"><stop offset="0%" stopColor="currentColor"/><stop offset="7.73%" stopColor="currentColor"/><stop offset="64.86%" stopColor="currentColor"/><stop offset="100%" stopColor="currentColor"/></linearGradient><linearGradient id="b" x1="50.01%" x2="50.01%" y1="99.02%" y2=".46%"><stop offset="0%" stopColor="currentColor" stopOpacity="0"/><stop offset="100%" stopColor="currentColor"/></linearGradient></defs><g fill="none"><path fill="currentColor" d="M36.828 15.75c0 .524.15.599.376.599.225 0 .376-.075.376-.075v.824c-.075 0-.226.075-.527.075-.451 0-.752-.15-.827-.225-.15-.075-.376-.3-.376-.9v-2.172h-.903v-.824h.903v-1.199h.978v1.199h.978v.824h-.978zm4.062-2.698c-.827 0-1.203.524-1.354.674v-2.098h-.978v5.47h.978v-2.173c0-.524.376-1.124.978-1.124.828 0 .828.675.828.974v2.323h.978V14.55c.075-1.048-.527-1.498-1.43-1.498m9.48 0c-.828 0-1.204.524-1.354.674v-.6h-.978v3.972h.978v-2.173c0-.524.376-1.124.978-1.124.827 0 .827.675.827.974v2.323h.978V14.55c.076-1.048-.526-1.498-1.43-1.498zm-3.01 4.046h-.978s-.15-.225-.225-.45c-.075.075-.452.525-1.43.525-.752 0-1.504-.3-1.504-1.199 0-.75.601-.974.827-1.124.226-.075.527-.15.828-.15.451-.075.752-.075.978-.15.15-.074.3-.074.3-.224 0-.075-.074-.525-.902-.525-.301 0-.978 0-.978.675h-.903c0-1.2 1.279-1.499 1.956-1.499.903 0 1.806.375 1.806 1.424v2.098c0 .374.15.599.226.599zm-1.203-1.948c-.075 0-.226.075-.376.075-.226.075-.452.075-.678.075-.3 0-.526.075-.677.15a.41.41 0 0 0-.225.374c0 .45.526.525.752.525.602 0 1.129-.3 1.129-.974v-.225zm.15 6.668c0 1.124-.752 2.098-2.182 2.098s-2.181-.9-2.181-2.098c0-1.199.752-2.098 2.181-2.098s2.182.974 2.182 2.098m-1.053 0c0-.674-.451-1.274-1.129-1.274-.752 0-1.128.6-1.128 1.274s.451 1.274 1.128 1.274c.753 0 1.129-.6 1.129-1.274m4.213-2.098c-.828 0-1.204.525-1.354.675v-.6h-.978v3.971h.978v-2.173c0-.524.376-1.049.978-1.049.827 0 .827.675.827.974v2.323h.979v-2.547c0-1.124-.602-1.574-1.43-1.574m-.075 0c-.828 0-1.204.525-1.354.675v-.6h-.978v3.971h.978v-2.173c0-.524.376-1.124.978-1.124.827 0 .827.675.827.975v2.322h.978V21.22c.076-1.05-.526-1.499-1.43-1.499zm-8.276.75c-.075-.3-.226-.45-.451-.6a1.27 1.27 0 0 0-.753-.225c-.827 0-1.128.45-1.279.75-.075-.3-.225-.45-.451-.6a1.27 1.27 0 0 0-.753-.225c-.752 0-1.053.525-1.203.675v-.6h-.978v3.971h.978v-2.172c0-.225.075-1.124.827-1.124.376 0 .677.224.677.899v2.322h.978V21.37c0-.225.076-1.124.828-1.124.376 0 .677.224.677.899v2.322h.978v-2.172c0 .224.075-.45-.075-.825m14.821 1.348v.3h-3.235c.15.974.903.974 1.204.974.978 0 1.053-.45 1.053-.525h.903c0 .45-.602 1.349-2.031 1.349-1.28 0-2.182-.824-2.182-2.098 0-1.199.827-2.098 2.182-2.098s2.106.9 2.106 2.098m-1.053-.374c0-.15-.075-.9-1.053-.9s-1.129.75-1.129.9zm4.288-1.649-.978 2.997-.978-2.997h-.978l1.43 4.27v.076c-.15.3-.527.6-.978.6-.076 0-.377 0-.452-.076v.75s.226.074.527.074c1.128 0 1.505-.524 1.806-1.498L60 19.72h-.828v.074zM46.307 8.032c0 1.124-.752 2.098-2.182 2.098s-2.181-.9-2.181-2.098c0-1.199.752-2.098 2.181-2.098s2.182.974 2.182 2.098m-1.053 0c0-.674-.451-1.274-1.129-1.274-.752 0-1.128.6-1.128 1.274s.451 1.274 1.128 1.274c.753 0 1.129-.525 1.129-1.274m-4.138-1.274c-.075-.3-.226-.45-.451-.6a1.27 1.27 0 0 0-.753-.224c-.827 0-1.128.45-1.279.75-.075-.3-.225-.45-.451-.6a1.27 1.27 0 0 0-.753-.225c-.752 0-1.053.525-1.203.675v-.6h-.978v3.971h.978V7.732c0-.224.075-1.124.827-1.124.376 0 .677.225.677.9V9.83h.978V7.657c0-.224.076-1.123.828-1.123.376 0 .677.224.677.899v2.322h.978V7.582c0 .225.075-.45-.075-.824m8.05-.749c-.827 0-1.053.525-1.128.674v-.599h-.978v3.971h.978V8.032c0-.225.075-1.199 1.053-1.199.3 0 .451.075.451.075l.15-.824c-.15-.075-.3-.075-.526-.075m5.116 2.098v.3h-3.235c.15.974.903.974 1.204.974.978 0 1.053-.45 1.053-.525h.978c0 .45-.602 1.349-2.031 1.349-1.28 0-2.182-.824-2.182-2.098 0-1.199.828-2.098 2.182-2.098 1.279 0 2.031.9 2.031 2.098m-.978-.45c0-.15-.075-.899-1.053-.899s-1.129.75-1.129.9z"/><path fill="currentColor" d="m29.304 21.144-4.965-6.219 4.965-6.219c.301-.374.15-.674-.3-.674h-1.882c-.075 0-.225.075-.3.15l-6.47 6.743h-.377l4.965-6.219c.301-.374.15-.674-.3-.674h-1.881c-.076 0-.226.075-.301.15l-6.47 6.743h-.377l5.417-6.743c.075-.075.075-.225.075-.3L19.223.39c-.076-.45-.452-.525-.753-.15l-4.965 6.219-7.148-3.447c-.451-.225-.677 0-.602.45l1.73 7.717L.34 14.625c-.452.225-.452.525 0 .75l7.147 3.446-1.73 7.717c-.076.45.15.675.601.45l7.148-3.447 4.965 6.22c.301.374.602.299.753-.15l1.73-7.718h7.975c.527-.075.677-.375.376-.75z"/><path fill="currentColor" d="m29.304 21.144-4.965-6.219 4.965-6.219c.301-.374.15-.674-.3-.674h-1.882c-.075 0-.225.075-.3.15l-6.47 6.743h-.377l4.965-6.219c.301-.374.15-.674-.3-.674h-1.881c-.076 0-.226.075-.301.15l-6.47 6.743h-.377V25.94l3.01 3.746c.3.375.602.3.752-.15l1.73-7.717h7.975c.377 0 .527-.3.226-.674z"/><path fill="currentColor" d="M29.304 8.781 24.34 15h-3.99l6.47-6.743c.076-.075.226-.15.301-.15h1.881c.452-.075.602.3.301.674zm-4.74-.749h-1.88c-.076 0-.226.075-.302.15l-6.47 6.743H19.9l4.965-6.219c.301-.3.15-.674-.3-.674z"/></g>
</svg>
)
import { NabLogo } from "@/assets/icons/nabLogo"
export default function Example() {
return <NabLogo width="32px" height="32px" />
}Built for the web
This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.
Looking for a similar mark? Browse the related icons below or explore the full brands collection.
Yes. You can copy the JSX component and use it in React and Next.js projects.
Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.