Sicoob Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sicoob 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/347290.svg" alt="Sicoob icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347290.svg" alt="Sicoob icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347290.svg" alt="Sicoob icon" :width="24" :height="24" />
CSS background
.icon-sicoob {
background-image: url('https://proicons.com/icon/347290.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="M23.2389,41.1635,5.1274,9.848a.9445.9445,0,0,1,.8142-1.4192L42.0553,8.365a.9454.9454,0,0,1,.8191,1.4163L24.873,41.1606a.9418.9418,0,0,1-1.6332.0029Z"/><path class="a" d="M28.3689,22.0744l-8.742.083,4.2993-7.6328Z"/><path class="a" d="M23.9284,14.5167,20.4634,8.47"/><path class="a" d="M19.64,22.155l-3.6381,6.307"/><path class="a" d="M28.3738,22.078h7.1606"/></svg>
Copied!