kiro from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
kiro
Set
SVG Logos
Style
Color
Viewbox
256×312
License
CC0

Use the kiro logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 312"><path fill="#fff" d="M49.375 241.177c-32.186 71.33 36.35 89.215 86.9 47.471c14.854 46.813 70.609 11.894 90.603-24.37c44.07-79.928 26.273-161.466 21.705-178.285c-31.328-114.698-187.91-114.812-214.86.585c-6.294 20.194-6.404 43.162-9.969 67.009c-1.797 12.025-3.064 19.7-7.717 32.348c-2.676 7.272-6.357 13.73-12.14 24.612c-8.982 16.904-5.192 49.53 41.103 32.61v.012z"/><path d="M142.393 135.634c-12.853 0-14.772-15.359-14.772-24.515c0-8.264 1.48-14.83 4.286-18.993c2.467-3.663 5.996-5.52 10.486-5.52s8.342 1.887 11.06 5.61c3.095 4.243 4.73 10.778 4.73 18.903c0 15.352-5.902 24.515-15.788 24.515zm52.875 0c-12.854 0-14.774-15.359-14.774-24.515c0-8.264 1.482-14.83 4.287-18.993c2.467-3.663 5.996-5.52 10.487-5.52s8.34 1.887 11.058 5.61c3.096 4.243 4.733 10.778 4.733 18.903c0 15.352-5.903 24.515-15.79 24.515z"/></svg>

React

import type { SVGProps } from "react";

export function LogosKiro(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 312"><path fill="#fff" d="M49.375 241.177c-32.186 71.33 36.35 89.215 86.9 47.471c14.854 46.813 70.609 11.894 90.603-24.37c44.07-79.928 26.273-161.466 21.705-178.285c-31.328-114.698-187.91-114.812-214.86.585c-6.294 20.194-6.404 43.162-9.969 67.009c-1.797 12.025-3.064 19.7-7.717 32.348c-2.676 7.272-6.357 13.73-12.14 24.612c-8.982 16.904-5.192 49.53 41.103 32.61v.012z"/><path d="M142.393 135.634c-12.853 0-14.772-15.359-14.772-24.515c0-8.264 1.48-14.83 4.286-18.993c2.467-3.663 5.996-5.52 10.486-5.52s8.342 1.887 11.06 5.61c3.095 4.243 4.73 10.778 4.73 18.903c0 15.352-5.902 24.515-15.788 24.515zm52.875 0c-12.854 0-14.774-15.359-14.774-24.515c0-8.264 1.482-14.83 4.287-18.993c2.467-3.663 5.996-5.52 10.487-5.52s8.34 1.887 11.058 5.61c3.096 4.243 4.733 10.778 4.733 18.903c0 15.352-5.903 24.515-15.79 24.515z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 312"><path fill="#fff" d="M49.375 241.177c-32.186 71.33 36.35 89.215 86.9 47.471c14.854 46.813 70.609 11.894 90.603-24.37c44.07-79.928 26.273-161.466 21.705-178.285c-31.328-114.698-187.91-114.812-214.86.585c-6.294 20.194-6.404 43.162-9.969 67.009c-1.797 12.025-3.064 19.7-7.717 32.348c-2.676 7.272-6.357 13.73-12.14 24.612c-8.982 16.904-5.192 49.53 41.103 32.61v.012z"/><path d="M142.393 135.634c-12.853 0-14.772-15.359-14.772-24.515c0-8.264 1.48-14.83 4.286-18.993c2.467-3.663 5.996-5.52 10.486-5.52s8.342 1.887 11.06 5.61c3.095 4.243 4.73 10.778 4.73 18.903c0 15.352-5.902 24.515-15.788 24.515zm52.875 0c-12.854 0-14.774-15.359-14.774-24.515c0-8.264 1.482-14.83 4.287-18.993c2.467-3.663 5.996-5.52 10.487-5.52s8.34 1.887 11.058 5.61c3.096 4.243 4.733 10.778 4.733 18.903c0 15.352-5.903 24.515-15.79 24.515z"/></svg>
</template>

CSS

.icon-kiro {
  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%20256%20312%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M49.375%20241.177c-32.186%2071.33%2036.35%2089.215%2086.9%2047.471c14.854%2046.813%2070.609%2011.894%2090.603-24.37c44.07-79.928%2026.273-161.466%2021.705-178.285c-31.328-114.698-187.91-114.812-214.86.585c-6.294%2020.194-6.404%2043.162-9.969%2067.009c-1.797%2012.025-3.064%2019.7-7.717%2032.348c-2.676%207.272-6.357%2013.73-12.14%2024.612c-8.982%2016.904-5.192%2049.53%2041.103%2032.61v.012z%22%2F%3E%3Cpath%20d%3D%22M142.393%20135.634c-12.853%200-14.772-15.359-14.772-24.515c0-8.264%201.48-14.83%204.286-18.993c2.467-3.663%205.996-5.52%2010.486-5.52s8.342%201.887%2011.06%205.61c3.095%204.243%204.73%2010.778%204.73%2018.903c0%2015.352-5.902%2024.515-15.788%2024.515zm52.875%200c-12.854%200-14.774-15.359-14.774-24.515c0-8.264%201.482-14.83%204.287-18.993c2.467-3.663%205.996-5.52%2010.487-5.52s8.34%201.887%2011.058%205.61c3.096%204.243%204.733%2010.778%204.733%2018.903c0%2015.352-5.903%2024.515-15.79%2024.515z%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%20256%20312%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M49.375%20241.177c-32.186%2071.33%2036.35%2089.215%2086.9%2047.471c14.854%2046.813%2070.609%2011.894%2090.603-24.37c44.07-79.928%2026.273-161.466%2021.705-178.285c-31.328-114.698-187.91-114.812-214.86.585c-6.294%2020.194-6.404%2043.162-9.969%2067.009c-1.797%2012.025-3.064%2019.7-7.717%2032.348c-2.676%207.272-6.357%2013.73-12.14%2024.612c-8.982%2016.904-5.192%2049.53%2041.103%2032.61v.012z%22%2F%3E%3Cpath%20d%3D%22M142.393%20135.634c-12.853%200-14.772-15.359-14.772-24.515c0-8.264%201.48-14.83%204.286-18.993c2.467-3.663%205.996-5.52%2010.486-5.52s8.342%201.887%2011.06%205.61c3.095%204.243%204.73%2010.778%204.73%2018.903c0%2015.352-5.902%2024.515-15.788%2024.515zm52.875%200c-12.854%200-14.774-15.359-14.774-24.515c0-8.264%201.482-14.83%204.287-18.993c2.467-3.663%205.996-5.52%2010.487-5.52s8.34%201.887%2011.058%205.61c3.096%204.243%204.733%2010.778%204.733%2018.903c0%2015.352-5.903%2024.515-15.79%2024.515z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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