crossplane icon logo

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

Name
crossplane-icon
Set
SVG Logos
Style
Color
Viewbox
256×540
License
CC0

Use the crossplane icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 540"><defs><path id="SVGVXm4weGS" d="M.137 122.022c-.18 4.155-.172 8.316.027 12.47C.11 135.557 0 136.61 0 137.69v210.042c0 40.169 32.785 73.036 72.858 73.036h109.65c40.058 0 72.857-32.867 72.857-73.036V137.691c0-1.23-.136-2.407-.191-3.61c.199-4.017.204-8.041.014-12.059C252.098 54.1 196.179 0 127.669 0C59.145 0 3.227 54.1.137 122.009z"/></defs><path fill="#f7d186" d="M126.759 173.662c-17.689.03-32.008 14.386-31.993 32.074v301.878a32.034 32.034 0 0 0 31.993 32.074c17.678 0 32.006-14.356 32.006-32.074V205.736c.015-17.688-14.304-32.044-31.993-32.074"/><path fill="#ff9234" d="M255.18 134.095c.185-4.018.185-8.041 0-12.059C252.117 54.114 196.199 0 127.675 0S3.232 54.114.142 122.036a130 130 0 0 0 .014 12.469c-.04 1.066-.15 2.12-.15 3.2v210.042c0 40.168 32.785 73.036 72.858 73.036h109.65c40.058 0 72.843-32.868 72.843-73.036V137.704c0-1.23-.123-2.406-.177-3.61"/><g transform="translate(.635 .014)"><mask id="SVGiSBu6dFX" fill="#fff"><use href="#SVGVXm4weGS"/></mask><path fill="#ffcd3c" d="M331.874 126.028L15.19 443.465l-93.79-94.023L238.07 32.006z" mask="url(#SVGiSBu6dFX)"/></g><g transform="translate(.635 .014)"><path fill="#f3807b" d="m237.783 31.705l-316.67 317.437l-116.704-116.992L121.052-85.286z" mask="url(#SVGiSBu6dFX)"/></g><g transform="translate(.635 .014)"><path fill="#35d0ba" d="m425.964 220.351l-316.67 317.423l-93.79-94.022l316.671-317.423z" mask="url(#SVGiSBu6dFX)"/></g><path fill="#d8ae64" d="m103.448 421.138l55.508 55.645v-56.11z"/></svg>

React

import type { SVGProps } from "react";

export function LogosCrossplaneIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 540"><defs><path id="SVGVXm4weGS" d="M.137 122.022c-.18 4.155-.172 8.316.027 12.47C.11 135.557 0 136.61 0 137.69v210.042c0 40.169 32.785 73.036 72.858 73.036h109.65c40.058 0 72.857-32.867 72.857-73.036V137.691c0-1.23-.136-2.407-.191-3.61c.199-4.017.204-8.041.014-12.059C252.098 54.1 196.179 0 127.669 0C59.145 0 3.227 54.1.137 122.009z"/></defs><path fill="#f7d186" d="M126.759 173.662c-17.689.03-32.008 14.386-31.993 32.074v301.878a32.034 32.034 0 0 0 31.993 32.074c17.678 0 32.006-14.356 32.006-32.074V205.736c.015-17.688-14.304-32.044-31.993-32.074"/><path fill="#ff9234" d="M255.18 134.095c.185-4.018.185-8.041 0-12.059C252.117 54.114 196.199 0 127.675 0S3.232 54.114.142 122.036a130 130 0 0 0 .014 12.469c-.04 1.066-.15 2.12-.15 3.2v210.042c0 40.168 32.785 73.036 72.858 73.036h109.65c40.058 0 72.843-32.868 72.843-73.036V137.704c0-1.23-.123-2.406-.177-3.61"/><g transform="translate(.635 .014)"><mask id="SVGiSBu6dFX" fill="#fff"><use href="#SVGVXm4weGS"/></mask><path fill="#ffcd3c" d="M331.874 126.028L15.19 443.465l-93.79-94.023L238.07 32.006z" mask="url(#SVGiSBu6dFX)"/></g><g transform="translate(.635 .014)"><path fill="#f3807b" d="m237.783 31.705l-316.67 317.437l-116.704-116.992L121.052-85.286z" mask="url(#SVGiSBu6dFX)"/></g><g transform="translate(.635 .014)"><path fill="#35d0ba" d="m425.964 220.351l-316.67 317.423l-93.79-94.022l316.671-317.423z" mask="url(#SVGiSBu6dFX)"/></g><path fill="#d8ae64" d="m103.448 421.138l55.508 55.645v-56.11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 540"><defs><path id="SVGVXm4weGS" d="M.137 122.022c-.18 4.155-.172 8.316.027 12.47C.11 135.557 0 136.61 0 137.69v210.042c0 40.169 32.785 73.036 72.858 73.036h109.65c40.058 0 72.857-32.867 72.857-73.036V137.691c0-1.23-.136-2.407-.191-3.61c.199-4.017.204-8.041.014-12.059C252.098 54.1 196.179 0 127.669 0C59.145 0 3.227 54.1.137 122.009z"/></defs><path fill="#f7d186" d="M126.759 173.662c-17.689.03-32.008 14.386-31.993 32.074v301.878a32.034 32.034 0 0 0 31.993 32.074c17.678 0 32.006-14.356 32.006-32.074V205.736c.015-17.688-14.304-32.044-31.993-32.074"/><path fill="#ff9234" d="M255.18 134.095c.185-4.018.185-8.041 0-12.059C252.117 54.114 196.199 0 127.675 0S3.232 54.114.142 122.036a130 130 0 0 0 .014 12.469c-.04 1.066-.15 2.12-.15 3.2v210.042c0 40.168 32.785 73.036 72.858 73.036h109.65c40.058 0 72.843-32.868 72.843-73.036V137.704c0-1.23-.123-2.406-.177-3.61"/><g transform="translate(.635 .014)"><mask id="SVGiSBu6dFX" fill="#fff"><use href="#SVGVXm4weGS"/></mask><path fill="#ffcd3c" d="M331.874 126.028L15.19 443.465l-93.79-94.023L238.07 32.006z" mask="url(#SVGiSBu6dFX)"/></g><g transform="translate(.635 .014)"><path fill="#f3807b" d="m237.783 31.705l-316.67 317.437l-116.704-116.992L121.052-85.286z" mask="url(#SVGiSBu6dFX)"/></g><g transform="translate(.635 .014)"><path fill="#35d0ba" d="m425.964 220.351l-316.67 317.423l-93.79-94.022l316.671-317.423z" mask="url(#SVGiSBu6dFX)"/></g><path fill="#d8ae64" d="m103.448 421.138l55.508 55.645v-56.11z"/></svg>
</template>

CSS

.icon-crossplane-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%20540%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGVXm4weGS%22%20d%3D%22M.137%20122.022c-.18%204.155-.172%208.316.027%2012.47C.11%20135.557%200%20136.61%200%20137.69v210.042c0%2040.169%2032.785%2073.036%2072.858%2073.036h109.65c40.058%200%2072.857-32.867%2072.857-73.036V137.691c0-1.23-.136-2.407-.191-3.61c.199-4.017.204-8.041.014-12.059C252.098%2054.1%20196.179%200%20127.669%200C59.145%200%203.227%2054.1.137%20122.009z%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23f7d186%22%20d%3D%22M126.759%20173.662c-17.689.03-32.008%2014.386-31.993%2032.074v301.878a32.034%2032.034%200%200%200%2031.993%2032.074c17.678%200%2032.006-14.356%2032.006-32.074V205.736c.015-17.688-14.304-32.044-31.993-32.074%22%2F%3E%3Cpath%20fill%3D%22%23ff9234%22%20d%3D%22M255.18%20134.095c.185-4.018.185-8.041%200-12.059C252.117%2054.114%20196.199%200%20127.675%200S3.232%2054.114.142%20122.036a130%20130%200%200%200%20.014%2012.469c-.04%201.066-.15%202.12-.15%203.2v210.042c0%2040.168%2032.785%2073.036%2072.858%2073.036h109.65c40.058%200%2072.843-32.868%2072.843-73.036V137.704c0-1.23-.123-2.406-.177-3.61%22%2F%3E%3Cg%20transform%3D%22translate(.635%20.014)%22%3E%3Cmask%20id%3D%22SVGiSBu6dFX%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGVXm4weGS%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23ffcd3c%22%20d%3D%22M331.874%20126.028L15.19%20443.465l-93.79-94.023L238.07%2032.006z%22%20mask%3D%22url(%23SVGiSBu6dFX)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(.635%20.014)%22%3E%3Cpath%20fill%3D%22%23f3807b%22%20d%3D%22m237.783%2031.705l-316.67%20317.437l-116.704-116.992L121.052-85.286z%22%20mask%3D%22url(%23SVGiSBu6dFX)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(.635%20.014)%22%3E%3Cpath%20fill%3D%22%2335d0ba%22%20d%3D%22m425.964%20220.351l-316.67%20317.423l-93.79-94.022l316.671-317.423z%22%20mask%3D%22url(%23SVGiSBu6dFX)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d8ae64%22%20d%3D%22m103.448%20421.138l55.508%2055.645v-56.11z%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%20540%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGVXm4weGS%22%20d%3D%22M.137%20122.022c-.18%204.155-.172%208.316.027%2012.47C.11%20135.557%200%20136.61%200%20137.69v210.042c0%2040.169%2032.785%2073.036%2072.858%2073.036h109.65c40.058%200%2072.857-32.867%2072.857-73.036V137.691c0-1.23-.136-2.407-.191-3.61c.199-4.017.204-8.041.014-12.059C252.098%2054.1%20196.179%200%20127.669%200C59.145%200%203.227%2054.1.137%20122.009z%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23f7d186%22%20d%3D%22M126.759%20173.662c-17.689.03-32.008%2014.386-31.993%2032.074v301.878a32.034%2032.034%200%200%200%2031.993%2032.074c17.678%200%2032.006-14.356%2032.006-32.074V205.736c.015-17.688-14.304-32.044-31.993-32.074%22%2F%3E%3Cpath%20fill%3D%22%23ff9234%22%20d%3D%22M255.18%20134.095c.185-4.018.185-8.041%200-12.059C252.117%2054.114%20196.199%200%20127.675%200S3.232%2054.114.142%20122.036a130%20130%200%200%200%20.014%2012.469c-.04%201.066-.15%202.12-.15%203.2v210.042c0%2040.168%2032.785%2073.036%2072.858%2073.036h109.65c40.058%200%2072.843-32.868%2072.843-73.036V137.704c0-1.23-.123-2.406-.177-3.61%22%2F%3E%3Cg%20transform%3D%22translate(.635%20.014)%22%3E%3Cmask%20id%3D%22SVGiSBu6dFX%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGVXm4weGS%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23ffcd3c%22%20d%3D%22M331.874%20126.028L15.19%20443.465l-93.79-94.023L238.07%2032.006z%22%20mask%3D%22url(%23SVGiSBu6dFX)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(.635%20.014)%22%3E%3Cpath%20fill%3D%22%23f3807b%22%20d%3D%22m237.783%2031.705l-316.67%20317.437l-116.704-116.992L121.052-85.286z%22%20mask%3D%22url(%23SVGiSBu6dFX)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(.635%20.014)%22%3E%3Cpath%20fill%3D%22%2335d0ba%22%20d%3D%22m425.964%20220.351l-316.67%20317.423l-93.79-94.022l316.671-317.423z%22%20mask%3D%22url(%23SVGiSBu6dFX)%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d8ae64%22%20d%3D%22m103.448%20421.138l55.508%2055.645v-56.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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