Scotiabank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scotiabank 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/347042.svg" alt="Scotiabank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347042.svg" alt="Scotiabank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347042.svg" alt="Scotiabank icon" :width="24" :height="24" />
CSS background
.icon-scotiabank {
background-image: url('https://proicons.com/icon/347042.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><path class="b" d="m34.4992,11.9998l6.7497-7.4998h-19.4997c-8.9997,0-15,11.2497-9.7496,17.9998,0-4.4999,5.9998-10.4997,8.9997-10.4997l13.4999-.0003Z"/><path class="b" d="m13.5007,36.0002l-6.7496,7.4998h19.4986c8.9996,0,14.9989-11.2497,9.7495-17.9998,0,4.4999-5.9997,10.4997-8.9996,10.4997l-13.4989.0003Z"/><circle class="b" cx="23.9999" cy="24" r="8.9997"/></svg>
Copied!