Turkcell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turkcell 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/334367.svg" alt="Turkcell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334367.svg" alt="Turkcell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334367.svg" alt="Turkcell icon" :width="24" :height="24" />
CSS background
.icon-turkcell {
background-image: url('https://proicons.com/icon/334367.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="m15.8323,16.8272c-8.8875,7.3874-11.2003,19.6845-7.0983,21.3005,3.9399,1.2923,3.5841-9.0262,21.1735-15.5025.2209-.0813.6643-.4071.7208-.9336.2496-2.3242,2.3262-4.0907,4.7325-4.0907,2.6411,0,4.7821,2.141,4.7821,4.7821s-2.141,4.7821-4.7821,4.7821c-1.2289,0-2.176-.7192-3.1966-1.2253-.6509-.3228-1.5149-.1648-1.9385.1078-6.301,4.0543-10.1665,9.1012-12.1334,15.113-1.0151,3.1026,2.1619,4.0722,3.7234,4.2297.7182.0725,1.4469.1096,2.1843.1096,11.8741,0,21.5-9.6259,21.5-21.5S35.8741,2.5,24,2.5C13.6587,2.5,3.1835,9.5883,2.9654,19.5297c-.045,2.0501.705,2.7257,1.4814,2.2043,1.4613-.9812,3.2094-4.492,10.7571-7.8885.1448-.0652.4244-.167.435-.4305.1058-2.6278,2.141-4.7821,4.7821-4.7821s4.7821,2.141,4.7821,4.7821-2.141,4.7821-4.7821,4.7821c-1.3002,0-2.4673-.5314-3.3413-1.3609-.3781-.3588-1.0073-.2085-1.2474-.009Z"/></svg>
Copied!