Yapi Kredi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yapi Kredi 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/349998.svg" alt="Yapi Kredi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349998.svg" alt="Yapi Kredi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349998.svg" alt="Yapi Kredi icon" :width="24" :height="24" />
CSS background
.icon-yapi-kredi {
background-image: url('https://proicons.com/icon/349998.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="m23.1251,20.9046c.3891.6544,1.3606.6544,1.7497,0,1.6631-2.7972,5.0518-6.4857,10.1031-6.4857,6.2169,0,9.5221,3.3839,9.5221,8.5777s-3.2265,8.263-6.6104,8.263c-3.3839,0-5.7054-1.9674-4.8397-6.453,0,0,.6117,2.5445,3.5412,2.4002,3.9938-.1968,5.3514-7.8302-1.2985-7.8302-8.2105,0-5.0102,14.2044-11.2927,14.2044-6.2825,0-3.0822-14.2044-11.2927-14.2044-6.6499,0-5.2923,7.6334-1.2985,7.8302,2.9295.1443,3.5412-2.4002,3.5412-2.4002.8656,4.4856-1.4559,6.453-4.8397,6.453s-6.6104-3.0691-6.6104-8.263,3.3052-8.5777,9.5221-8.5777c5.0512,0,8.44,3.6885,10.1031,6.4857Z"/></svg>
Copied!