linktree from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
linktree
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the linktree logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 237.4h125.8L148.4 152l49.5-51l85.2 87.8V64H357v124.8l85.2-87.6l49.4 50.8l-89.4 85.2h125.7v70.5H401.5l90 87.6l-49.3 49.8l-122.2-123l-122.2 123l-49.5-49.6l90-87.6H111.9v-70.5zm170.9 171.4h73.9V576h-73.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsLinktree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 237.4h125.8L148.4 152l49.5-51l85.2 87.8V64H357v124.8l85.2-87.6l49.4 50.8l-89.4 85.2h125.7v70.5H401.5l90 87.6l-49.3 49.8l-122.2-123l-122.2 123l-49.5-49.6l90-87.6H111.9v-70.5zm170.9 171.4h73.9V576h-73.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M112 237.4h125.8L148.4 152l49.5-51l85.2 87.8V64H357v124.8l85.2-87.6l49.4 50.8l-89.4 85.2h125.7v70.5H401.5l90 87.6l-49.3 49.8l-122.2-123l-122.2 123l-49.5-49.6l90-87.6H111.9v-70.5zm170.9 171.4h73.9V576h-73.9z"/></svg>
</template>

CSS

.icon-linktree {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20237.4h125.8L148.4%20152l49.5-51l85.2%2087.8V64H357v124.8l85.2-87.6l49.4%2050.8l-89.4%2085.2h125.7v70.5H401.5l90%2087.6l-49.3%2049.8l-122.2-123l-122.2%20123l-49.5-49.6l90-87.6H111.9v-70.5zm170.9%20171.4h73.9V576h-73.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20237.4h125.8L148.4%20152l49.5-51l85.2%2087.8V64H357v124.8l85.2-87.6l49.4%2050.8l-89.4%2085.2h125.7v70.5H401.5l90%2087.6l-49.3%2049.8l-122.2-123l-122.2%20123l-49.5-49.6l90-87.6H111.9v-70.5zm170.9%20171.4h73.9V576h-73.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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