Westpac Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Westpac icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/349655.svg" alt="Westpac icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349655.svg" alt="Westpac icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349655.svg" alt="Westpac icon" :width="24" :height="24" />
CSS background
.icon-westpac {
background-image: url('https://proicons.com/icon/349655.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="19.6883" y="16.1581" width="8.6202" height="15.6822"/><path class="b" d="M17.1485,31.8426c-1.3399.0036-3.9798.0036-5.3445.0036s-1.454,0-1.7488-.0826c-.2948-.0826-.7951-.2479-1.2007-.7348-.4056-.4869-.7164-1.2954-1.4088-3.5727-.6924-2.2774-1.7663-6.0233-2.3261-7.9814-.5597-1.958-.6053-2.128-.737-2.3567-.1318-.2287-.3497-.516-.5547-.6865s-.3971-.2241-.3033-.2509c.0938-.0268.4735-.0268,1.7957-.0268s3.5869,0,4.9427.0179c1.3557.0179,1.8024.0536,2.162.2568.3596.2032.6321.574,1.459,2.9058.8269,2.3318,2.2083,6.6245,2.9179,8.8277.7096,2.2032.7475,2.3169.8597,2.527.1121.2101.2985.5164.4619.7217s.304.3095.3544.3653c.0504.0557.0106.0629-1.3294.0666h0Z"/><path class="b" d="M30.8515,31.8426c1.3399.0036,3.9798.0036,5.3445.0036s1.454,0,1.7488-.0826c.2948-.0826.7951-.2479,1.2007-.7348.4056-.4869.7164-1.2954,1.4088-3.5727.6924-2.2774,1.7663-6.0233,2.3261-7.9814.5597-1.958.6053-2.128.737-2.3567.1318-.2287.3497-.516.5547-.6865s.3971-.2241.3033-.2509c-.0938-.0268-.4735-.0268-1.7957-.0268s-3.5869,0-4.9427.0179c-1.3557.0179-1.8024.0536-2.162.2568-.3596.2032-.6321.574-1.459,2.9058-.8269,2.3318-2.2083,6.6245-2.9179,8.8277-.7096,2.2032-.7475,2.3169-.8597,2.527-.1121.2101-.2985.5164-.4619.7217s-.304.3095-.3544.3653c-.0504.0557-.0106.0629,1.3294.0666h0Z"/></svg>
Copied!