Banco Sabadell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banco Sabadell 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/336918.svg" alt="Banco Sabadell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336918.svg" alt="Banco Sabadell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336918.svg" alt="Banco Sabadell icon" :width="24" :height="24" />
CSS background
.icon-banco-sabadell {
background-image: url('https://proicons.com/icon/336918.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="13.4298" cy="17.8583" r="7.9295"/><path class="c" d="M26.3648,35.3933c1.5396,1.9514,3.4698,2.6779,6.1554,2.6779h3.7168c3.4588,0,6.2627-2.7298,6.2627-6.0973v-.0263c0-3.3675-2.8039-6.0973-6.2627-6.0973h-4.0999c-3.4626,0-6.2693-2.7329-6.2693-6.1037,0-3.3785,2.813-6.1172,6.2831-6.1172h3.6964c2.6856,0,4.6159.7268,6.1554,2.6779"/><path class="c" d="M14.1168,17.8583c1.1679,0,2.1145.9467,2.1145,2.1145s-.9467,2.1145-2.1145,2.1145h-3.489v-8.4582h3.489c1.1679,0,2.1145.9467,2.1145,2.1145s-.9467,2.1145-2.1145,2.1145v.0002Z"/><line class="c" x1="14.1168" y1="17.8583" x2="10.6318" y2="17.8583"/></svg>
Copied!