Santander Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Santander 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/332402.svg" alt="Santander icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332402.svg" alt="Santander icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332402.svg" alt="Santander icon" :width="24" :height="24" />
CSS background
.icon-santander {
background-image: url('https://proicons.com/icon/332402.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><path class="a" d="M15.8216,22.04c0,6.9412,7.6083,12.1141,8.3063,18.0958,0,0,1.3814-1.3813,1.3814-4.7361s-7.1272-13.368-7.1272-16.5765c0-2.4748.2313-3.4644,1.4535-4.9075,0,5.5982,9.0942,11.8363,9.0942,17.9319,0,0,1.3814-1.3814,1.3814-4.7361s-7.1271-13.368-7.1271-16.5765c0-2.4749.2312-3.4644,1.4534-4.9075,0,4.4528,5.7536,9.3408,8.1079,16.5611l0,0C39.1234,23.9408,43.5,27.5492,43.5,31.7161c0,5.8854-8.73,10.6563-19.5,10.6563S4.5,37.6015,4.5,31.7161C4.5,27.4269,9.1372,23.73,15.8216,22.04Z"/></svg>
Copied!