How to use the Japan Post Bank icon
import { JapanPostBankLogo } from "@/assets/icons/japanpostbankLogo"
export default function Example() {
return <JapanPostBankLogo width="32px" height="32px" />
}Brands icon
Copy the Japan Post Bank 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/japan-post-bank/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const JapanPostBankLogo = ({ width = "40px", height = "40px", color = "#0066B3", ...props }) => (
<svg {...props} width={width} height={height} viewBox="0 0 1548 1087" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path fill="currentColor" fillRule="evenodd" d="M1544.7 222.2c-24.4 146.6-127.6 219-300.2 219h-169.3l-23.7 114.3c-25.2 118.9-118.1 217.4-289.9 217.4H65.2L181 217.5C215.6 48.9 273.9.1 467 .1h360L724.6 493.2c-11 54.4-41 85.9-99.3 85.9s-81.1-33.1-70.1-85.9c7.9-33.8 13.4-59 16.5-73.2H417.3c-5.5 28.3-7.8 40.9-14.1 73.2-30 152.9 83.5 215.9 202.4 215.9 131.6 0 239.5-44.9 275-215.9L983 .1h342.7c143.4 0 241.8 85.1 219 222.1m-273.4-103.9h-129.2l-42.5 203.2h126.8c95.3 0 148.9-30.7 159.2-99.3 7-55.9-17.4-103.9-114.3-103.9M40.8 891.8h85.8c20.5 0 55.2 7.9 55.2 44.9 0 26-20.5 45-51.2 48.9v.8c22.8 3.1 37.8 15.7 37.8 37 0 41-35.5 60.7-79.6 61.4l-88.2.8zm18.1 157.6h14.2c26 0 43.3-7.1 43.3-26 0-17.3-11.8-19.7-35.4-19.7H68.3zM76.3 969h18.9c22 0 34.7-8.6 34.7-22 0-15.8-12.7-18.1-32.3-18.1H84.2zM480.4 891.8H545l32.3 193.8h-52.8l-4.8-40.9h-75.6l-22.8 40.9h-56zm26 40.2h-.8l-40.9 75.6h49.6zm330.1-40.1h64.6l40.2 134.7 27.6-134.7h48.8l-41 194.5h-64.6L872 951.7h-.8l-26.8 134.7h-48.9zm412.9 0h52l-16.6 78.8h.8l69.3-78.8h67l-91.4 93.8 56.7 100h-59.8l-47.3-88.2h-.8l-18.1 88.2h-52.8z"/>
</svg>
)
import { JapanPostBankLogo } from "@/assets/icons/japanpostbankLogo"
export default function Example() {
return <JapanPostBankLogo 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.