linktree from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
linktree
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" d="m18.77 5.42l-1.94-1.97l-3.36 3.42V2h-2.9v4.87L7.21 3.45L5.27 5.42l3.54 3.35H3.82v2.74h4.97l-3.54 3.41l1.94 1.95L12 12.04l4.81 4.81l1.94-1.93l-3.54-3.41h4.97V8.75h-4.95z"/><path fill="currentColor" d="M10.59 15.46h2.9V22h-2.9z"/></svg>

React

import type { SVGProps } from "react";

export function BxlLinktree(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.77 5.42l-1.94-1.97l-3.36 3.42V2h-2.9v4.87L7.21 3.45L5.27 5.42l3.54 3.35H3.82v2.74h4.97l-3.54 3.41l1.94 1.95L12 12.04l4.81 4.81l1.94-1.93l-3.54-3.41h4.97V8.75h-4.95z"/><path fill="currentColor" d="M10.59 15.46h2.9V22h-2.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.77 5.42l-1.94-1.97l-3.36 3.42V2h-2.9v4.87L7.21 3.45L5.27 5.42l3.54 3.35H3.82v2.74h4.97l-3.54 3.41l1.94 1.95L12 12.04l4.81 4.81l1.94-1.93l-3.54-3.41h4.97V8.75h-4.95z"/><path fill="currentColor" d="M10.59 15.46h2.9V22h-2.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.77%205.42l-1.94-1.97l-3.36%203.42V2h-2.9v4.87L7.21%203.45L5.27%205.42l3.54%203.35H3.82v2.74h4.97l-3.54%203.41l1.94%201.95L12%2012.04l4.81%204.81l1.94-1.93l-3.54-3.41h4.97V8.75h-4.95z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.59%2015.46h2.9V22h-2.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.77%205.42l-1.94-1.97l-3.36%203.42V2h-2.9v4.87L7.21%203.45L5.27%205.42l3.54%203.35H3.82v2.74h4.97l-3.54%203.41l1.94%201.95L12%2012.04l4.81%204.81l1.94-1.93l-3.54-3.41h4.97V8.75h-4.95z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.59%2015.46h2.9V22h-2.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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