kaios logo
kaios from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- kaios
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×134
- License
- CC0
The same logo in other sets
Use the kaios logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 134"><path fill="#5e3580" fill-rule="evenodd" d="M15.437.307C6.911.307 0 7.22 0 15.745v102.143c0 8.526 6.911 15.438 15.437 15.438s15.439-6.912 15.439-15.438V15.745c0-8.526-6.912-15.438-15.439-15.438m51.114 47.329c-4.795-6.848-14.234-8.513-21.082-3.718S36.956 58.152 41.752 65l43.321 61.87c4.795 6.848 14.233 8.511 21.082 3.717c6.848-4.796 8.513-14.234 3.718-21.082zm19.747-6.566c11.256 0 20.38-9.124 20.38-20.38S97.554.307 86.298.307S65.916 9.433 65.916 20.69s9.126 20.38 20.382 20.38m78.779 65.5c-10.672 0-19.356-8.682-19.356-19.356c0-10.673 8.684-19.355 19.356-19.355s19.356 8.682 19.356 19.355s-8.683 19.356-19.356 19.356m0-65.468c25.468 0 46.113 20.645 46.113 46.112c0 .693-.022 1.381-.052 2.066v30.712c0 7.365-5.971 13.335-13.336 13.335c-4.45 0-8.38-2.187-10.802-5.537a45.9 45.9 0 0 1-21.923 5.537c-25.467 0-46.112-20.646-46.112-46.113s20.645-46.112 46.112-46.112m75.63 0c8.481 0 15.356 6.875 15.356 15.357v61.51c0 8.482-6.875 15.358-15.355 15.358c-8.482 0-15.356-6.876-15.356-15.357V56.458c0-8.482 6.874-15.357 15.356-15.357m96.39 63.419c-20.79 0-37.702-16.914-37.702-37.704s16.913-37.702 37.702-37.702c20.79 0 37.703 16.913 37.703 37.702c0 20.79-16.913 37.704-37.703 37.704m0-104.213c-36.732 0-66.509 29.777-66.509 66.51c0 36.731 29.777 66.51 66.51 66.51c36.732 0 66.508-29.779 66.508-66.51c0-36.733-29.776-66.51-66.509-66.51m133.87 50.08h-18.125c-5.786 0-10.496-4.71-10.496-10.499c0-6.32 5.855-10.084 11.638-10.54c7.119-.565 26.629-.16 33.544.04c7.918.288 14.717-6.083 14.948-14.104C502.71 7.26 496.395.57 488.375.336c-2.7-.08-26.707-.737-36.67.038c-21.903 1.72-38.422 18.707-38.422 39.514c0 21.814 17.746 39.562 39.559 39.562h18.126c6.488 0 11.969 5.603 11.969 12.234c0 7.61-6.563 11.515-13.071 12.009c-8.353.636-33.406.192-42.35-.038c-8.027-.196-14.69 6.14-14.895 14.162c-.2 8.023 6.138 14.69 14.162 14.894c2.2.054 15.448.376 27.682.376c6.918 0 13.512-.103 17.603-.414C495.206 130.914 512 113.678 512 91.683c0-22.77-18.408-41.296-41.032-41.296"/></svg>
React
import type { SVGProps } from "react";
export function LogosKaios(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 134"><path fill="#5e3580" fillRule="evenodd" d="M15.437.307C6.911.307 0 7.22 0 15.745v102.143c0 8.526 6.911 15.438 15.437 15.438s15.439-6.912 15.439-15.438V15.745c0-8.526-6.912-15.438-15.439-15.438m51.114 47.329c-4.795-6.848-14.234-8.513-21.082-3.718S36.956 58.152 41.752 65l43.321 61.87c4.795 6.848 14.233 8.511 21.082 3.717c6.848-4.796 8.513-14.234 3.718-21.082zm19.747-6.566c11.256 0 20.38-9.124 20.38-20.38S97.554.307 86.298.307S65.916 9.433 65.916 20.69s9.126 20.38 20.382 20.38m78.779 65.5c-10.672 0-19.356-8.682-19.356-19.356c0-10.673 8.684-19.355 19.356-19.355s19.356 8.682 19.356 19.355s-8.683 19.356-19.356 19.356m0-65.468c25.468 0 46.113 20.645 46.113 46.112c0 .693-.022 1.381-.052 2.066v30.712c0 7.365-5.971 13.335-13.336 13.335c-4.45 0-8.38-2.187-10.802-5.537a45.9 45.9 0 0 1-21.923 5.537c-25.467 0-46.112-20.646-46.112-46.113s20.645-46.112 46.112-46.112m75.63 0c8.481 0 15.356 6.875 15.356 15.357v61.51c0 8.482-6.875 15.358-15.355 15.358c-8.482 0-15.356-6.876-15.356-15.357V56.458c0-8.482 6.874-15.357 15.356-15.357m96.39 63.419c-20.79 0-37.702-16.914-37.702-37.704s16.913-37.702 37.702-37.702c20.79 0 37.703 16.913 37.703 37.702c0 20.79-16.913 37.704-37.703 37.704m0-104.213c-36.732 0-66.509 29.777-66.509 66.51c0 36.731 29.777 66.51 66.51 66.51c36.732 0 66.508-29.779 66.508-66.51c0-36.733-29.776-66.51-66.509-66.51m133.87 50.08h-18.125c-5.786 0-10.496-4.71-10.496-10.499c0-6.32 5.855-10.084 11.638-10.54c7.119-.565 26.629-.16 33.544.04c7.918.288 14.717-6.083 14.948-14.104C502.71 7.26 496.395.57 488.375.336c-2.7-.08-26.707-.737-36.67.038c-21.903 1.72-38.422 18.707-38.422 39.514c0 21.814 17.746 39.562 39.559 39.562h18.126c6.488 0 11.969 5.603 11.969 12.234c0 7.61-6.563 11.515-13.071 12.009c-8.353.636-33.406.192-42.35-.038c-8.027-.196-14.69 6.14-14.895 14.162c-.2 8.023 6.138 14.69 14.162 14.894c2.2.054 15.448.376 27.682.376c6.918 0 13.512-.103 17.603-.414C495.206 130.914 512 113.678 512 91.683c0-22.77-18.408-41.296-41.032-41.296"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 134"><path fill="#5e3580" fill-rule="evenodd" d="M15.437.307C6.911.307 0 7.22 0 15.745v102.143c0 8.526 6.911 15.438 15.437 15.438s15.439-6.912 15.439-15.438V15.745c0-8.526-6.912-15.438-15.439-15.438m51.114 47.329c-4.795-6.848-14.234-8.513-21.082-3.718S36.956 58.152 41.752 65l43.321 61.87c4.795 6.848 14.233 8.511 21.082 3.717c6.848-4.796 8.513-14.234 3.718-21.082zm19.747-6.566c11.256 0 20.38-9.124 20.38-20.38S97.554.307 86.298.307S65.916 9.433 65.916 20.69s9.126 20.38 20.382 20.38m78.779 65.5c-10.672 0-19.356-8.682-19.356-19.356c0-10.673 8.684-19.355 19.356-19.355s19.356 8.682 19.356 19.355s-8.683 19.356-19.356 19.356m0-65.468c25.468 0 46.113 20.645 46.113 46.112c0 .693-.022 1.381-.052 2.066v30.712c0 7.365-5.971 13.335-13.336 13.335c-4.45 0-8.38-2.187-10.802-5.537a45.9 45.9 0 0 1-21.923 5.537c-25.467 0-46.112-20.646-46.112-46.113s20.645-46.112 46.112-46.112m75.63 0c8.481 0 15.356 6.875 15.356 15.357v61.51c0 8.482-6.875 15.358-15.355 15.358c-8.482 0-15.356-6.876-15.356-15.357V56.458c0-8.482 6.874-15.357 15.356-15.357m96.39 63.419c-20.79 0-37.702-16.914-37.702-37.704s16.913-37.702 37.702-37.702c20.79 0 37.703 16.913 37.703 37.702c0 20.79-16.913 37.704-37.703 37.704m0-104.213c-36.732 0-66.509 29.777-66.509 66.51c0 36.731 29.777 66.51 66.51 66.51c36.732 0 66.508-29.779 66.508-66.51c0-36.733-29.776-66.51-66.509-66.51m133.87 50.08h-18.125c-5.786 0-10.496-4.71-10.496-10.499c0-6.32 5.855-10.084 11.638-10.54c7.119-.565 26.629-.16 33.544.04c7.918.288 14.717-6.083 14.948-14.104C502.71 7.26 496.395.57 488.375.336c-2.7-.08-26.707-.737-36.67.038c-21.903 1.72-38.422 18.707-38.422 39.514c0 21.814 17.746 39.562 39.559 39.562h18.126c6.488 0 11.969 5.603 11.969 12.234c0 7.61-6.563 11.515-13.071 12.009c-8.353.636-33.406.192-42.35-.038c-8.027-.196-14.69 6.14-14.895 14.162c-.2 8.023 6.138 14.69 14.162 14.894c2.2.054 15.448.376 27.682.376c6.918 0 13.512-.103 17.603-.414C495.206 130.914 512 113.678 512 91.683c0-22.77-18.408-41.296-41.032-41.296"/></svg> </template>
CSS
.icon-kaios {
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%20512%20134%22%3E%3Cpath%20fill%3D%22%235e3580%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.437.307C6.911.307%200%207.22%200%2015.745v102.143c0%208.526%206.911%2015.438%2015.437%2015.438s15.439-6.912%2015.439-15.438V15.745c0-8.526-6.912-15.438-15.439-15.438m51.114%2047.329c-4.795-6.848-14.234-8.513-21.082-3.718S36.956%2058.152%2041.752%2065l43.321%2061.87c4.795%206.848%2014.233%208.511%2021.082%203.717c6.848-4.796%208.513-14.234%203.718-21.082zm19.747-6.566c11.256%200%2020.38-9.124%2020.38-20.38S97.554.307%2086.298.307S65.916%209.433%2065.916%2020.69s9.126%2020.38%2020.382%2020.38m78.779%2065.5c-10.672%200-19.356-8.682-19.356-19.356c0-10.673%208.684-19.355%2019.356-19.355s19.356%208.682%2019.356%2019.355s-8.683%2019.356-19.356%2019.356m0-65.468c25.468%200%2046.113%2020.645%2046.113%2046.112c0%20.693-.022%201.381-.052%202.066v30.712c0%207.365-5.971%2013.335-13.336%2013.335c-4.45%200-8.38-2.187-10.802-5.537a45.9%2045.9%200%200%201-21.923%205.537c-25.467%200-46.112-20.646-46.112-46.113s20.645-46.112%2046.112-46.112m75.63%200c8.481%200%2015.356%206.875%2015.356%2015.357v61.51c0%208.482-6.875%2015.358-15.355%2015.358c-8.482%200-15.356-6.876-15.356-15.357V56.458c0-8.482%206.874-15.357%2015.356-15.357m96.39%2063.419c-20.79%200-37.702-16.914-37.702-37.704s16.913-37.702%2037.702-37.702c20.79%200%2037.703%2016.913%2037.703%2037.702c0%2020.79-16.913%2037.704-37.703%2037.704m0-104.213c-36.732%200-66.509%2029.777-66.509%2066.51c0%2036.731%2029.777%2066.51%2066.51%2066.51c36.732%200%2066.508-29.779%2066.508-66.51c0-36.733-29.776-66.51-66.509-66.51m133.87%2050.08h-18.125c-5.786%200-10.496-4.71-10.496-10.499c0-6.32%205.855-10.084%2011.638-10.54c7.119-.565%2026.629-.16%2033.544.04c7.918.288%2014.717-6.083%2014.948-14.104C502.71%207.26%20496.395.57%20488.375.336c-2.7-.08-26.707-.737-36.67.038c-21.903%201.72-38.422%2018.707-38.422%2039.514c0%2021.814%2017.746%2039.562%2039.559%2039.562h18.126c6.488%200%2011.969%205.603%2011.969%2012.234c0%207.61-6.563%2011.515-13.071%2012.009c-8.353.636-33.406.192-42.35-.038c-8.027-.196-14.69%206.14-14.895%2014.162c-.2%208.023%206.138%2014.69%2014.162%2014.894c2.2.054%2015.448.376%2027.682.376c6.918%200%2013.512-.103%2017.603-.414C495.206%20130.914%20512%20113.678%20512%2091.683c0-22.77-18.408-41.296-41.032-41.296%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%20512%20134%22%3E%3Cpath%20fill%3D%22%235e3580%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.437.307C6.911.307%200%207.22%200%2015.745v102.143c0%208.526%206.911%2015.438%2015.437%2015.438s15.439-6.912%2015.439-15.438V15.745c0-8.526-6.912-15.438-15.439-15.438m51.114%2047.329c-4.795-6.848-14.234-8.513-21.082-3.718S36.956%2058.152%2041.752%2065l43.321%2061.87c4.795%206.848%2014.233%208.511%2021.082%203.717c6.848-4.796%208.513-14.234%203.718-21.082zm19.747-6.566c11.256%200%2020.38-9.124%2020.38-20.38S97.554.307%2086.298.307S65.916%209.433%2065.916%2020.69s9.126%2020.38%2020.382%2020.38m78.779%2065.5c-10.672%200-19.356-8.682-19.356-19.356c0-10.673%208.684-19.355%2019.356-19.355s19.356%208.682%2019.356%2019.355s-8.683%2019.356-19.356%2019.356m0-65.468c25.468%200%2046.113%2020.645%2046.113%2046.112c0%20.693-.022%201.381-.052%202.066v30.712c0%207.365-5.971%2013.335-13.336%2013.335c-4.45%200-8.38-2.187-10.802-5.537a45.9%2045.9%200%200%201-21.923%205.537c-25.467%200-46.112-20.646-46.112-46.113s20.645-46.112%2046.112-46.112m75.63%200c8.481%200%2015.356%206.875%2015.356%2015.357v61.51c0%208.482-6.875%2015.358-15.355%2015.358c-8.482%200-15.356-6.876-15.356-15.357V56.458c0-8.482%206.874-15.357%2015.356-15.357m96.39%2063.419c-20.79%200-37.702-16.914-37.702-37.704s16.913-37.702%2037.702-37.702c20.79%200%2037.703%2016.913%2037.703%2037.702c0%2020.79-16.913%2037.704-37.703%2037.704m0-104.213c-36.732%200-66.509%2029.777-66.509%2066.51c0%2036.731%2029.777%2066.51%2066.51%2066.51c36.732%200%2066.508-29.779%2066.508-66.51c0-36.733-29.776-66.51-66.509-66.51m133.87%2050.08h-18.125c-5.786%200-10.496-4.71-10.496-10.499c0-6.32%205.855-10.084%2011.638-10.54c7.119-.565%2026.629-.16%2033.544.04c7.918.288%2014.717-6.083%2014.948-14.104C502.71%207.26%20496.395.57%20488.375.336c-2.7-.08-26.707-.737-36.67.038c-21.903%201.72-38.422%2018.707-38.422%2039.514c0%2021.814%2017.746%2039.562%2039.559%2039.562h18.126c6.488%200%2011.969%205.603%2011.969%2012.234c0%207.61-6.563%2011.515-13.071%2012.009c-8.353.636-33.406.192-42.35-.038c-8.027-.196-14.69%206.14-14.895%2014.162c-.2%208.023%206.138%2014.69%2014.162%2014.894c2.2.054%2015.448.376%2027.682.376c6.918%200%2013.512-.103%2017.603-.414C495.206%20130.914%20512%20113.678%20512%2091.683c0-22.77-18.408-41.296-41.032-41.296%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/kaios.svg?color=%231a73e8&size=48