Ktc Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ktc Mobile 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/328096.svg" alt="Ktc Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328096.svg" alt="Ktc Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328096.svg" alt="Ktc Mobile icon" :width="24" :height="24" />
CSS background
.icon-ktc-mobile {
background-image: url('https://proicons.com/icon/328096.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.3577,23.415l-3.1489-3.9371m-.9843,1.1803l4.1332-5.1175m-4.1332,0v7.8733m17.7251-2.7038h0c.0066,1.4612-1.1725,2.6511-2.6337,2.6578-.008,0-.016,0-.0241,0h0c-1.4764,0-2.6578-1.1803-2.6578-2.5587v-2.6578c0-1.4764,1.1803-2.6568,2.6578-2.5587h0c1.4032-.01,2.5488,1.1194,2.5587,2.5226,0,.012,0,.0241,0,.0361h0m-8.9846,5.2625v-7.8723m-2.5587,0h5.1175m-.4431,12.3625l-12.0004,9.7898c-.9083.7402-2.1496-.035-2.8228-.9943l-9.3707-13.3588c-.6732-.9603-.093-2.3837.9943-2.8228h0s1.1013-.4361,1.7005-.5682m22.4814,7.4271l-13.6499,7.3461c-1.0333.5552-2.1046-.4401-2.5837-1.5104l-6.6699-14.8933c-.4801-1.0703.3601-2.3587,1.5104-2.5827h0l.1781-.034m18.2252,12.3985l-9.9789,4.2052c-1.0803.4561-2.0526-.6382-2.4287-1.7485l-5.2295-15.4554c-.3761-1.1103.5822-2.3137,1.7485-2.4287h0s1.2454-.023,1.7025-.065m2.2476-2.5937s10.658.7572,16.8388,1.0663c1.8735.094,3.8991.8002,4.9374,2.1786l5.8817,7.8122c1.4354,1.9055.8823,3.0099-1.0853,3.486l-23.8928,5.7847c-1.1403.2761-1.9246-.9603-2.1166-2.1156l-2.6808-16.0956c-.1921-1.1573.9473-2.1906,2.1176-2.1166Z"/></svg>
Copied!