Norisbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Norisbank 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/330292.svg" alt="Norisbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330292.svg" alt="Norisbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330292.svg" alt="Norisbank icon" :width="24" :height="24" />
CSS background
.icon-norisbank {
background-image: url('https://proicons.com/icon/330292.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M22.15,2.5792C17.93,4.4486,8.257,13.4486,6.4065,20.3879"/><path class="a" d="M26.5136,2.646C21.74,5.0952,13.0093,15.0467,12.6869,24.6355"/><path class="a" d="M30.1678,3.3985c-5.3272,3.029-12.4061,13.2464-11.2,25.4847"/><path class="a" d="M33.0632,4.4988c-5.881,3.6087-10.5492,13.7442-7.8155,28.632"/></svg>
Copied!