Creditagricole Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Creditagricole 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/338649.svg" alt="Creditagricole icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338649.svg" alt="Creditagricole icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338649.svg" alt="Creditagricole icon" :width="24" :height="24" />
CSS background
.icon-creditagricole {
background-image: url('https://proicons.com/icon/338649.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><line class="a" x1="4.97" y1="37.07" x2="43.03" y2="37.07"/><path class="a" d="M19.91,12.38C10.85,13.5,4.5,16.82,4.5,24c0,4.38,4.51,6.53,8.66,6.53,8.61,0,21.7-8.31,30.34-13.18"/><polyline class="a" points="19.98 25.23 26.87 12.38 36.78 31.42"/><path class="a" d="M43.5,10.93a85.83,85.83,0,0,1-9.1,5.12"/></svg>
Copied!