treehouse from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
treehouse
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the treehouse logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.38 5.49c-1.073-.604-2.786.37-3.828 2.182l-1.885 3.281a4.14 4.14 0 0 0 .281 4.24l.052.083c.87 1.255 2.047 2.411 2.432 2.823c1.099 1.177.563 3.099-.984 3.542c-1.474.411-2.896-.813-2.703-2.333c.063-.464-.089-1.234-.766-1.984c-.672-.75-2.052.667-2.495 2.146l-.021.083c-.448 1.458-.729 2.734-.646 2.859q.078.115.141.24c1.51 2.844-2.75 5.109-4.26 2.271a2.41 2.41 0 0 1 .995-3.266l.161-.078c.089-.042.349-.651.563-1.375l.401-1.318a1.2 1.2 0 0 0 .063-.224l1.198-4.255l-1.276 2.615c-.151-.484-.401-.505-.948-.12c-.323.245-.87.708-1.135.891c-.484.365-.911 1.052-1.13 1.479a1.75 1.75 0 0 1-.547.667c-.911.75-2.25.609-2.979-.302c-.99-1.234-.333-3.078 1.214-3.401c.547-.125 2.37-1.24 3.464-2.031c.203-.141.365-.26.505-.401l2.938-2.229l-2.552 1.375s-.26-.021-.568.026c-.932.099-1.906.24-2.083.464a1.3 1.3 0 0 1-.391.365a1.906 1.906 0 0 1-2.651-.422a1.92 1.92 0 0 1 .448-2.661a2.05 2.05 0 0 1 1.156-.365c.688.021 2.49.385 3.99.125l.385-.063c1.516-.26 3.297-1.578 4.031-2.917l1.578-2.755c.87-1.516.813-3.177-.141-3.724L17.621.007c-.87-.484-2.286-.484-3.135 0L2.673 6.627c-.891.469-1.599 1.682-1.599 2.677v12.99c0 .995.708 2.208 1.573 2.693l11.797 6.646c.87.484 2.292.484 3.141 0l11.766-6.646c.87-.49 1.578-1.698 1.578-2.693V9.284c0-.995-.708-2.208-1.557-2.698l-1.948-1.094z"/></svg>

React

import type { SVGProps } from "react";

export function CibTreehouse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.38 5.49c-1.073-.604-2.786.37-3.828 2.182l-1.885 3.281a4.14 4.14 0 0 0 .281 4.24l.052.083c.87 1.255 2.047 2.411 2.432 2.823c1.099 1.177.563 3.099-.984 3.542c-1.474.411-2.896-.813-2.703-2.333c.063-.464-.089-1.234-.766-1.984c-.672-.75-2.052.667-2.495 2.146l-.021.083c-.448 1.458-.729 2.734-.646 2.859q.078.115.141.24c1.51 2.844-2.75 5.109-4.26 2.271a2.41 2.41 0 0 1 .995-3.266l.161-.078c.089-.042.349-.651.563-1.375l.401-1.318a1.2 1.2 0 0 0 .063-.224l1.198-4.255l-1.276 2.615c-.151-.484-.401-.505-.948-.12c-.323.245-.87.708-1.135.891c-.484.365-.911 1.052-1.13 1.479a1.75 1.75 0 0 1-.547.667c-.911.75-2.25.609-2.979-.302c-.99-1.234-.333-3.078 1.214-3.401c.547-.125 2.37-1.24 3.464-2.031c.203-.141.365-.26.505-.401l2.938-2.229l-2.552 1.375s-.26-.021-.568.026c-.932.099-1.906.24-2.083.464a1.3 1.3 0 0 1-.391.365a1.906 1.906 0 0 1-2.651-.422a1.92 1.92 0 0 1 .448-2.661a2.05 2.05 0 0 1 1.156-.365c.688.021 2.49.385 3.99.125l.385-.063c1.516-.26 3.297-1.578 4.031-2.917l1.578-2.755c.87-1.516.813-3.177-.141-3.724L17.621.007c-.87-.484-2.286-.484-3.135 0L2.673 6.627c-.891.469-1.599 1.682-1.599 2.677v12.99c0 .995.708 2.208 1.573 2.693l11.797 6.646c.87.484 2.292.484 3.141 0l11.766-6.646c.87-.49 1.578-1.698 1.578-2.693V9.284c0-.995-.708-2.208-1.557-2.698l-1.948-1.094z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.38 5.49c-1.073-.604-2.786.37-3.828 2.182l-1.885 3.281a4.14 4.14 0 0 0 .281 4.24l.052.083c.87 1.255 2.047 2.411 2.432 2.823c1.099 1.177.563 3.099-.984 3.542c-1.474.411-2.896-.813-2.703-2.333c.063-.464-.089-1.234-.766-1.984c-.672-.75-2.052.667-2.495 2.146l-.021.083c-.448 1.458-.729 2.734-.646 2.859q.078.115.141.24c1.51 2.844-2.75 5.109-4.26 2.271a2.41 2.41 0 0 1 .995-3.266l.161-.078c.089-.042.349-.651.563-1.375l.401-1.318a1.2 1.2 0 0 0 .063-.224l1.198-4.255l-1.276 2.615c-.151-.484-.401-.505-.948-.12c-.323.245-.87.708-1.135.891c-.484.365-.911 1.052-1.13 1.479a1.75 1.75 0 0 1-.547.667c-.911.75-2.25.609-2.979-.302c-.99-1.234-.333-3.078 1.214-3.401c.547-.125 2.37-1.24 3.464-2.031c.203-.141.365-.26.505-.401l2.938-2.229l-2.552 1.375s-.26-.021-.568.026c-.932.099-1.906.24-2.083.464a1.3 1.3 0 0 1-.391.365a1.906 1.906 0 0 1-2.651-.422a1.92 1.92 0 0 1 .448-2.661a2.05 2.05 0 0 1 1.156-.365c.688.021 2.49.385 3.99.125l.385-.063c1.516-.26 3.297-1.578 4.031-2.917l1.578-2.755c.87-1.516.813-3.177-.141-3.724L17.621.007c-.87-.484-2.286-.484-3.135 0L2.673 6.627c-.891.469-1.599 1.682-1.599 2.677v12.99c0 .995.708 2.208 1.573 2.693l11.797 6.646c.87.484 2.292.484 3.141 0l11.766-6.646c.87-.49 1.578-1.698 1.578-2.693V9.284c0-.995-.708-2.208-1.557-2.698l-1.948-1.094z"/></svg>
</template>

CSS

.icon-treehouse {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.38%205.49c-1.073-.604-2.786.37-3.828%202.182l-1.885%203.281a4.14%204.14%200%200%200%20.281%204.24l.052.083c.87%201.255%202.047%202.411%202.432%202.823c1.099%201.177.563%203.099-.984%203.542c-1.474.411-2.896-.813-2.703-2.333c.063-.464-.089-1.234-.766-1.984c-.672-.75-2.052.667-2.495%202.146l-.021.083c-.448%201.458-.729%202.734-.646%202.859q.078.115.141.24c1.51%202.844-2.75%205.109-4.26%202.271a2.41%202.41%200%200%201%20.995-3.266l.161-.078c.089-.042.349-.651.563-1.375l.401-1.318a1.2%201.2%200%200%200%20.063-.224l1.198-4.255l-1.276%202.615c-.151-.484-.401-.505-.948-.12c-.323.245-.87.708-1.135.891c-.484.365-.911%201.052-1.13%201.479a1.75%201.75%200%200%201-.547.667c-.911.75-2.25.609-2.979-.302c-.99-1.234-.333-3.078%201.214-3.401c.547-.125%202.37-1.24%203.464-2.031c.203-.141.365-.26.505-.401l2.938-2.229l-2.552%201.375s-.26-.021-.568.026c-.932.099-1.906.24-2.083.464a1.3%201.3%200%200%201-.391.365a1.906%201.906%200%200%201-2.651-.422a1.92%201.92%200%200%201%20.448-2.661a2.05%202.05%200%200%201%201.156-.365c.688.021%202.49.385%203.99.125l.385-.063c1.516-.26%203.297-1.578%204.031-2.917l1.578-2.755c.87-1.516.813-3.177-.141-3.724L17.621.007c-.87-.484-2.286-.484-3.135%200L2.673%206.627c-.891.469-1.599%201.682-1.599%202.677v12.99c0%20.995.708%202.208%201.573%202.693l11.797%206.646c.87.484%202.292.484%203.141%200l11.766-6.646c.87-.49%201.578-1.698%201.578-2.693V9.284c0-.995-.708-2.208-1.557-2.698l-1.948-1.094z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.38%205.49c-1.073-.604-2.786.37-3.828%202.182l-1.885%203.281a4.14%204.14%200%200%200%20.281%204.24l.052.083c.87%201.255%202.047%202.411%202.432%202.823c1.099%201.177.563%203.099-.984%203.542c-1.474.411-2.896-.813-2.703-2.333c.063-.464-.089-1.234-.766-1.984c-.672-.75-2.052.667-2.495%202.146l-.021.083c-.448%201.458-.729%202.734-.646%202.859q.078.115.141.24c1.51%202.844-2.75%205.109-4.26%202.271a2.41%202.41%200%200%201%20.995-3.266l.161-.078c.089-.042.349-.651.563-1.375l.401-1.318a1.2%201.2%200%200%200%20.063-.224l1.198-4.255l-1.276%202.615c-.151-.484-.401-.505-.948-.12c-.323.245-.87.708-1.135.891c-.484.365-.911%201.052-1.13%201.479a1.75%201.75%200%200%201-.547.667c-.911.75-2.25.609-2.979-.302c-.99-1.234-.333-3.078%201.214-3.401c.547-.125%202.37-1.24%203.464-2.031c.203-.141.365-.26.505-.401l2.938-2.229l-2.552%201.375s-.26-.021-.568.026c-.932.099-1.906.24-2.083.464a1.3%201.3%200%200%201-.391.365a1.906%201.906%200%200%201-2.651-.422a1.92%201.92%200%200%201%20.448-2.661a2.05%202.05%200%200%201%201.156-.365c.688.021%202.49.385%203.99.125l.385-.063c1.516-.26%203.297-1.578%204.031-2.917l1.578-2.755c.87-1.516.813-3.177-.141-3.724L17.621.007c-.87-.484-2.286-.484-3.135%200L2.673%206.627c-.891.469-1.599%201.682-1.599%202.677v12.99c0%20.995.708%202.208%201.573%202.693l11.797%206.646c.87.484%202.292.484%203.141%200l11.766-6.646c.87-.49%201.578-1.698%201.578-2.693V9.284c0-.995-.708-2.208-1.557-2.698l-1.948-1.094z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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