symlink from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.

Name
symlink
Set
Catppuccin Icons
Style
Color
Viewbox
16×16
License
MIT

Use the symlink logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M15.5 6.5v6a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2m0-9c0-1.1.9-2 2-2h4.01m-.01 0l5 5h-4a1 1 0 0 1-1-1z"/><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M.5 14.503V10.79c0-1.539 1.175-2.786 2.625-2.786H7"/><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M4.5 10.5L7.125 8L4.5 5.5"/></svg>

React

import type { SVGProps } from "react";

export function CatppuccinSymlink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" strokeLinecap="round" strokeLinejoin="round" d="M15.5 6.5v6a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2m0-9c0-1.1.9-2 2-2h4.01m-.01 0l5 5h-4a1 1 0 0 1-1-1z"/><path fill="none" stroke="#8087a2" strokeLinecap="round" strokeLinejoin="round" d="M.5 14.503V10.79c0-1.539 1.175-2.786 2.625-2.786H7"/><path fill="none" stroke="#8087a2" strokeLinecap="round" strokeLinejoin="round" d="M4.5 10.5L7.125 8L4.5 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="none" stroke="#cad3f5" stroke-linecap="round" stroke-linejoin="round" d="M15.5 6.5v6a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2m0-9c0-1.1.9-2 2-2h4.01m-.01 0l5 5h-4a1 1 0 0 1-1-1z"/><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M.5 14.503V10.79c0-1.539 1.175-2.786 2.625-2.786H7"/><path fill="none" stroke="#8087a2" stroke-linecap="round" stroke-linejoin="round" d="M4.5 10.5L7.125 8L4.5 5.5"/></svg>
</template>

CSS

.icon-symlink {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%206.5v6a2%202%200%200%201-2%202h-7a2%202%200%200%201-2-2m0-9c0-1.1.9-2%202-2h4.01m-.01%200l5%205h-4a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M.5%2014.503V10.79c0-1.539%201.175-2.786%202.625-2.786H7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2010.5L7.125%208L4.5%205.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cad3f5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.5%206.5v6a2%202%200%200%201-2%202h-7a2%202%200%200%201-2-2m0-9c0-1.1.9-2%202-2h4.01m-.01%200l5%205h-4a1%201%200%200%201-1-1z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M.5%2014.503V10.79c0-1.539%201.175-2.786%202.625-2.786H7%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%238087a2%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%2010.5L7.125%208L4.5%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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