How to use the Westpac icon
import { WestpacLogo } from "@/assets/icons/westpacLogo"
export default function Example() {
return <WestpacLogo width="32px" height="32px" />
}Brands icon
Copy the Westpac 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/westpac/default.svg
// Asset license: MIT License
// Optimized, converted to monochrome currentColor JSX, and parameterized by JSXIcons.
export const WestpacLogo = ({ width = "40px", height = "40px", color = "#DA1710", ...props }) => (
<svg {...props} width={width} height={height} viewBox="-0.863 -0.863 153.85 30.475" xmlns="http://www.w3.org/2000/svg" fill={color} color={color}>
<path d="M298.938 517.987c.81.343 1.343 2.438 1.343 2.438l5.031 17.5c.58 2.19 2.416 3.343 4.47 3.343h11.03c-.79-.14-1.656-2.468-1.656-2.468l-5.594-17.407c-.805-2.658-2.162-3.406-4.218-3.406zm46.687 0c-2.061 0-3.395.748-4.187 3.406l-5.625 17.407s-.858 2.327-1.657 2.468h11.031c2.064 0 3.882-1.153 4.47-3.343l5.03-17.5s.55-2.095 1.375-2.438zm-24.25.125v23.156h12.281v-23.156z" transform="translate(-298.938 -517.987)"/><path d="m393.906 523.206-4.844.469v2.562h-1.968v2.563h1.969v7.906c0 1.244.235 2.176.656 2.812.446.655 1.075 1.16 1.937 1.532.861.387 2.085.562 3.656.562.667 0 1.567-.117 2.72-.406v-2.5c-.568.111-1.056.187-1.47.187-.872 0-1.548-.18-2-.562-.448-.375-.656-1.106-.656-2.188V528.8h3.813v-2.563h-3.813zm-31.094 2.687c-1.856 0-3.425.344-4.687 1.032-1.27.683-2.21 1.618-2.875 2.812a7.94 7.94 0 0 0-1 3.906c0 1.515.381 2.94 1.156 4.22.779 1.29 1.915 2.225 3.375 2.843 1.449.614 3.137.906 5.063.906 2.046 0 4.187-.27 6.469-.844v-2.812c-2.013.599-3.833.906-5.438.906-1.252 0-2.225-.189-2.969-.531-.741-.343-1.347-.794-1.781-1.375-.435-.581-.697-1.389-.812-2.406h11.062c-.042-3.328-.728-5.587-2.094-6.813-1.355-1.221-3.186-1.844-5.469-1.844m16.875 0c-2.492 0-4.346.423-5.562 1.282-1.217.84-1.812 1.923-1.812 3.218 0 1.09.372 1.952 1.187 2.625.798.694 2.064 1.34 3.75 1.907l1.625.53c.827.267 1.428.567 1.844.845q.595.445.594 1.093c0 .49-.275.864-.813 1.188-.534.32-1.266.5-2.156.5-1.694 0-3.726-.426-6.125-1.25v2.969c2.202.545 4.362.812 6.469.812 2.472 0 4.353-.482 5.656-1.437 1.293-.952 1.937-2.045 1.937-3.313 0-.964-.357-1.8-1.062-2.5-.72-.694-2.22-1.406-4.531-2.156l-1.407-.469c-.839-.26-1.413-.511-1.719-.781-.327-.28-.5-.618-.5-.969 0-.457.247-.812.75-1.094.495-.286 1.25-.437 2.25-.437q1.928 0 4.844.781v-2.812c-2.017-.36-3.756-.532-5.219-.532m31.282 0c-1.319 0-2.478.278-3.438.813-.961.547-1.733 1.327-2.344 2.406v-2.875h-4.843v20.5h4.844v-7.031c.65.55 1.23.959 1.718 1.187.499.24.986.435 1.531.563.534.124 1.148.156 1.782.156 2.389 0 4.23-.795 5.562-2.375 1.329-1.572 2-3.52 2-5.875 0-2.234-.59-4.037-1.781-5.406-1.189-1.37-2.871-2.063-5.031-2.063m15.875 0c-2.17 0-4.343.36-6.531 1.063v2.812c1.92-.892 3.815-1.343 5.656-1.343.933 0 1.707.156 2.312.468.616.323.906.95.906 1.875v1.344h-1.28c-3.23 0-5.556.486-7 1.469-1.432.995-2.157 2.242-2.157 3.719 0 1.208.483 2.215 1.438 3.062q1.447 1.248 3.843 1.25a8 8 0 0 0 1.75-.187c.549-.128 1.088-.282 1.594-.532.508-.252 1.136-.65 1.844-1.218h.187c.34.8.859 1.312 1.5 1.562.644.256 1.413.375 2.313.375.788 0 1.694-.109 2.719-.375l-.063-2.281c-.269.03-.506.031-.687.031q-.45-.001-.907-.281c-.299-.175-.437-.648-.437-1.469v-6.656c0-1.259-.323-2.184-.938-2.813q-.937-.946-2.5-1.406c-1.045-.3-2.245-.469-3.562-.469m19.094 0c-3.117 0-5.52.737-7.125 2.188-1.614 1.451-2.407 3.346-2.407 5.656 0 2.214.755 4.098 2.281 5.625 1.522 1.506 3.81 2.25 6.844 2.25 1.709 0 3.553-.204 5.531-.656v-2.813c-1.503.488-2.954.75-4.375.75-.98 0-1.87-.208-2.656-.593-.782-.39-1.382-.998-1.812-1.844a5.85 5.85 0 0 1-.656-2.75 5.9 5.9 0 0 1 1.125-3.5c.756-1.063 1.953-1.563 3.593-1.563 1.158 0 2.714.265 4.656.813v-2.969c-1.886-.404-3.55-.594-5-.594m-83.282 2.563c.859 0 1.559.286 2.094.875.541.586.813 1.551.813 2.906h-6.313c.151-1.241.527-2.166 1.125-2.812q.9-.969 2.281-.97m46.531.656c1.107 0 1.94.433 2.532 1.25.6.815.906 1.936.906 3.344 0 1.379-.312 2.582-.937 3.656-.625 1.065-1.558 1.594-2.844 1.594a4.8 4.8 0 0 1-1.781-.344q-.875-.355-1.875-1.312v-5.907c.588-.706 1.212-1.255 1.906-1.656.7-.409 1.41-.625 2.094-.625m18.875 5.344h1.125v3.031a7 7 0 0 1-1.75 1c-.58.236-1.157.375-1.718.375a2.56 2.56 0 0 1-1.625-.562c-.452-.368-.688-.828-.688-1.407 0-.7.394-1.286 1.156-1.75.768-.46 1.93-.687 3.5-.687" transform="translate(-298.938 -517.987)"/>
</svg>
)
import { WestpacLogo } from "@/assets/icons/westpacLogo"
export default function Example() {
return <WestpacLogo 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.