Kredivo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kredivo 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/342622.svg" alt="Kredivo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342622.svg" alt="Kredivo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342622.svg" alt="Kredivo icon" :width="24" :height="24" />
CSS background
.icon-kredivo {
background-image: url('https://proicons.com/icon/342622.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><path class="c" d="M40.7049,7.46L7.5543,40.6106c-.9394.9836-.8894,1.0224-.8894-.3175v-8.8355c0-1.0006.1824-1.491.9883-2.2969L29.6032,7.2107c.5461-.5461.8611-.71,1.7055-.71h8.8703c1.1241-.0142,1.3071.1781.5262.959l-.0004.0003Z"/><path class="c" d="M18.7638,29.401l10.8863,11.4046c.5076.5076.8059.6944,1.6236.6944h8.9747c1.4139,0,1.3739-.0429.3119-1.1372l-16.1348-16.6234"/><path class="c" d="M14.2324,22.5814V7.2468c0-.7067-.0117-.7458-.7689-.7458h-5.8788c-.861,0-.9197.045-.9197.8849h0v24.0716"/></svg>
Copied!