Kia Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kia Connect 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/327925.svg" alt="Kia Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327925.svg" alt="Kia Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327925.svg" alt="Kia Connect icon" :width="24" :height="24" />
CSS background
.icon-kia-connect {
background-image: url('https://proicons.com/icon/327925.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,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{stroke-width:1px;}</style></defs><line class="c" x1="19.4628" y1="23.2676" x2="13.5469" y2="17.3517"/><path class="c" d="m4.5,14.5197v8.7472l14.4459-9.4462c.3375-.2207.7321-.3383,1.1354-.3383h2.8815c.5729,0,1.0373.4644,1.0373,1.0373v7.7099c0,.5729.4644,1.0373,1.0373,1.0373h2.8815c.4033,0,.7979-.1176,1.1354-.3383l14.4459-9.4462v8.7472"/><path class="c" d="m41.2739,34.5172v-6.7205m-2.2262,0h4.4523"/><polyline class="d" points="16.5032 34.5173 16.5032 27.7968 20.9555 34.5173 20.9555 27.7968"/><path class="c" d="m8.9524,32.2632v.0276c0,1.2295-.9966,2.2262-2.2262,2.2262h0c-1.2295,0-2.2262-.9966-2.2262-2.2262v-2.2681c0-1.2295.9966-2.2262,2.2262-2.2262h0c1.2295,0,2.2262.9966,2.2262,2.2262v.0275"/><path class="c" d="m31.9702,34.5172h-3.3602v-6.7205h3.3602m-3.3602,3.3602h2.1909"/><path class="c" d="m12.6826,27.7971h0c1.2295,0,2.2262.9967,2.2262,2.2262v2.2681c0,1.2295-.9967,2.2262-2.2262,2.2262h0c-1.2295,0-2.2262-.9967-2.2262-2.2262v-2.2681c0-1.2295.9967-2.2262,2.2262-2.2262Z"/><polyline class="d" points="22.5589 34.5173 22.5589 27.7968 27.0113 34.5173 27.0113 27.7968"/><path class="c" d="m37.7351,32.2632v.0276c0,1.2295-.9966,2.2262-2.2262,2.2262h0c-1.2295,0-2.2262-.9966-2.2262-2.2262v-2.2681c0-1.2295.9966-2.2262,2.2262-2.2262h0c1.2295,0,2.2262.9966,2.2262,2.2262v.0275"/></svg>
Copied!