Handelsbanken Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Handelsbanken 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/326881.svg" alt="Handelsbanken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326881.svg" alt="Handelsbanken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326881.svg" alt="Handelsbanken icon" :width="24" :height="24" />
CSS background
.icon-handelsbanken {
background-image: url('https://proicons.com/icon/326881.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,5.4999h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4V9.4999c0-2.2091,1.7909-4,4-4Z"/><line class="b" x1="12.9234" y1="12.1882" x2="12.9234" y2="35.8118"/><line class="b" x1="28.574" y1="12.1882" x2="28.574" y2="35.8118"/><line class="b" x1="12.9234" y1="23.9555" x2="28.574" y2="23.9555"/><path class="b" d="M42.5014,34.082c-1.0606,1.0688-2.5259,1.7298-4.1444,1.7298h-2.0569c-2.1445,0-3.8829-1.7518-3.8829-3.9126,0-2.1609,1.7385-3.9126,3.8829-3.9126h6.1999"/><path class="b" d="M33.8936,21.7115c1.4232-1.4254,2.4206-1.5503,5.1676-1.5503,1.3867,0,2.5619.2712,3.4396.8984"/></svg>
Copied!