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

Name
kinvey
Set
SVG Logos
Style
Color
Viewbox
256×180
License
CC0

Use the kinvey logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 180"><path d="M112.475 179.504c-20.883 0-39.831-11.519-49.449-30.06l-.218-.393a56.041 56.041 0 0 1-3.211.092C26.735 149.143 0 122.403 0 89.54c0-32.863 26.735-59.598 59.597-59.598c12.599 0 24.643 3.886 34.836 11.238c.048.036 1.775 1.421 2.358 2.044l2.393 2.553c7.413 7.971 29.38 32.131 29.38 32.131l10.66 11.48l25.467 26.974l1.115 1.25c7.788 8.459 18.879 13.318 30.405 13.318c22.822 0 41.39-18.568 41.39-41.39s-18.568-41.392-41.39-41.392a41.401 41.401 0 0 0-26.64 9.728l-4.928 6.152l10.977 10.996l-31.817-1.857l-1.948-31.964l9.9 9.927l4.856-6.041c5.84-5.233 12.293-9.06 19.366-11.609c-7.194-10.244-18.852-16.31-31.498-16.31c-12.708 0-25.798 7.263-33.343 18.508l-.91 1.358L98.34 24.069l.657-.859c4.153-5.391 9.278-10.159 14.825-13.787C123.265 3.259 133.868 0 144.48 0c20.913 0 39.782 11.47 49.436 29.99c.761-.03 1.524-.047 2.296-.047c32.862 0 59.602 26.735 59.602 59.598c0 32.862-26.74 59.602-59.602 59.602c-13.083 0-26.021-4.419-36.432-12.442L89.896 61.45l-3.611-3.537c-7.388-6.275-16.892-9.763-26.688-9.763c-22.822 0-41.387 18.57-41.387 41.392c0 22.822 18.565 41.39 41.387 41.39c8.946 0 17.776-2.963 24.94-8.357l5.433-4.908l1.213-1.576l-10.769-10.792l31.813 1.853l1.955 31.97l-10.123-10.129l-1.14 1.473a60.096 60.096 0 0 1-22.413 14.869c7.164 10.682 18.996 17.01 31.969 17.01c11.77 0 24.465-6.747 32.349-17.192l.928-1.234l11.77 12.847l-.715.862c-11.174 13.493-28.16 21.877-44.332 21.877" fill="#DA5024"/></svg>

React

import type { SVGProps } from "react";

export function LogosKinvey(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 180"><path d="M112.475 179.504c-20.883 0-39.831-11.519-49.449-30.06l-.218-.393a56.041 56.041 0 0 1-3.211.092C26.735 149.143 0 122.403 0 89.54c0-32.863 26.735-59.598 59.597-59.598c12.599 0 24.643 3.886 34.836 11.238c.048.036 1.775 1.421 2.358 2.044l2.393 2.553c7.413 7.971 29.38 32.131 29.38 32.131l10.66 11.48l25.467 26.974l1.115 1.25c7.788 8.459 18.879 13.318 30.405 13.318c22.822 0 41.39-18.568 41.39-41.39s-18.568-41.392-41.39-41.392a41.401 41.401 0 0 0-26.64 9.728l-4.928 6.152l10.977 10.996l-31.817-1.857l-1.948-31.964l9.9 9.927l4.856-6.041c5.84-5.233 12.293-9.06 19.366-11.609c-7.194-10.244-18.852-16.31-31.498-16.31c-12.708 0-25.798 7.263-33.343 18.508l-.91 1.358L98.34 24.069l.657-.859c4.153-5.391 9.278-10.159 14.825-13.787C123.265 3.259 133.868 0 144.48 0c20.913 0 39.782 11.47 49.436 29.99c.761-.03 1.524-.047 2.296-.047c32.862 0 59.602 26.735 59.602 59.598c0 32.862-26.74 59.602-59.602 59.602c-13.083 0-26.021-4.419-36.432-12.442L89.896 61.45l-3.611-3.537c-7.388-6.275-16.892-9.763-26.688-9.763c-22.822 0-41.387 18.57-41.387 41.392c0 22.822 18.565 41.39 41.387 41.39c8.946 0 17.776-2.963 24.94-8.357l5.433-4.908l1.213-1.576l-10.769-10.792l31.813 1.853l1.955 31.97l-10.123-10.129l-1.14 1.473a60.096 60.096 0 0 1-22.413 14.869c7.164 10.682 18.996 17.01 31.969 17.01c11.77 0 24.465-6.747 32.349-17.192l.928-1.234l11.77 12.847l-.715.862c-11.174 13.493-28.16 21.877-44.332 21.877" fill="#DA5024"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 180"><path d="M112.475 179.504c-20.883 0-39.831-11.519-49.449-30.06l-.218-.393a56.041 56.041 0 0 1-3.211.092C26.735 149.143 0 122.403 0 89.54c0-32.863 26.735-59.598 59.597-59.598c12.599 0 24.643 3.886 34.836 11.238c.048.036 1.775 1.421 2.358 2.044l2.393 2.553c7.413 7.971 29.38 32.131 29.38 32.131l10.66 11.48l25.467 26.974l1.115 1.25c7.788 8.459 18.879 13.318 30.405 13.318c22.822 0 41.39-18.568 41.39-41.39s-18.568-41.392-41.39-41.392a41.401 41.401 0 0 0-26.64 9.728l-4.928 6.152l10.977 10.996l-31.817-1.857l-1.948-31.964l9.9 9.927l4.856-6.041c5.84-5.233 12.293-9.06 19.366-11.609c-7.194-10.244-18.852-16.31-31.498-16.31c-12.708 0-25.798 7.263-33.343 18.508l-.91 1.358L98.34 24.069l.657-.859c4.153-5.391 9.278-10.159 14.825-13.787C123.265 3.259 133.868 0 144.48 0c20.913 0 39.782 11.47 49.436 29.99c.761-.03 1.524-.047 2.296-.047c32.862 0 59.602 26.735 59.602 59.598c0 32.862-26.74 59.602-59.602 59.602c-13.083 0-26.021-4.419-36.432-12.442L89.896 61.45l-3.611-3.537c-7.388-6.275-16.892-9.763-26.688-9.763c-22.822 0-41.387 18.57-41.387 41.392c0 22.822 18.565 41.39 41.387 41.39c8.946 0 17.776-2.963 24.94-8.357l5.433-4.908l1.213-1.576l-10.769-10.792l31.813 1.853l1.955 31.97l-10.123-10.129l-1.14 1.473a60.096 60.096 0 0 1-22.413 14.869c7.164 10.682 18.996 17.01 31.969 17.01c11.77 0 24.465-6.747 32.349-17.192l.928-1.234l11.77 12.847l-.715.862c-11.174 13.493-28.16 21.877-44.332 21.877" fill="#DA5024"/></svg>
</template>

CSS

.icon-kinvey {
  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%20180%22%3E%3Cpath%20d%3D%22M112.475%20179.504c-20.883%200-39.831-11.519-49.449-30.06l-.218-.393a56.041%2056.041%200%200%201-3.211.092C26.735%20149.143%200%20122.403%200%2089.54c0-32.863%2026.735-59.598%2059.597-59.598c12.599%200%2024.643%203.886%2034.836%2011.238c.048.036%201.775%201.421%202.358%202.044l2.393%202.553c7.413%207.971%2029.38%2032.131%2029.38%2032.131l10.66%2011.48l25.467%2026.974l1.115%201.25c7.788%208.459%2018.879%2013.318%2030.405%2013.318c22.822%200%2041.39-18.568%2041.39-41.39s-18.568-41.392-41.39-41.392a41.401%2041.401%200%200%200-26.64%209.728l-4.928%206.152l10.977%2010.996l-31.817-1.857l-1.948-31.964l9.9%209.927l4.856-6.041c5.84-5.233%2012.293-9.06%2019.366-11.609c-7.194-10.244-18.852-16.31-31.498-16.31c-12.708%200-25.798%207.263-33.343%2018.508l-.91%201.358L98.34%2024.069l.657-.859c4.153-5.391%209.278-10.159%2014.825-13.787C123.265%203.259%20133.868%200%20144.48%200c20.913%200%2039.782%2011.47%2049.436%2029.99c.761-.03%201.524-.047%202.296-.047c32.862%200%2059.602%2026.735%2059.602%2059.598c0%2032.862-26.74%2059.602-59.602%2059.602c-13.083%200-26.021-4.419-36.432-12.442L89.896%2061.45l-3.611-3.537c-7.388-6.275-16.892-9.763-26.688-9.763c-22.822%200-41.387%2018.57-41.387%2041.392c0%2022.822%2018.565%2041.39%2041.387%2041.39c8.946%200%2017.776-2.963%2024.94-8.357l5.433-4.908l1.213-1.576l-10.769-10.792l31.813%201.853l1.955%2031.97l-10.123-10.129l-1.14%201.473a60.096%2060.096%200%200%201-22.413%2014.869c7.164%2010.682%2018.996%2017.01%2031.969%2017.01c11.77%200%2024.465-6.747%2032.349-17.192l.928-1.234l11.77%2012.847l-.715.862c-11.174%2013.493-28.16%2021.877-44.332%2021.877%22%20fill%3D%22%23DA5024%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%20180%22%3E%3Cpath%20d%3D%22M112.475%20179.504c-20.883%200-39.831-11.519-49.449-30.06l-.218-.393a56.041%2056.041%200%200%201-3.211.092C26.735%20149.143%200%20122.403%200%2089.54c0-32.863%2026.735-59.598%2059.597-59.598c12.599%200%2024.643%203.886%2034.836%2011.238c.048.036%201.775%201.421%202.358%202.044l2.393%202.553c7.413%207.971%2029.38%2032.131%2029.38%2032.131l10.66%2011.48l25.467%2026.974l1.115%201.25c7.788%208.459%2018.879%2013.318%2030.405%2013.318c22.822%200%2041.39-18.568%2041.39-41.39s-18.568-41.392-41.39-41.392a41.401%2041.401%200%200%200-26.64%209.728l-4.928%206.152l10.977%2010.996l-31.817-1.857l-1.948-31.964l9.9%209.927l4.856-6.041c5.84-5.233%2012.293-9.06%2019.366-11.609c-7.194-10.244-18.852-16.31-31.498-16.31c-12.708%200-25.798%207.263-33.343%2018.508l-.91%201.358L98.34%2024.069l.657-.859c4.153-5.391%209.278-10.159%2014.825-13.787C123.265%203.259%20133.868%200%20144.48%200c20.913%200%2039.782%2011.47%2049.436%2029.99c.761-.03%201.524-.047%202.296-.047c32.862%200%2059.602%2026.735%2059.602%2059.598c0%2032.862-26.74%2059.602-59.602%2059.602c-13.083%200-26.021-4.419-36.432-12.442L89.896%2061.45l-3.611-3.537c-7.388-6.275-16.892-9.763-26.688-9.763c-22.822%200-41.387%2018.57-41.387%2041.392c0%2022.822%2018.565%2041.39%2041.387%2041.39c8.946%200%2017.776-2.963%2024.94-8.357l5.433-4.908l1.213-1.576l-10.769-10.792l31.813%201.853l1.955%2031.97l-10.123-10.129l-1.14%201.473a60.096%2060.096%200%200%201-22.413%2014.869c7.164%2010.682%2018.996%2017.01%2031.969%2017.01c11.77%200%2024.465-6.747%2032.349-17.192l.928-1.234l11.77%2012.847l-.715.862c-11.174%2013.493-28.16%2021.877-44.332%2021.877%22%20fill%3D%22%23DA5024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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