Sparebankenost Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sparebankenost 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/347709.svg" alt="Sparebankenost icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347709.svg" alt="Sparebankenost icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347709.svg" alt="Sparebankenost icon" :width="24" :height="24" />
CSS background
.icon-sparebankenost {
background-image: url('https://proicons.com/icon/347709.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.8067,8.4213c-3.7134.2613-8.4467,2.3441-11.2333,10.6C23.88,29.9733,23.6827,38.1146,15.6827,43.7866A21.4744,21.4744,0,0,0,38.8067,8.4213Zm0,0M24,2.5A21.4337,21.4337,0,0,0,6.88,36.9173c6.984-5.224,6.6987-5.4066,12.3387-17.1253C24.016,9.8226,30.9787,6.864,36.6507,6.62A21.4888,21.4888,0,0,0,24,2.5Zm0,0"/></svg>
Copied!