kia from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
kia
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the kia logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.923 14.175q.001.07.041.072a.1.1 0 0 0 .058-.024l7.48-4.854a.72.72 0 0 1 .432-.13h1.644c.252 0 .422.168.422.42v3.139c0 .38-.084.6-.42.801l-1.994 1.2a.14.14 0 0 1-.067.024c-.024 0-.048-.019-.048-.088v-3.663c0-.043-.012-.071-.041-.071a.1.1 0 0 0-.058.024l-5.466 3.551a.73.73 0 0 1-.42.127h-3.624c-.254 0-.422-.168-.422-.422V9.757c0-.033-.015-.064-.044-.064a.1.1 0 0 0-.057.024L7.732 11.88c-.036.024-.046.041-.046.058c0 .014.008.029.032.055l2.577 2.575c.034.034.058.06.058.089c0 .024-.039.043-.084.043H7.94c-.183 0-.324-.026-.423-.125l-1.562-1.56a.07.07 0 0 0-.048-.024a.1.1 0 0 0-.048.015l-2.61 1.57a.72.72 0 0 1-.423.122H.425C.168 14.7 0 14.53 0 14.279v-3.08c0-.38.084-.6.422-.8L2.43 9.192a.1.1 0 0 1 .052-.016c.032 0 .048.03.048.1V13.4c0 .043.01.063.041.063a.14.14 0 0 0 .06-.024L9.407 9.36a.73.73 0 0 1 .446-.124h3.648c.252 0 .422.168.422.42l-.002 4.518z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKia(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.923 14.175q.001.07.041.072a.1.1 0 0 0 .058-.024l7.48-4.854a.72.72 0 0 1 .432-.13h1.644c.252 0 .422.168.422.42v3.139c0 .38-.084.6-.42.801l-1.994 1.2a.14.14 0 0 1-.067.024c-.024 0-.048-.019-.048-.088v-3.663c0-.043-.012-.071-.041-.071a.1.1 0 0 0-.058.024l-5.466 3.551a.73.73 0 0 1-.42.127h-3.624c-.254 0-.422-.168-.422-.422V9.757c0-.033-.015-.064-.044-.064a.1.1 0 0 0-.057.024L7.732 11.88c-.036.024-.046.041-.046.058c0 .014.008.029.032.055l2.577 2.575c.034.034.058.06.058.089c0 .024-.039.043-.084.043H7.94c-.183 0-.324-.026-.423-.125l-1.562-1.56a.07.07 0 0 0-.048-.024a.1.1 0 0 0-.048.015l-2.61 1.57a.72.72 0 0 1-.423.122H.425C.168 14.7 0 14.53 0 14.279v-3.08c0-.38.084-.6.422-.8L2.43 9.192a.1.1 0 0 1 .052-.016c.032 0 .048.03.048.1V13.4c0 .043.01.063.041.063a.14.14 0 0 0 .06-.024L9.407 9.36a.73.73 0 0 1 .446-.124h3.648c.252 0 .422.168.422.42l-.002 4.518z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.923 14.175q.001.07.041.072a.1.1 0 0 0 .058-.024l7.48-4.854a.72.72 0 0 1 .432-.13h1.644c.252 0 .422.168.422.42v3.139c0 .38-.084.6-.42.801l-1.994 1.2a.14.14 0 0 1-.067.024c-.024 0-.048-.019-.048-.088v-3.663c0-.043-.012-.071-.041-.071a.1.1 0 0 0-.058.024l-5.466 3.551a.73.73 0 0 1-.42.127h-3.624c-.254 0-.422-.168-.422-.422V9.757c0-.033-.015-.064-.044-.064a.1.1 0 0 0-.057.024L7.732 11.88c-.036.024-.046.041-.046.058c0 .014.008.029.032.055l2.577 2.575c.034.034.058.06.058.089c0 .024-.039.043-.084.043H7.94c-.183 0-.324-.026-.423-.125l-1.562-1.56a.07.07 0 0 0-.048-.024a.1.1 0 0 0-.048.015l-2.61 1.57a.72.72 0 0 1-.423.122H.425C.168 14.7 0 14.53 0 14.279v-3.08c0-.38.084-.6.422-.8L2.43 9.192a.1.1 0 0 1 .052-.016c.032 0 .048.03.048.1V13.4c0 .043.01.063.041.063a.14.14 0 0 0 .06-.024L9.407 9.36a.73.73 0 0 1 .446-.124h3.648c.252 0 .422.168.422.42l-.002 4.518z"/></svg>
</template>

CSS

.icon-kia {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.923%2014.175q.001.07.041.072a.1.1%200%200%200%20.058-.024l7.48-4.854a.72.72%200%200%201%20.432-.13h1.644c.252%200%20.422.168.422.42v3.139c0%20.38-.084.6-.42.801l-1.994%201.2a.14.14%200%200%201-.067.024c-.024%200-.048-.019-.048-.088v-3.663c0-.043-.012-.071-.041-.071a.1.1%200%200%200-.058.024l-5.466%203.551a.73.73%200%200%201-.42.127h-3.624c-.254%200-.422-.168-.422-.422V9.757c0-.033-.015-.064-.044-.064a.1.1%200%200%200-.057.024L7.732%2011.88c-.036.024-.046.041-.046.058c0%20.014.008.029.032.055l2.577%202.575c.034.034.058.06.058.089c0%20.024-.039.043-.084.043H7.94c-.183%200-.324-.026-.423-.125l-1.562-1.56a.07.07%200%200%200-.048-.024a.1.1%200%200%200-.048.015l-2.61%201.57a.72.72%200%200%201-.423.122H.425C.168%2014.7%200%2014.53%200%2014.279v-3.08c0-.38.084-.6.422-.8L2.43%209.192a.1.1%200%200%201%20.052-.016c.032%200%20.048.03.048.1V13.4c0%20.043.01.063.041.063a.14.14%200%200%200%20.06-.024L9.407%209.36a.73.73%200%200%201%20.446-.124h3.648c.252%200%20.422.168.422.42l-.002%204.518z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.923%2014.175q.001.07.041.072a.1.1%200%200%200%20.058-.024l7.48-4.854a.72.72%200%200%201%20.432-.13h1.644c.252%200%20.422.168.422.42v3.139c0%20.38-.084.6-.42.801l-1.994%201.2a.14.14%200%200%201-.067.024c-.024%200-.048-.019-.048-.088v-3.663c0-.043-.012-.071-.041-.071a.1.1%200%200%200-.058.024l-5.466%203.551a.73.73%200%200%201-.42.127h-3.624c-.254%200-.422-.168-.422-.422V9.757c0-.033-.015-.064-.044-.064a.1.1%200%200%200-.057.024L7.732%2011.88c-.036.024-.046.041-.046.058c0%20.014.008.029.032.055l2.577%202.575c.034.034.058.06.058.089c0%20.024-.039.043-.084.043H7.94c-.183%200-.324-.026-.423-.125l-1.562-1.56a.07.07%200%200%200-.048-.024a.1.1%200%200%200-.048.015l-2.61%201.57a.72.72%200%200%201-.423.122H.425C.168%2014.7%200%2014.53%200%2014.279v-3.08c0-.38.084-.6.422-.8L2.43%209.192a.1.1%200%200%201%20.052-.016c.032%200%20.048.03.048.1V13.4c0%20.043.01.063.041.063a.14.14%200%200%200%20.06-.024L9.407%209.36a.73.73%200%200%201%20.446-.124h3.648c.252%200%20.422.168.422.42l-.002%204.518z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kia.svg?color=%231a73e8&size=48