Iyzico Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iyzico 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/342158.svg" alt="Iyzico icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342158.svg" alt="Iyzico icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342158.svg" alt="Iyzico icon" :width="24" :height="24" />
CSS background
.icon-iyzico {
background-image: url('https://proicons.com/icon/342158.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m16.7991,25.0558v3.1275c0,1.2742-1.0425,2.3167-2.3167,2.3167-.695,0-1.2742-.2317-1.6217-.695"/><path class="b" d="m16.7991,21.1174v3.8225c0,1.2742-1.0425,2.3167-2.3167,2.3167s-2.3167-1.0425-2.3167-2.3167v-3.8225"/><path class="b" d="m36.8547,27.1087h0c-1.2435,0-2.2609-1.0174-2.2609-2.2609v-1.4696c0-1.2435,1.0174-2.2609,2.2609-2.2609h0c1.2435,0,2.2609,1.0174,2.2609,2.2609v1.4696c0,1.2435-1.0174,2.2609-2.2609,2.2609Z"/><polyline class="b" points="19.0669 21.1174 23.5049 21.1174 19.0669 27.1087 23.5049 27.1087"/><circle class="c" cx="9.7322" cy="18.3478" r=".75"/><line class="b" x1="9.7322" y1="21.1174" x2="9.7322" y2="27.1087"/><path class="b" d="m32.5044,25.9783c-.3391.6783-1.1304,1.1304-1.9217,1.1304h0c-1.2435,0-2.2609-1.0174-2.2609-2.2609v-1.4696c0-1.2435,1.0174-2.2609,2.2609-2.2609h0c.7913,0,1.5826.4522,1.9217,1.1304"/><circle class="c" cx="25.9433" cy="18.3478" r=".75"/><line class="b" x1="25.9433" y1="21.1174" x2="25.9433" y2="27.1087"/></svg>
Copied!