file directory symlink icon

file-directory-symlink-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
file-directory-symlink-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

Related icons in Octicons

Use the file directory symlink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H4.75a.75.75 0 0 1 0-1.5h15.5a.25.25 0 0 0 .25-.25V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.766L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0z"/><path fill="currentColor" d="m9.308 12.5l-2.104-2.236a.75.75 0 1 1 1.092-1.028l3.294 3.5a.75.75 0 0 1 0 1.028l-3.294 3.5a.75.75 0 1 1-1.092-1.028L9.308 14H4.09a2.59 2.59 0 0 0-2.59 2.59v3.16a.75.75 0 0 1-1.5 0v-3.16a4.09 4.09 0 0 1 4.09-4.09z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileDirectorySymlink24(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="M2 4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H4.75a.75.75 0 0 1 0-1.5h15.5a.25.25 0 0 0 .25-.25V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.766L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0z"/><path fill="currentColor" d="m9.308 12.5l-2.104-2.236a.75.75 0 1 1 1.092-1.028l3.294 3.5a.75.75 0 0 1 0 1.028l-3.294 3.5a.75.75 0 1 1-1.092-1.028L9.308 14H4.09a2.59 2.59 0 0 0-2.59 2.59v3.16a.75.75 0 0 1-1.5 0v-3.16a4.09 4.09 0 0 1 4.09-4.09z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 4.75C2 3.784 2.784 3 3.75 3h4.971a1.75 1.75 0 0 1 1.447.765l1.404 2.063a.25.25 0 0 0 .207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0 1 20.25 21H4.75a.75.75 0 0 1 0-1.5h15.5a.25.25 0 0 0 .25-.25V7.688a.25.25 0 0 0-.25-.25h-8.471a1.75 1.75 0 0 1-1.447-.766L8.928 4.609a.25.25 0 0 0-.207-.109H3.75a.25.25 0 0 0-.25.25v3.5a.75.75 0 0 1-1.5 0z"/><path fill="currentColor" d="m9.308 12.5l-2.104-2.236a.75.75 0 1 1 1.092-1.028l3.294 3.5a.75.75 0 0 1 0 1.028l-3.294 3.5a.75.75 0 1 1-1.092-1.028L9.308 14H4.09a2.59 2.59 0 0 0-2.59 2.59v3.16a.75.75 0 0 1-1.5 0v-3.16a4.09 4.09 0 0 1 4.09-4.09z"/></svg>
</template>

CSS

.icon-file-directory-symlink-24 {
  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%22M2%204.75C2%203.784%202.784%203%203.75%203h4.971a1.75%201.75%200%200%201%201.447.765l1.404%202.063a.25.25%200%200%200%20.207.11h8.471c.966%200%201.75.783%201.75%201.75V19.25A1.75%201.75%200%200%201%2020.25%2021H4.75a.75.75%200%200%201%200-1.5h15.5a.25.25%200%200%200%20.25-.25V7.688a.25.25%200%200%200-.25-.25h-8.471a1.75%201.75%200%200%201-1.447-.766L8.928%204.609a.25.25%200%200%200-.207-.109H3.75a.25.25%200%200%200-.25.25v3.5a.75.75%200%200%201-1.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.308%2012.5l-2.104-2.236a.75.75%200%201%201%201.092-1.028l3.294%203.5a.75.75%200%200%201%200%201.028l-3.294%203.5a.75.75%200%201%201-1.092-1.028L9.308%2014H4.09a2.59%202.59%200%200%200-2.59%202.59v3.16a.75.75%200%200%201-1.5%200v-3.16a4.09%204.09%200%200%201%204.09-4.09z%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%22M2%204.75C2%203.784%202.784%203%203.75%203h4.971a1.75%201.75%200%200%201%201.447.765l1.404%202.063a.25.25%200%200%200%20.207.11h8.471c.966%200%201.75.783%201.75%201.75V19.25A1.75%201.75%200%200%201%2020.25%2021H4.75a.75.75%200%200%201%200-1.5h15.5a.25.25%200%200%200%20.25-.25V7.688a.25.25%200%200%200-.25-.25h-8.471a1.75%201.75%200%200%201-1.447-.766L8.928%204.609a.25.25%200%200%200-.207-.109H3.75a.25.25%200%200%200-.25.25v3.5a.75.75%200%200%201-1.5%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.308%2012.5l-2.104-2.236a.75.75%200%201%201%201.092-1.028l3.294%203.5a.75.75%200%200%201%200%201.028l-3.294%203.5a.75.75%200%201%201-1.092-1.028L9.308%2014H4.09a2.59%202.59%200%200%200-2.59%202.59v3.16a.75.75%200%200%201-1.5%200v-3.16a4.09%204.09%200%200%201%204.09-4.09z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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