Linktree Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Linktree icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315025.svg" alt="Linktree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315025.svg" alt="Linktree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315025.svg" alt="Linktree icon" :width="24" :height="24" />
CSS background
.icon-linktree {
background-image: url('https://proicons.com/icon/315025.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Linktree</title><path d="m13.73635 5.85251 4.00467-4.11665 2.3248 2.3808-4.20064 4.00466h5.9085v3.30473h-5.9365l4.22865 4.10766-2.3248 2.3338L12.0005 12.099l-5.74052 5.76852-2.3248-2.3248 4.22864-4.10766h-5.9375V8.12132h5.9085L3.93417 4.11666l2.3248-2.3808 4.00468 4.11665V0h3.4727zm-3.4727 10.30614h3.4727V24h-3.4727z"/></svg>
Copied!