Kia Fan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kia Fan 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/327926.svg" alt="Kia Fan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327926.svg" alt="Kia Fan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327926.svg" alt="Kia Fan icon" :width="24" :height="24" />
CSS background
.icon-kia-fan {
background-image: url('https://proicons.com/icon/327926.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{stroke-width:1px;}.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="19.4628" y1="23.2261" x2="13.5468" y2="17.3101"/><path class="d" d="m4.5,14.4782v8.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"/><polyline class="c" points="28.5504 34.5585 28.5504 27.672 33.1127 34.5585 33.1127 27.672"/><path class="d" d="m14.8873,34.5592v-6.8866h3.4433m-3.4433,3.4433h2.2381"/><path class="d" d="m20.6843,34.5592l2.2812-6.8866,2.2812,6.8866m-.7556-2.2812h-3.0511"/></svg>
Copied!