Linktree Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linktree Alt 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/328563.svg" alt="Linktree Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328563.svg" alt="Linktree Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328563.svg" alt="Linktree Alt icon" :width="24" :height="24" />
CSS background
.icon-linktree-alt {
background-image: url('https://proicons.com/icon/328563.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.1256,17.7074h9.5984l-6.8236-6.5051,3.7756-3.8819,6.5052,6.687V4.5h5.6407v9.5075l6.5049-6.6719,3.7727,3.8666-6.8203,6.4899h9.5954v5.3678h-9.6501l6.8662,6.6718-3.7637,3.7911-9.3253-9.3711-9.3256,9.3711-3.7756-3.7756,6.8689-6.672h-9.6437v-5.3677Zm13.0401,13.0554h5.6409v12.7371h-5.6409v-12.7371Z"/></svg>
Copied!