leankit icon logo

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

Name
leankit-icon
Set
SVG Logos
Style
Color
Viewbox
256×283
License
CC0

Use the leankit icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 283"><path fill="#a4a7ad" d="M243.264 54.872L138.4 2.23c-6.368-2.972-13.585-2.972-19.953 0L30.143 45.957l-14.01 7.217c6.368-2.972 13.585-2.972 19.953 0L85.758 75.25l2.547.85l119.722 62.407L87.88 201.34l-1.274.425l-50.945 26.746c-6.368 2.972-13.586 3.396-19.954 0l-2.547-1.274l104.862 52.22c6.368 2.97 13.586 2.97 19.954 0l105.287-52.644C250.905 222.992 256 215.35 256 206.859V74.826c-.425-8.491-5.095-16.133-12.736-19.954"/><path fill="#4d515d" d="M85.758 75.25L36.086 53.174c-6.368-2.972-13.585-3.396-19.953 0l-2.548 1.274c-.424 0-.424.424-.849.424C5.095 58.693 0 66.335 0 74.826v132.033c0 8.49 5.095 16.557 12.736 20.378l2.548 1.274c6.368 2.972 13.585 3.21 19.953.238l51.795-27.027l1.273-125.198z"/></svg>

React

import type { SVGProps } from "react";

export function LogosLeankitIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 283"><path fill="#a4a7ad" d="M243.264 54.872L138.4 2.23c-6.368-2.972-13.585-2.972-19.953 0L30.143 45.957l-14.01 7.217c6.368-2.972 13.585-2.972 19.953 0L85.758 75.25l2.547.85l119.722 62.407L87.88 201.34l-1.274.425l-50.945 26.746c-6.368 2.972-13.586 3.396-19.954 0l-2.547-1.274l104.862 52.22c6.368 2.97 13.586 2.97 19.954 0l105.287-52.644C250.905 222.992 256 215.35 256 206.859V74.826c-.425-8.491-5.095-16.133-12.736-19.954"/><path fill="#4d515d" d="M85.758 75.25L36.086 53.174c-6.368-2.972-13.585-3.396-19.953 0l-2.548 1.274c-.424 0-.424.424-.849.424C5.095 58.693 0 66.335 0 74.826v132.033c0 8.49 5.095 16.557 12.736 20.378l2.548 1.274c6.368 2.972 13.585 3.21 19.953.238l51.795-27.027l1.273-125.198z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 283"><path fill="#a4a7ad" d="M243.264 54.872L138.4 2.23c-6.368-2.972-13.585-2.972-19.953 0L30.143 45.957l-14.01 7.217c6.368-2.972 13.585-2.972 19.953 0L85.758 75.25l2.547.85l119.722 62.407L87.88 201.34l-1.274.425l-50.945 26.746c-6.368 2.972-13.586 3.396-19.954 0l-2.547-1.274l104.862 52.22c6.368 2.97 13.586 2.97 19.954 0l105.287-52.644C250.905 222.992 256 215.35 256 206.859V74.826c-.425-8.491-5.095-16.133-12.736-19.954"/><path fill="#4d515d" d="M85.758 75.25L36.086 53.174c-6.368-2.972-13.585-3.396-19.953 0l-2.548 1.274c-.424 0-.424.424-.849.424C5.095 58.693 0 66.335 0 74.826v132.033c0 8.49 5.095 16.557 12.736 20.378l2.548 1.274c6.368 2.972 13.585 3.21 19.953.238l51.795-27.027l1.273-125.198z"/></svg>
</template>

CSS

.icon-leankit-icon {
  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%20283%22%3E%3Cpath%20fill%3D%22%23a4a7ad%22%20d%3D%22M243.264%2054.872L138.4%202.23c-6.368-2.972-13.585-2.972-19.953%200L30.143%2045.957l-14.01%207.217c6.368-2.972%2013.585-2.972%2019.953%200L85.758%2075.25l2.547.85l119.722%2062.407L87.88%20201.34l-1.274.425l-50.945%2026.746c-6.368%202.972-13.586%203.396-19.954%200l-2.547-1.274l104.862%2052.22c6.368%202.97%2013.586%202.97%2019.954%200l105.287-52.644C250.905%20222.992%20256%20215.35%20256%20206.859V74.826c-.425-8.491-5.095-16.133-12.736-19.954%22%2F%3E%3Cpath%20fill%3D%22%234d515d%22%20d%3D%22M85.758%2075.25L36.086%2053.174c-6.368-2.972-13.585-3.396-19.953%200l-2.548%201.274c-.424%200-.424.424-.849.424C5.095%2058.693%200%2066.335%200%2074.826v132.033c0%208.49%205.095%2016.557%2012.736%2020.378l2.548%201.274c6.368%202.972%2013.585%203.21%2019.953.238l51.795-27.027l1.273-125.198z%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%20283%22%3E%3Cpath%20fill%3D%22%23a4a7ad%22%20d%3D%22M243.264%2054.872L138.4%202.23c-6.368-2.972-13.585-2.972-19.953%200L30.143%2045.957l-14.01%207.217c6.368-2.972%2013.585-2.972%2019.953%200L85.758%2075.25l2.547.85l119.722%2062.407L87.88%20201.34l-1.274.425l-50.945%2026.746c-6.368%202.972-13.586%203.396-19.954%200l-2.547-1.274l104.862%2052.22c6.368%202.97%2013.586%202.97%2019.954%200l105.287-52.644C250.905%20222.992%20256%20215.35%20256%20206.859V74.826c-.425-8.491-5.095-16.133-12.736-19.954%22%2F%3E%3Cpath%20fill%3D%22%234d515d%22%20d%3D%22M85.758%2075.25L36.086%2053.174c-6.368-2.972-13.585-3.396-19.953%200l-2.548%201.274c-.424%200-.424.424-.849.424C5.095%2058.693%200%2066.335%200%2074.826v132.033c0%208.49%205.095%2016.557%2012.736%2020.378l2.548%201.274c6.368%202.972%2013.585%203.21%2019.953.238l51.795-27.027l1.273-125.198z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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