Unicredit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unicredit 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/334506.svg" alt="Unicredit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334506.svg" alt="Unicredit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334506.svg" alt="Unicredit icon" :width="24" :height="24" />
CSS background
.icon-unicredit {
background-image: url('https://proicons.com/icon/334506.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="m6.869,41.2867c.6444.8914,1.2888,1.7828,7.2524-2.9273,5.9636-4.7101,17.2463-15.0327,23.2427-20.4911,5.9854-5.4584,6.6954-6.0527,6.5315-6.5809-.1529-.5392-1.1687-1.0014-2.1735-1.4636"/><path class="b" d="m8.32,38.69c-3.61-3.84-5.82-9.01-5.82-14.69C2.5,12.13,12.13,2.5,24,2.5c6.13,0,11.66,2.57,15.57,6.69l.0179.0027c-7.5692-.3632-15.8986-.8325-18.2032-.1062-2.2937.7373.6663,2.5641,3.6371,4.3909-.7864.8584-1.5728,1.7058-4.358,5.8546-2.7852,4.1488-7.5692,11.9284-12.3531,19.3677l.0093-.0097Z"/><path class="b" d="m42.54,13.12c1.88,3.19,2.96,6.91,2.96,10.88,0,11.87-9.63,21.5-21.5,21.5-5.04,0-9.67-1.73-13.33-4.64"/></svg>
Copied!