folder link icon
folder-link from Reicon by REICON · Outline · Folders · MIT Free for personal and commercial use.
- Name
- folder-link
- Set
- Reicon
- Style
- Outline
- Category
- Folders
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More folders icons from Reicon
Use the folder link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.388 1.25h.108c.24 0 .407 0 .57.014c.699.06 1.368.316 1.919.74a6 6 0 0 1 .417.367l.408.38c.6.557.803.736 1.033.855q.21.107.441.17c.26.068.549.074 1.396.074h.307c.883 0 1.61 0 2.19.068c.603.07 1.15.223 1.608.607q.113.093.215.2c.423.436.597.966.676 1.549c.074.547.074 1.232.074 2.044v1.54c0 1.176 0 2.14-.11 2.902c-.116.802-.368 1.488-.95 2.028c-.574.533-1.289.757-2.125.861c-.809.101-1.837.101-3.114.101h-.701v1.604c.916.259 1.637.98 1.896 1.896H22a.75.75 0 0 1 0 1.5h-7.353a2.751 2.751 0 0 1-5.293 0H2a.75.75 0 0 1 0-1.5h7.354a2.76 2.76 0 0 1 1.896-1.896V15.75h-.701c-1.277 0-2.305 0-3.114-.1c-.836-.105-1.551-.329-2.125-.862c-.582-.54-.834-1.226-.95-2.028c-.11-.761-.11-1.726-.11-2.903v-4.72c0-.496 0-.854.064-1.168c.28-1.382 1.43-2.416 2.837-2.663c.323-.056.693-.056 1.237-.056m5.012 13c1.34 0 2.274-.001 2.98-.09c.688-.085 1.044-.243 1.29-.471c.238-.221.396-.53.485-1.143c.093-.642.095-1.497.095-2.746V8.369c0-.877-.002-1.459-.06-1.894c-.056-.412-.152-.588-.267-.707a1 1 0 0 0-.1-.092c-.14-.117-.353-.214-.82-.269c-.483-.056-1.122-.057-2.062-.057h-.356c-.716 0-1.213 0-1.685-.125a3.7 3.7 0 0 1-.746-.287c-.434-.224-.791-.556-1.296-1.025l-.068-.063l-.385-.358a5 5 0 0 0-.335-.3a2.17 2.17 0 0 0-1.134-.433a6 6 0 0 0-.471-.009c-.65 0-.878.003-1.055.034c-.857.15-1.48.761-1.626 1.483c-.03.147-.034.34-.034.95V9.8c0 1.249.002 2.104.095 2.746c.089.614.247.922.485 1.143c.246.228.602.386 1.29.472c.706.088 1.64.089 2.98.089zm-.65-6.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M12 18.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFolderLink(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" fillRule="evenodd" d="M8.388 1.25h.108c.24 0 .407 0 .57.014c.699.06 1.368.316 1.919.74a6 6 0 0 1 .417.367l.408.38c.6.557.803.736 1.033.855q.21.107.441.17c.26.068.549.074 1.396.074h.307c.883 0 1.61 0 2.19.068c.603.07 1.15.223 1.608.607q.113.093.215.2c.423.436.597.966.676 1.549c.074.547.074 1.232.074 2.044v1.54c0 1.176 0 2.14-.11 2.902c-.116.802-.368 1.488-.95 2.028c-.574.533-1.289.757-2.125.861c-.809.101-1.837.101-3.114.101h-.701v1.604c.916.259 1.637.98 1.896 1.896H22a.75.75 0 0 1 0 1.5h-7.353a2.751 2.751 0 0 1-5.293 0H2a.75.75 0 0 1 0-1.5h7.354a2.76 2.76 0 0 1 1.896-1.896V15.75h-.701c-1.277 0-2.305 0-3.114-.1c-.836-.105-1.551-.329-2.125-.862c-.582-.54-.834-1.226-.95-2.028c-.11-.761-.11-1.726-.11-2.903v-4.72c0-.496 0-.854.064-1.168c.28-1.382 1.43-2.416 2.837-2.663c.323-.056.693-.056 1.237-.056m5.012 13c1.34 0 2.274-.001 2.98-.09c.688-.085 1.044-.243 1.29-.471c.238-.221.396-.53.485-1.143c.093-.642.095-1.497.095-2.746V8.369c0-.877-.002-1.459-.06-1.894c-.056-.412-.152-.588-.267-.707a1 1 0 0 0-.1-.092c-.14-.117-.353-.214-.82-.269c-.483-.056-1.122-.057-2.062-.057h-.356c-.716 0-1.213 0-1.685-.125a3.7 3.7 0 0 1-.746-.287c-.434-.224-.791-.556-1.296-1.025l-.068-.063l-.385-.358a5 5 0 0 0-.335-.3a2.17 2.17 0 0 0-1.134-.433a6 6 0 0 0-.471-.009c-.65 0-.878.003-1.055.034c-.857.15-1.48.761-1.626 1.483c-.03.147-.034.34-.034.95V9.8c0 1.249.002 2.104.095 2.746c.089.614.247.922.485 1.143c.246.228.602.386 1.29.472c.706.088 1.64.089 2.98.089zm-.65-6.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M12 18.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.388 1.25h.108c.24 0 .407 0 .57.014c.699.06 1.368.316 1.919.74a6 6 0 0 1 .417.367l.408.38c.6.557.803.736 1.033.855q.21.107.441.17c.26.068.549.074 1.396.074h.307c.883 0 1.61 0 2.19.068c.603.07 1.15.223 1.608.607q.113.093.215.2c.423.436.597.966.676 1.549c.074.547.074 1.232.074 2.044v1.54c0 1.176 0 2.14-.11 2.902c-.116.802-.368 1.488-.95 2.028c-.574.533-1.289.757-2.125.861c-.809.101-1.837.101-3.114.101h-.701v1.604c.916.259 1.637.98 1.896 1.896H22a.75.75 0 0 1 0 1.5h-7.353a2.751 2.751 0 0 1-5.293 0H2a.75.75 0 0 1 0-1.5h7.354a2.76 2.76 0 0 1 1.896-1.896V15.75h-.701c-1.277 0-2.305 0-3.114-.1c-.836-.105-1.551-.329-2.125-.862c-.582-.54-.834-1.226-.95-2.028c-.11-.761-.11-1.726-.11-2.903v-4.72c0-.496 0-.854.064-1.168c.28-1.382 1.43-2.416 2.837-2.663c.323-.056.693-.056 1.237-.056m5.012 13c1.34 0 2.274-.001 2.98-.09c.688-.085 1.044-.243 1.29-.471c.238-.221.396-.53.485-1.143c.093-.642.095-1.497.095-2.746V8.369c0-.877-.002-1.459-.06-1.894c-.056-.412-.152-.588-.267-.707a1 1 0 0 0-.1-.092c-.14-.117-.353-.214-.82-.269c-.483-.056-1.122-.057-2.062-.057h-.356c-.716 0-1.213 0-1.685-.125a3.7 3.7 0 0 1-.746-.287c-.434-.224-.791-.556-1.296-1.025l-.068-.063l-.385-.358a5 5 0 0 0-.335-.3a2.17 2.17 0 0 0-1.134-.433a6 6 0 0 0-.471-.009c-.65 0-.878.003-1.055.034c-.857.15-1.48.761-1.626 1.483c-.03.147-.034.34-.034.95V9.8c0 1.249.002 2.104.095 2.746c.089.614.247.922.485 1.143c.246.228.602.386 1.29.472c.706.088 1.64.089 2.98.089zm-.65-6.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M12 18.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-folder-link {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.388%201.25h.108c.24%200%20.407%200%20.57.014c.699.06%201.368.316%201.919.74a6%206%200%200%201%20.417.367l.408.38c.6.557.803.736%201.033.855q.21.107.441.17c.26.068.549.074%201.396.074h.307c.883%200%201.61%200%202.19.068c.603.07%201.15.223%201.608.607q.113.093.215.2c.423.436.597.966.676%201.549c.074.547.074%201.232.074%202.044v1.54c0%201.176%200%202.14-.11%202.902c-.116.802-.368%201.488-.95%202.028c-.574.533-1.289.757-2.125.861c-.809.101-1.837.101-3.114.101h-.701v1.604c.916.259%201.637.98%201.896%201.896H22a.75.75%200%200%201%200%201.5h-7.353a2.751%202.751%200%200%201-5.293%200H2a.75.75%200%200%201%200-1.5h7.354a2.76%202.76%200%200%201%201.896-1.896V15.75h-.701c-1.277%200-2.305%200-3.114-.1c-.836-.105-1.551-.329-2.125-.862c-.582-.54-.834-1.226-.95-2.028c-.11-.761-.11-1.726-.11-2.903v-4.72c0-.496%200-.854.064-1.168c.28-1.382%201.43-2.416%202.837-2.663c.323-.056.693-.056%201.237-.056m5.012%2013c1.34%200%202.274-.001%202.98-.09c.688-.085%201.044-.243%201.29-.471c.238-.221.396-.53.485-1.143c.093-.642.095-1.497.095-2.746V8.369c0-.877-.002-1.459-.06-1.894c-.056-.412-.152-.588-.267-.707a1%201%200%200%200-.1-.092c-.14-.117-.353-.214-.82-.269c-.483-.056-1.122-.057-2.062-.057h-.356c-.716%200-1.213%200-1.685-.125a3.7%203.7%200%200%201-.746-.287c-.434-.224-.791-.556-1.296-1.025l-.068-.063l-.385-.358a5%205%200%200%200-.335-.3a2.17%202.17%200%200%200-1.134-.433a6%206%200%200%200-.471-.009c-.65%200-.878.003-1.055.034c-.857.15-1.48.761-1.626%201.483c-.03.147-.034.34-.034.95V9.8c0%201.249.002%202.104.095%202.746c.089.614.247.922.485%201.143c.246.228.602.386%201.29.472c.706.088%201.64.089%202.98.089zm-.65-6.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75M12%2018.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.388%201.25h.108c.24%200%20.407%200%20.57.014c.699.06%201.368.316%201.919.74a6%206%200%200%201%20.417.367l.408.38c.6.557.803.736%201.033.855q.21.107.441.17c.26.068.549.074%201.396.074h.307c.883%200%201.61%200%202.19.068c.603.07%201.15.223%201.608.607q.113.093.215.2c.423.436.597.966.676%201.549c.074.547.074%201.232.074%202.044v1.54c0%201.176%200%202.14-.11%202.902c-.116.802-.368%201.488-.95%202.028c-.574.533-1.289.757-2.125.861c-.809.101-1.837.101-3.114.101h-.701v1.604c.916.259%201.637.98%201.896%201.896H22a.75.75%200%200%201%200%201.5h-7.353a2.751%202.751%200%200%201-5.293%200H2a.75.75%200%200%201%200-1.5h7.354a2.76%202.76%200%200%201%201.896-1.896V15.75h-.701c-1.277%200-2.305%200-3.114-.1c-.836-.105-1.551-.329-2.125-.862c-.582-.54-.834-1.226-.95-2.028c-.11-.761-.11-1.726-.11-2.903v-4.72c0-.496%200-.854.064-1.168c.28-1.382%201.43-2.416%202.837-2.663c.323-.056.693-.056%201.237-.056m5.012%2013c1.34%200%202.274-.001%202.98-.09c.688-.085%201.044-.243%201.29-.471c.238-.221.396-.53.485-1.143c.093-.642.095-1.497.095-2.746V8.369c0-.877-.002-1.459-.06-1.894c-.056-.412-.152-.588-.267-.707a1%201%200%200%200-.1-.092c-.14-.117-.353-.214-.82-.269c-.483-.056-1.122-.057-2.062-.057h-.356c-.716%200-1.213%200-1.685-.125a3.7%203.7%200%200%201-.746-.287c-.434-.224-.791-.556-1.296-1.025l-.068-.063l-.385-.358a5%205%200%200%200-.335-.3a2.17%202.17%200%200%200-1.134-.433a6%206%200%200%200-.471-.009c-.65%200-.878.003-1.055.034c-.857.15-1.48.761-1.626%201.483c-.03.147-.034.34-.034.95V9.8c0%201.249.002%202.104.095%202.746c.089.614.247.922.485%201.143c.246.228.602.386%201.29.472c.706.088%201.64.089%202.98.089zm-.65-6.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75M12%2018.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/folder-link.svg?color=%231a73e8&size=48